Initializes the PhoneStateListener. EventName - Events subs prefix.
isGSMAsBoolean
LISTEN_CALL_FORWARDING_INDICATORAsInt
LISTEN_CALL_STATEAsInt
LISTEN_CELL_LOCATIONAsInt
LISTEN_DATA_ACTIVITYAsInt
LISTEN_DATA_CONNECTION_STATEAsInt
LISTEN_MESSAGE_WAITING_INDICATORAsInt
LISTEN_NONEAsInt
LISTEN_SERVICE_STATEAsInt
LISTEN_SIGNAL_STRENGTHSAsInt
objCellLocationAsObject
Returns the CellLocation. CellLocation has a value when onCellLocationChanged is called. You can work with this object in the Reflector library. Return type: @return:
objServiceStateAsObject
Returns the ServiceState. ServiceState1 has a value when onServiceStateChanged is called. You can work with this object in the Reflector library. Return type: @return:
objSignalStrengthAsObject
Returns the SignalStrength. SignalStrength has a value when onSignalStrengthsChanged is called. You can work with this object in the Reflector library. Return type: @return:
startListening
Starts listening for all PhoneStateListener Events. Use startListeningForEvent for specific events.
startListeningForEvent (EventAsInt)
Starts listening for specific event in the phone. See the LISTEN_Attributes
stopListening
Stops listening for all PhoneStateListener Events. Use stopListeningForEvent to stop specific events.
stopListeningForEvent
Stops listening for PhoneStateListener Events called from StartListeningForEvent.
Top