Kony Management API Guide: App Management EMM JS APIs > Phone Policy API

Phone Policy API

The 'Phone Policy API ' helps a developer to enable or disable Phone from within an app.

com.kony.iemm.app.setPhonePolicy

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.

Signature

JavaScript:com.kony.iemm.app.setPhonePolicy(allow,numbers);

Input Parameters

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

Result Values

Int

Result Codes

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)

com.kony.iemm.app.clearPhonePolicy

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.

Signature

JavaScript:com.kony.iemm.app.clearPhonePolicy();

Input Parameters

Result Values

Int

Result Codes

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.