Package com.sinch.android.rtc
Interface PushConfiguration
-
- 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()Device specific token for selected push provider. abstract StringgetVendorId()Vendor specific id. abstract Map<String, String>getVendorData()Optional vendor specific data. -
-
Method Detail
-
getDeviceToken
abstract String getDeviceToken()
Device specific token for selected push provider.
-
getVendorId
abstract String getVendorId()
Vendor specific id.
-
getVendorData
abstract Map<String, String> getVendorData()
Optional vendor specific data.
-
-
-
-