Package com.batch.android
Interface BatchAttributesFetchListener
-
public interface BatchAttributesFetchListenerListener used when fetching attributes usingBatch.User.fetchAttributes(Context, BatchAttributesFetchListener).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonError()voidonSuccess(java.util.Map<java.lang.String,BatchUserAttribute> attributes)
-
-
-
Method Detail
-
onSuccess
void onSuccess(@NonNull java.util.Map<java.lang.String,BatchUserAttribute> attributes)- Parameters:
attributes- A map of attributes. The keys are the ones used when setting the attributes. The values are of typeBatchUserAttribute.
-
onError
void onError()
-
-