async Get Store Content List
Asynchronously gets a store content list
Return
GemError.NoError when success.
Parameters
type
Content list type ( EContentType )
listener
The listener object that implements the notification events associated with this operation
fun asyncGetStoreContentList(type: EContentType, onStarted: OnStarted? = null, onProgress: OnProgress? = null, onCompleted: OnContentStoreAsyncCompleted? = null, onStatusChanged: OnStatusChanged? = null): Pair<ErrorCode, ProgressListener>
Asynchronously gets a store content list
Return
GemError.NoError when success.
Parameters
type
Content list type ( EContentType )
on Started
On started trigger.
on Progress
On progress trigger.
on Completed
On started trigger.
on Status Changed
On status changed trigger.