Interface PushPair


  • public interface PushPair
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      byte[] getPushData()
      Identifier for the specific device that should be woken up by the push notification.
      java.lang.String getPushPayload()
      Opaque Sinch-specific payload to be sent with the push notification.
    • Method Detail

      • getPushPayload

        java.lang.String getPushPayload()
        Opaque Sinch-specific payload to be sent with the push notification.
        Returns:
        The payload string.
      • getPushData

        byte[] getPushData()
        Identifier for the specific device that should be woken up by the push notification.
        Returns:
        The identifier data.