The com.wadedwalker.nativeExtension.telephone.events package contains the event classes used for detecting call and data activity changes. Use the CallStateEvent class for knowing when phone calls have started and ended. Use the DataActivityEvent class for detecting data activity updates. Finally, use the DataConnectionStateEvent to detect cellular data connection changes.



Classes
 ClassDescription
 CallStateEvent AIR-only The CallStateEvent object is used for knowing when a call state change has occured on the phone.
 DataActivityEvent AIR-only The DataActivityEvent object is used for knowing when data activity on the device has changed.
 DataConnectionStateEvent AIR-only The DataConnectionStateEvent object is used for knowing when changes to the data connection state (cellular) have occured.