NotificationInfo
Holder for Foreground Service Notification and NotificationChannel configuration info used to instantiate Factory. Is validated upon invocation of TorServiceConfig.Foreground.Companion.Builder.
Constructors
Properties
The id of the string resource to resolve to utilize for the NotificationChannel description.
The string value to utilize for NotificationChannel.getId.
If true
, NotificationManager.IMPORTANCE_LOW will be used for NotificationChannel.setImportance.
The id of the string resource to resolve to utilize for the NotificationChannel name.
The value to utilize for NotificationChannel.setShowBadge.
The integer value to utilize when posting the Notification to NotificationManager.
Functions
Called from TorServiceConfig.Foreground.Companion.Builder to resolve string resources and validate parameters for correctness.