Interface PushRegistrationService



  • public interface PushRegistrationService
    Defines the operations that can be carried out on the Zendesk mobile SDK push notification

    These APIs are used to register/unregister a device for push notifications. This interface will be implemented by the PushRegistrationService

    • Method Detail

      • unregisterDevice

        <any> unregisterDevice(java.lang.String authorization,
                               java.lang.String identifier)