create Sync Device Request
open fun createSyncDeviceRequest( @NonNull tag: String, @NonNull urlBase: String, @NonNull mResponseListener: Response.Listener<JsonObject>, @NonNull errorListener: Response.ErrorListener, @Nullable availabilityRegistration: AvailabilityRegistration): RequestConfig
Content copied to clipboard
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
url Base
m Response Listener
error Listener