my.getSavedFileList

Version requirements: Basic library 1.13.0 or higher version. If the version is low, you can programmatically check for Compatibility.

Get information of all saved files.

Sample Code

copy
    my.getSavedFileList({
      success:(res)=>{
        console.log(JSON.stringfy(res))
      }
    });

Parameters

Object type with the following attributes:

AttributesTypeMandatoryDescription
successFunctionNoCallback function for call success
failFunctionNoCallback function for call failure
completeFunctionNoCallback function for call completion (to be executed for both call success and failure)

Success Callback Function

The incoming parameter is of the Object type with the following attributes:

NameTypeDescription
fileListListFile list

File Object Attribute

AttributesTypeDescription
sizeNumberFile size
createTimeNumberCreated time
apFilePathStringFile path