LiveAnnotationListener

interface LiveAnnotationListener

This interface defines a set of methods related to live annotation events. The implementation of this interface will be responsible for handling these events.

Since

API 3.11.0

Functions

Link copied to clipboard
abstract fun onLiveAnnotationDataArrived(data: String)

Triggered when live annotation data is received.

Link copied to clipboard
abstract fun onLiveAnnotationRequestExpired(personId: String)

Triggered when a live annotation request expires.This method is invoked only when the annotation policy is set to LiveAnnotationsPolicy.NeedAskForAnnotate.

Link copied to clipboard
abstract fun onLiveAnnotationRequestReceived(personId: String)

Triggered when a live annotation request is received.

Link copied to clipboard
abstract fun onLiveAnnotationsStarted()

Triggered when live annotations start.

Link copied to clipboard
abstract fun onLiveAnnotationsStopped()

Triggered when live annotations stop.