-
public final class AnnotationsGetterTask extends AsyncTask<URI, Unit, AsyncTaskResult<List<Annotation>, Exception>>
-
-
Constructor Summary
Constructors Constructor Description AnnotationsGetterTask(AnnotationsCallback<List<Annotation>> callback)
-
Method Summary
Modifier and Type Method Description final Unit
getAnnotationByVideoID(String accountId, String videoId)
-
Methods inherited from class com.brightcove.player.interactivity.network.AnnotationsGetterTask
cancel, execute, executeOnExecutor, get, get, getStatus, isCancelled, onCancelled, onCancelled, onPreExecute, onProgressUpdate, publishProgress
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
AnnotationsGetterTask
AnnotationsGetterTask(AnnotationsCallback<List<Annotation>> callback)
-
-
Method Detail
-
getAnnotationByVideoID
final Unit getAnnotationByVideoID(String accountId, String videoId)
-
-
-
-