toggle menu
Brightcove Player SDK for Android 10.1.2
10.1.2
sdk
switch theme
search in API
sdk
/
com.brightcove.player.interactivity.network
/
AnnotationsGetterTask
Annotations
Getter
Task
class
AnnotationsGetterTask
(
callback
:
AnnotationsCallback
<
List
<
Annotation
>
>
)
Members
Constructors
Annotations
Getter
Task
Link copied to clipboard
constructor
(
callback
:
AnnotationsCallback
<
List
<
Annotation
>
>
)
Functions
do
In
Background
Link copied to clipboard
open
fun
doInBackground
(
vararg
uris
:
URI
?
)
:
AsyncTaskResult
<
List
<
Annotation
>
?
,
Exception
?
>
get
Annotation
By
Video
ID
Link copied to clipboard
fun
getAnnotationByVideoID
(
accountId
:
String
,
videoId
:
String
)
on
Post
Execute
Link copied to clipboard
open
fun
onPostExecute
(
result
:
AsyncTaskResult
<
List
<
Annotation
>
?
,
Exception
?
>
?
)