VpnReminderNotificationContentPlugin

Types

Link copied to clipboard
data class NotificationContent(val isSilent: Boolean, val shouldAutoCancel: Boolean?, val title: String, val onNotificationPressIntent: PendingIntent?, val notificationAction: List<NotificationCompat.Action>)
Link copied to clipboard

Functions

Link copied to clipboard

This method could be called to get the plugin's corresponding NotificationContent

Link copied to clipboard

The VPN will call this method to select what plugin will be displayed in the notification. To select a proper priority:

Link copied to clipboard

This method will be called to select the specific Type of reminder notification that vpn wants to show.