java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.DeviceToken
it.tdlight.jni.TdApi.DeviceTokenWebPush
- Enclosing class:
- TdApi
A token for web Push API.
-
Field Summary
Modifier and TypeFieldDescriptionBase64url-encoded authentication secret.static final int
Identifier uniquely determining type of the object.Absolute URL exposed by the push service where the application server can send push messages; may be empty to deregister a device.Base64url-encoded P-256 elliptic curve Diffie-Hellman public key. -
Constructor Summary
ConstructorDescriptionA token for web Push API.DeviceTokenWebPush
(DataInput input) A token for web Push API.DeviceTokenWebPush
(String endpoint, String p256dhBase64url, String authBase64url) A token for web Push API. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
endpoint
Absolute URL exposed by the push service where the application server can send push messages; may be empty to deregister a device. -
p256dhBase64url
Base64url-encoded P-256 elliptic curve Diffie-Hellman public key. -
authBase64url
Base64url-encoded authentication secret. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
DeviceTokenWebPush
public DeviceTokenWebPush()A token for web Push API. -
DeviceTokenWebPush
A token for web Push API.- Parameters:
endpoint
- Absolute URL exposed by the push service where the application server can send push messages; may be empty to deregister a device.p256dhBase64url
- Base64url-encoded P-256 elliptic curve Diffie-Hellman public key.authBase64url
- Base64url-encoded authentication secret.
-
DeviceTokenWebPush
A token for web Push API.- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-