Package com.batch.android
Interface BatchAttributesFetchListener
public interface BatchAttributesFetchListener
Listener used when fetching attributes using
Batch.User#fetchAttributes(Context, BatchAttributesFetchListener)
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
onError()
void
onSuccess
(Map<String, BatchUserAttribute> attributes)
-
Method Details
-
onSuccess
- Parameters:
attributes
- A map of attributes. The keys are the ones used when setting the attributes. The values are of typeBatchUserAttribute
.
-
onError
void onError()
-