Interface BatchTagCollectionsFetchListener


public interface BatchTagCollectionsFetchListener
Listener used when fetching tag collections using Batch.User#fetchTagCollections(Context, BatchTagCollectionsFetchListener).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    onSuccess(Map<String,Set<String>> tagCollections)
     
  • Method Details

    • onSuccess

      void onSuccess(Map<String,Set<String>> tagCollections)
      Parameters:
      tagCollections - A map of set of tag collections. The keys are the ones used when setting the tag collections.
    • onError

      void onError()