/AWS1/CL_CHIENDPOINTATTRIBUTES¶
The attributes of an Endpoint.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_devicetoken TYPE /AWS1/CHINONEMPTYSENSITIVEST00 /AWS1/CHINONEMPTYSENSITIVEST00¶
The device token for the GCM, APNS, and APNS_SANDBOX endpoint types.
Optional arguments:¶
iv_voipdevicetoken TYPE /AWS1/CHINONEMPTYSENSITIVEST00 /AWS1/CHINONEMPTYSENSITIVEST00¶
The VOIP device token for the APNS and APNS_SANDBOX endpoint types.
Queryable Attributes¶
DeviceToken¶
The device token for the GCM, APNS, and APNS_SANDBOX endpoint types.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEVICETOKEN() |
Getter for DEVICETOKEN, with configurable default |
ASK_DEVICETOKEN() |
Getter for DEVICETOKEN w/ exceptions if field has no value |
HAS_DEVICETOKEN() |
Determine if DEVICETOKEN has a value |
VoipDeviceToken¶
The VOIP device token for the APNS and APNS_SANDBOX endpoint types.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VOIPDEVICETOKEN() |
Getter for VOIPDEVICETOKEN, with configurable default |
ASK_VOIPDEVICETOKEN() |
Getter for VOIPDEVICETOKEN w/ exceptions if field has no val |
HAS_VOIPDEVICETOKEN() |
Determine if VOIPDEVICETOKEN has a value |