Version: Smart Feature Phone 3.0
Telephony service
#
Instanciating the serviceLoad the following scripts:
You can then get an instance of the service with code similar to:
Then the developer can use _telephonyManager as Telephony service instance.
This service implements the TelephonyManager interface.
#
CallState enumeration#
TelephonyManager Interface#
MemberscallState is of type CallState
To get value, use code similar to:
To set value, use code similar to:
#
Events  CALLSTATE_CHANGE
The CALLSTATE_CHANGE event emits a CallState
To manage this event, use code similar to: