Skip to content

ws1-client-sdk/com.airwatch.sdk/SDKManager/refreshBinding

refreshBinding

open fun refreshBinding(context: Context): SDKManager

Refreshes the binding of WS1 SDK, when Workspace is installed/removed. This is a Blocking call, so should not be made on a UI thread.

Parameters

Name Description
context Requires Application Context

Return

SDKManager singleton instance on successful initialization, and null in case of failure.

Throws

Exception Condition
com.airwatch.sdk.AirWatchSDKException if error occurs while initialization of SDK

See also