Interface EndpointAttributes.Builder

    • Method Detail

      • deviceToken

        EndpointAttributes.Builder deviceToken​(String deviceToken)

        The device token for the GCM, APNS, and APNS_SANDBOX endpoint types.

        Parameters:
        deviceToken - The device token for the GCM, APNS, and APNS_SANDBOX endpoint types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • voipDeviceToken

        EndpointAttributes.Builder voipDeviceToken​(String voipDeviceToken)

        The VOIP device token for the APNS and APNS_SANDBOX endpoint types.

        Parameters:
        voipDeviceToken - The VOIP device token for the APNS and APNS_SANDBOX endpoint types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.