Interface PushService



  • public interface PushService
    • Method Detail

      • register

        <any> register(PushRegistration body)
        Register
        Parameters:
        body - (optional)
        Returns:
        Call<Void>
      • unregister

        <any> unregister(PushRegistration body)
        Unregister
        Parameters:
        body - (optional)
        Returns:
        Call<Void>