VpnEnabledNotificationContent
data class VpnEnabledNotificationContent(val title: String?, val text: SpannableStringBuilder, val onNotificationPressIntent: PendingIntent?, val notificationActions: VpnEnabledNotificationContentPlugin.NotificationActions, val deleteIntent: PendingIntent?)
Constructors
Link copied to clipboard
constructor(title: String?, text: SpannableStringBuilder, onNotificationPressIntent: PendingIntent?, notificationActions: VpnEnabledNotificationContentPlugin.NotificationActions, deleteIntent: PendingIntent?)