Package com.batch.android
Interface BatchTagCollectionsFetchListener
-
public interface BatchTagCollectionsFetchListenerListener used when fetching tag collections usingBatch.User.fetchTagCollections(Context, BatchTagCollectionsFetchListener).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonError()voidonSuccess(java.util.Map<java.lang.String,java.util.Set<java.lang.String>> tagCollections)
-