Package com.batch.android
Class UserDataAccessor
- java.lang.Object
-
- com.batch.android.UserDataAccessor
-
public class UserDataAccessor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UserDataAccessor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidfetchAttributes(android.content.Context context, BatchAttributesFetchListener listener, boolean async)static voidfetchTagCollections(android.content.Context context, BatchTagCollectionsFetchListener listener, boolean async)
-
-
-
Method Detail
-
fetchTagCollections
public static void fetchTagCollections(@NonNull android.content.Context context, @Nullable BatchTagCollectionsFetchListener listener, boolean async)
-
fetchAttributes
public static void fetchAttributes(@NonNull android.content.Context context, @Nullable BatchAttributesFetchListener listener, boolean async)
-
-