on Screen Sharing Event
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.
Since
v1.2.0
Parameters
screen Share
ScreenShare event
is Dnd
True if the device is in do not disturb mode, false otherwise
is Screen Locked
True if the device has the screen locked,false otherwise