JavaScript is disabled on your browser.
java.lang.Object
android.os.AsyncTask<android.net.Uri,
Void ,Void >
com.brightcove.player.captioning.tasks.LoadCaptionsTask
Nested Class Summary
Nested Classes
static interface
Provides a callback interface for processing an InputStream containing the response body of an HTTP request.
Nested classes/interfaces inherited from class android.os.AsyncTask
android.os.AsyncTask.Status
Field Summary
Fields inherited from class android.os.AsyncTask
SERIAL_EXECUTOR, THREAD_POOL_EXECUTOR
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
protected void
protected void
Methods inherited from class android.os.AsyncTask
cancel, execute, execute, executeOnExecutor, get, get, getStatus, isCancelled, onCancelled, onPreExecute, onProgressUpdate, publishProgress
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Details
LoadCaptionsTask
public LoadCaptionsTask (EventEmitter emitter,
android.content.ContentResolver contentResolver,
CaptionType captionType)
Method Details
doInBackground
protected Void doInBackground (android.net.Uri... params)
Specified by:
doInBackground
in class android.os.AsyncTask<android.net.Uri,Void ,Void >
onPostExecute
protected void onPostExecute (Void param)
Overrides:
onPostExecute
in class android.os.AsyncTask<android.net.Uri,Void ,Void >
onCancelled
protected void onCancelled ()
Overrides:
onCancelled
in class android.os.AsyncTask<android.net.Uri,Void ,Void >