Batch Android SDK
Toggle table of contents
3.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Batch Android SDK
Batch Android SDK
/
com.batch.android
/
BatchAttributesFetchListener
Batch
Attributes
Fetch
Listener
interface
BatchAttributesFetchListener
Listener used when fetching attributes using
fetchAttributes
.
Members
Functions
on
Error
Link copied to clipboard
abstract
fun
onError
(
)
on
Success
Link copied to clipboard
abstract
fun
onSuccess
(
@
NonNull
attributes
:
Map
<
String
,
BatchUserAttribute
>
)