createSyncDeviceRequest

open fun createSyncDeviceRequest(    @NonNull tag: String,     @NonNull urlBase: String,     @NonNull mResponseListener: Response.Listener<JsonObject>,     @NonNull errorListener: Response.ErrorListener,     @Nullable availabilityRegistration: AvailabilityRegistration): RequestConfig

When SDK tries to make a device-settings API call to platform and the AvailabilityRegister.timestamp is 0, it makes the request as usual: GET /device-settings with no payload. If the timestamp is different it issues: POST /device-settings

Return

Parameters

tag
urlBase
mResponseListener
errorListener