IShareLocationService

Functions

Link copied to clipboard
@DELETE(value = "shareLiveLocation/{id}")
abstract fun deleteSharedLiveLocation(@Path(value = "id") id: String): Call<LiveLocationResponse>
Link copied to clipboard
@POST(value = "shareLiveLocation")
abstract fun shareLiveLocation(@Body shareLocation: ShareLiveLocationRequest): Call<LiveLocationResponse>
Link copied to clipboard
@PUT(value = "shareLiveLocation/{id}")
abstract fun updateSharedLiveLocation(@Path(value = "id") id: String, @Body updateLocation: UpdateLiveLocationRequest): Call<LiveLocationResponse>