isValid()
From Engineering Client Portal
Call this API to check if the App SDK was successfully instantiated or there was a problem during instantiation. It can also be called to test the error condition on any other AppSdk non-static public API.
Syntax
public boolean isValid()
Input Parameters
Parameter | Description |
---|---|
None |
Output Parameters
Output Parameters (Return value) | Description |
---|---|
True | The App SDK object instantiation was successful. |
False | The App SDK object instantiation was not successful. |
Notes
This API tests if the App SDK object is in a valid state or not.