Inherits DeviceToken.
A token for Simple Push API for Firefox OS.
Public Fields | |
string | endpoint_ |
Absolute URL exposed by the push service where the application server can send push messages; may be empty to deregister a device. | |
Public Instance Methods | |
deviceTokenSimplePush () | |
deviceTokenSimplePush (string const &endpoint_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = 49584736 |
Identifier uniquely determining a type of the object. | |
A token for Simple Push API for Firefox OS.
|
explicit |
A token for Simple Push API for Firefox OS.
[in] | endpoint_ | Absolute URL exposed by the push service where the application server can send push messages; may be empty to deregister a device. |
|
finalvirtual |