public class

VDARModalWebView

extends Activity
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.view.ContextThemeWrapper
         ↳ android.app.Activity
           ↳ com.vidinoti.android.vdarsdk.VDARModalWebView

Class Overview

Is an activity implementing the modal web view

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
VDARModalWebView()
Public Methods
void onBackPressed()
void onCreate(Bundle savedInstanceState)
Initializes the web view.
void onPause()
void onRequestPermissionsResult(int requestCode, String[] permissions, int[] grantResults)
void onResume()
Protected Methods
void onActivityResult(int requestCode, int resultCode, Intent data)
void onDestroy()
[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.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 VDARModalWebView ()

Public Methods

public void onBackPressed ()

Since: API Level

public void onCreate (Bundle savedInstanceState)

Initializes the web view.

public void onPause ()

public void onRequestPermissionsResult (int requestCode, String[] permissions, int[] grantResults)

Since: API Level

public void onResume ()

Protected Methods

protected void onActivityResult (int requestCode, int resultCode, Intent data)

Since: API Level

protected void onDestroy ()

Since: API Level