ChangeList Event
This event fires once for each change when ListChanges is called.
Object Oriented Interface
public function fireChangeList($param);
Procedural Interface
incloudstorage_googledrive_register_callback($res, 1, array($this, 'fireChangeList'));
Parameter List
'id'
'fileid'
'deleted'
Remarks
This event fires once for each change returned when ListChanges is called.
Id is the Id of the change.
FlieId is the Id of the file to which the change applies.
Deleted indicated whether the file to which the change applies is deleted.