fetch Attributes
open fun fetchAttributes(@NonNull context: Context, @Nullable listener: BatchAttributesFetchListener)
Read the saved attributes. 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.