getAppDisable()

From Engineering Client Portal

Revision as of 07:31, 21 May 2017 by Admin (talk | contribs) (Created page with "{{Breadcrumb|}} {{Breadcrumb|Digital}} {{Breadcrumb|Android SDK API Reference}} {{CurrentBreadcrumb}} Category:Digital Category:Android SDK API Reference The disable s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Engineering Portal breadcrumbArrow.png Digital breadcrumbArrow.png Android SDK API Reference breadcrumbArrow.png getAppDisable()
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.