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
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
Methods 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 CONSTRUCTOR- See Also:
-
-
Constructor Details
-
DeviceTokenWebPush
public DeviceTokenWebPush()A token for web Push API. -
DeviceTokenWebPush
A token for web Push API.- Parameters:
endpoint
- String Absolute URL exposed by the push service where the application server can send push messages; may be empty to deregister a device.p256dhBase64url
- String Base64url-encoded P-256 elliptic curve Diffie-Hellman public key.authBase64url
- String Base64url-encoded authentication secret.
-
DeviceTokenWebPush
A token for web Push API.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-