The 'Phone Policy API ' helps a developer to enable or disable Phone from within an app.
This method sets Phone policy defined by a developer to an app. This will overwrite Phone policy if that is already set from the server.
JavaScript:com.kony.iemm.app.setPhonePolicy(allow,numbers);
Variable Name | allow |
Presence | Mandatory |
Type | Boolean |
Values |
True - Allow phone call to specified numbers False - Restrict phone call to specified numbers |
Variable Name | numbers |
Presence | Mandatory |
Type | String Array |
Values | Set of phone numbers in string array |
Int
Code | Description |
---|---|
200 | SUCCESS |
300 | NULL_OR_EMPTY_DATA |
400 | FEATURE_NOT_SUPPORTED |
500 | FAILURE |
600 |
APP_CONTEXT_NULL_ERRORCODE (android) |
700 | PACKAGE_NULL_ERRORCODE(android) |
This method clears Phone policy set by a developer. Once the dev defined policy is cleared, the server defined Phone policy will be applied to an app if any.
JavaScript:com.kony.iemm.app.clearPhonePolicy();
Int
Code | Description |
---|---|
200 | SUCCESS |
500 | FAILURE |
400 | FEATURE_NOT_SUPPORTED |
600 |
APP_CONTEXT_NULL_ERRORCODE (android) |
700 | PACKAGE_NULL_ERRORCODE(android) |
Copyright © 2017 Kony, Inc. All rights reserved. |