Package com.batch.android
Class BatchNotificationChannelsManagerPrivateHelper
- java.lang.Object
-
- com.batch.android.BatchNotificationChannelsManagerPrivateHelper
-
public class BatchNotificationChannelsManagerPrivateHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BatchNotificationChannelsManagerPrivateHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetChannelId(BatchNotificationChannelsManager manager)static voidregisterBatchChannelIfNeeded(BatchNotificationChannelsManager manager, android.content.Context context, boolean forceIfOverridden)
-
-
-
Method Detail
-
getChannelId
@NonNull public static java.lang.String getChannelId(BatchNotificationChannelsManager manager)
-
registerBatchChannelIfNeeded
public static void registerBatchChannelIfNeeded(BatchNotificationChannelsManager manager, android.content.Context context, boolean forceIfOverridden)
-
-