public static interface A2DPModel.Service
Modifier and Type | Method and Description |
---|---|
retrofit2.Call<com.google.gson.JsonObject> |
get(java.lang.String accessToken) |
retrofit2.Call<com.google.gson.JsonObject> |
set(okhttp3.RequestBody body) |
@GET(value="device/bluetooth/a2dp/speaker/get/{accessToken}") retrofit2.Call<com.google.gson.JsonObject> get(@Path(value="accessToken") java.lang.String accessToken)
@POST(value="device/bluetooth/a2dp/speaker/set") retrofit2.Call<com.google.gson.JsonObject> set(@Body okhttp3.RequestBody body)