Interface BatchTagCollectionsFetchListener

    • Method Detail

      • onSuccess

        void onSuccess​(@NonNull
                       java.util.Map<java.lang.String,​java.util.Set<java.lang.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()