-
public 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. -
-
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.
-
-
-
-