getAppDisable(): 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 The disable s...") |
(No difference)
|
Latest revision as of 07:31, 21 May 2017
The disable status of application is captured using this API. The status is specified through the output values (true / false).
Syntax
public boolean getAppDisable()
Input Parameters
Parameter | Description |
---|---|
None |
Output Parameters
Output Parameters (Return value) | Description |
---|---|
True / False | Returns ‘True’ if SDK is in disabled state and returns ‘False’ if SDK is not in disabled state. |