Package 

Interface ConferencesApiInterface

    • Method Summary

      Modifier and Type Method Description
      abstract Call<DeviceTokenResponse> fetchDeviceToken(@Header(value = Authorization) String visitorAccessToken, @Path(value = conference_id) String conference) Interface method for getting device token to join conference.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • fetchDeviceToken

        @Headers(value = {"Accept: application/vnd.salemove.v1+json", "Content-Type: application/json", "User-Agent: SaleMove Android SDK " + BuildConfig.VERSION_NAME})@GET(value = conferences/{conference_id}/device_token) abstract Call<DeviceTokenResponse> fetchDeviceToken(@Header(value = Authorization) String visitorAccessToken, @Path(value = conference_id) String conference)

        Interface method for getting device token to join conference.