Builder

class Builder

BandyerSDK notification listeners builder

Constructors

Link copied to clipboard
fun Builder()

Properties

Link copied to clipboard
var callNotificationListener: CallNotificationListener? = null

CallNotificationListener? optional call notification listener that will be called on incoming calls

Link copied to clipboard
var chatNotificationListener: ChatNotificationListener? = null

ChatNotificationListener? optional chat notification listener that will be called on incoming chat messages

Link copied to clipboard

FileSharingNotificationListener? optional file sharing notification listener that will be called on incoming file sent by other call participants

Link copied to clipboard

ScreenSharingNotificationListener? optional screen sharing notification listener that will be called on screen sharing started

Link copied to clipboard
var whiteboardNotificationListener: WhiteboardNotificationListener? = null

WhiteboardNotificationListener? optional whiteboard notification listener that will be called on whiteboard interaction