public static interface EndpointAttributes.Builder extends SdkPojo, CopyableBuilder<EndpointAttributes.Builder,EndpointAttributes>
| Modifier and Type | Method and Description |
|---|---|
EndpointAttributes.Builder |
deviceToken(String deviceToken)
The device token for the GCM, APNS, and APNS_SANDBOX endpoint types.
|
EndpointAttributes.Builder |
voipDeviceToken(String voipDeviceToken)
The VOIP device token for the APNS and APNS_SANDBOX endpoint types.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEndpointAttributes.Builder deviceToken(String deviceToken)
The device token for the GCM, APNS, and APNS_SANDBOX endpoint types.
deviceToken - The device token for the GCM, APNS, and APNS_SANDBOX endpoint types.EndpointAttributes.Builder voipDeviceToken(String voipDeviceToken)
The VOIP device token for the APNS and APNS_SANDBOX endpoint types.
voipDeviceToken - The VOIP device token for the APNS and APNS_SANDBOX endpoint types.Copyright © 2023. All rights reserved.