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.
Class | Description | |
---|---|---|
CallStateEvent ![]() | The CallStateEvent object is used for knowing when a call state change has occured on the phone. | |
DataActivityEvent ![]() | The DataActivityEvent object is used for knowing when data activity on the device has changed. | |
DataConnectionStateEvent ![]() | The DataConnectionStateEvent object is used for knowing when changes to the data connection state (cellular) have occured. |