fetch Tag Collections
open fun fetchTagCollections(@NonNull context: Context, @Nullable listener: BatchTagCollectionsFetchListener)
Read the saved tag collections. Reading is asynchronous so as not to interfere with saving operations.
Parameters
context
Android's context
listener
Pass a listener to be notified of the fetch result.