-
public interface BatchNotificationChannelsManager.ChannelNameProviderInterface describing a channel name provider.
Implementing that interface allows Batch to call you back on locale change, to update yourchannel name translation.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetDefaultChannelName()The user-facing channel name to return to the system. -
-
Method Detail
-
getDefaultChannelName
@NonNull() abstract String getDefaultChannelName()
The user-facing channel name to return to the system.If this method throws an exception, Batch will use its default name.
-
-
-
-