public class

MoviePlayerActivity

extends Activity
implements MediaPlayer.OnCompletionListener
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.view.ContextThemeWrapper
         ↳ android.app.Activity
           ↳ com.vidinoti.android.vdarsdk.MoviePlayerActivity

Class Overview

Represents an activity which can be launched to present a movie to the user. It is used when the playVideo() AnnotationJS functon is called. You should includes this activity in your manifest definition for the playVideo() method to work.

You can manually launch this activity by providing a valid URL/URI as the android.content.Intent argument.

Summary

[Expand]
Inherited Constants
From class android.app.Activity
From class android.content.Context
From interface android.content.ComponentCallbacks2
[Expand]
Inherited Fields
From class android.app.Activity
Public Constructors
MoviePlayerActivity()
Public Methods
void onCompletion(MediaPlayer mp)
void onCreate(Bundle savedInstanceState)
void onDestroy()
void onPause()
Is called when the activity is paused.
void onRestoreInstanceState(Bundle savedInstanceState)
void onResume()
void onSaveInstanceState(Bundle savedInstanceState)
void onStop()
[Expand]
Inherited Methods
From class android.app.Activity
From class android.view.ContextThemeWrapper
From class android.content.ContextWrapper
From class android.content.Context
From class java.lang.Object
From interface android.content.ComponentCallbacks
From interface android.content.ComponentCallbacks2
From interface android.media.MediaPlayer.OnCompletionListener
From interface android.view.KeyEvent.Callback
From interface android.view.LayoutInflater.Factory
From interface android.view.LayoutInflater.Factory2
From interface android.view.View.OnCreateContextMenuListener
From interface android.view.Window.Callback

Public Constructors

public MoviePlayerActivity ()

Public Methods

public void onCompletion (MediaPlayer mp)

public void onCreate (Bundle savedInstanceState)

public void onDestroy ()

public void onPause ()

Is called when the activity is paused.

public void onRestoreInstanceState (Bundle savedInstanceState)

public void onResume ()

public void onSaveInstanceState (Bundle savedInstanceState)

public void onStop ()