public class

VidinotiBaseArViewerActivity

extends AppCompatActivity
implements GLSurfaceView.Renderer
java.lang.Object
   ↳ AppCompatActivity
     ↳ com.vidinoti.android.vdarsdk.arcore.VidinotiBaseArViewerActivity
Known Direct Subclasses

Class Overview

Activity with the ARCore scanner running.

Summary

Public Constructors
VidinotiBaseArViewerActivity()
Public Methods
Session getSession()
GLSurfaceView getSurfaceView()
void onDrawFrame(GL10 gl10)
void onFrameUpdate(Frame frame)
void onRequestPermissionsResult(int requestCode, String[] permissions, int[] grantResults)
void onSurfaceChanged(GL10 gl, int width, int height)
void onSurfaceCreated(GL10 gl, EGLConfig config)
Protected Methods
void onCreate(Bundle savedInstanceState)
void onPause()
void onResume()
void pauseArSession()
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.opengl.GLSurfaceView.Renderer

Public Constructors

public VidinotiBaseArViewerActivity ()

Public Methods

public Session getSession ()

public GLSurfaceView getSurfaceView ()

public void onDrawFrame (GL10 gl10)

public void onFrameUpdate (Frame frame)

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

public void onSurfaceChanged (GL10 gl, int width, int height)

public void onSurfaceCreated (GL10 gl, EGLConfig config)

Protected Methods

protected void onCreate (Bundle savedInstanceState)

protected void onPause ()

protected void onResume ()

protected void pauseArSession ()