Package com.zendesk.sdk.network
Interface PushRegistrationService
-
public interface PushRegistrationService
Defines the operations that can be carried out on the Zendesk mobile SDK push notificationThese APIs are used to register/unregister a device for push notifications. This interface will be implemented by the
PushRegistrationService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description <any>
registerDevice(java.lang.String authorization, PushRegistrationRequestWrapper request)
<any>
unregisterDevice(java.lang.String authorization, java.lang.String identifier)
-
-
-
Method Detail
-
registerDevice
<any> registerDevice(java.lang.String authorization, PushRegistrationRequestWrapper request)
-
unregisterDevice
<any> unregisterDevice(java.lang.String authorization, java.lang.String identifier)
-
-