onLiveAnnotationRequestExpired

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.

Note: This callback will not be fired if the annotation policy is set to LiveAnnotationsPolicy.AnyoneCanAnnotate or LiveAnnotationsPolicy.NobodyCanAnnotate.

Since

API 3.11.0

Parameters

personId

Unique identifier of the individual who initiated the request. This ID can be used to retrieve person details through the PeopleClient.get() method.