Screen Sharing Notification Listener
Listener for screen sharing generated notifications
Author
kristiyan
Since
v1.2.0
Functions
Link copied to clipboard
abstract fun onCreateNotification( screenShareInfo: ScreenShareInfo, notificationType: ScreenSharingNotificationType, notificationStyle: ScreenSharingNotificationStyle)
Content copied to clipboard
This method will be called when a notification is going to be displayed. The notification look&feel can be customized here.
Link copied to clipboard
abstract fun onScreenSharingEvent( screenShare: ScreenShare, isDnd: Boolean, isScreenLocked: Boolean)
Content copied to clipboard
This method will be called when a screen share event has been started. Here it is possible to display or not the notification.