Interface BatchAttributesFetchListener


public interface BatchAttributesFetchListener
Listener used when fetching attributes using Batch.User#fetchAttributes(Context, BatchAttributesFetchListener).
  • Method Details

    • onSuccess

      void onSuccess(Map<String,BatchUserAttribute> attributes)
      Parameters:
      attributes - A map of attributes. The keys are the ones used when setting the attributes. The values are of type BatchUserAttribute.
    • onError

      void onError()