Version: Smart Feature Phone 2.5
DeviceStorageChangeEvent
#
SummaryThe DeviceStorageChangeEvent
provides information about any change made to a file inside a given storage area. It extends the Event interface.
The change event is triggered each time a file is created, modified, or deleted from the device storage system.
#
PropertiesDeviceStorageChangeEvent.path
A string giving the full path of the file affected by the change.DeviceStorageChangeEvent.reason
A string giving the reason of the change. Possible values are created, modified, or deleted.