-
public final class NotificationIdGeneratorGenerates sequential, thread-safe notification IDs.
Used to create unique IDs for Android notifications.
-
-
Constructor Summary
Constructors Constructor Description NotificationIdGenerator(Integer initialValue)
-
Method Summary
-
-
Constructor Detail
-
NotificationIdGenerator
NotificationIdGenerator(Integer initialValue)
- Parameters:
initialValue- The starting value for the notification IDs (default: 0)
-
-
-
-