isValid(): Difference between revisions
From Engineering Client Portal
(Created page with "{{Breadcrumb|}} {{Breadcrumb|Digital}} {{Breadcrumb|Android SDK API Reference}} {{CurrentBreadcrumb}} Category:Digital Category:Android SDK API Reference Call this API...") |
(No difference)
|
Latest revision as of 07:32, 21 May 2017
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.