asyncGetStoreContentList

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 )

onStarted

On started trigger.

onProgress

On progress trigger.

onCompleted

On started trigger.

onStatusChanged

On status changed trigger.