public interface

ARViewOpenEventListener

com.vidinoti.android.vdarsdk.ARViewOpenEventListener

Class Overview

Listener that is called when an AR view has to be opened. See {VDARSDKController#setARViewOpenEventListener(ARViewOpenEventListener)} for more information

Summary

Public Methods
abstract void onARViewRequested()
Called when the AR view has to be opened.

Public Methods

public abstract void onARViewRequested ()

Called when the AR view has to be opened. At the end of the call, everything should have been done to open the view.