-
- All Implemented Interfaces:
public interface PushConfigurationPushConfiguration specifies configuration needed by the Sinch SDK to initialize managed push functionality allowing clients to receive notifications about incoming calls.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPushConfiguration.Companion
-
Method Summary
Modifier and Type Method Description abstract StringgetDeviceToken()Returns device specific token for selected push provider. abstract StringgetVendorId()Returns vendor specific id. abstract Map<String, String>getVendorData()Returns optional vendor specific data. -
-
Method Detail
-
getDeviceToken
abstract String getDeviceToken()
Returns device specific token for selected push provider.
-
getVendorId
abstract String getVendorId()
Returns vendor specific id.
-
getVendorData
abstract Map<String, String> getVendorData()
Returns optional vendor specific data.
-
-
-
-