com.metaio.sdk.jni
Class IARELInterpreterCallback
java.lang.Object
com.metaio.sdk.jni.IARELInterpreterCallback
public class IARELInterpreterCallback
- extends Object
Interface to receive the callbacks form the ARELInterpreter.
IARELInterpreterCallback
public IARELInterpreterCallback(long cPtr,
boolean cMemoryOwn)
IARELInterpreterCallback
public IARELInterpreterCallback()
getCPtr
public static long getCPtr(IARELInterpreterCallback obj)
delete
public void delete()
swigReleaseOwnership
public void swigReleaseOwnership()
swigTakeOwnership
public void swigTakeOwnership()
playVideo
public boolean playVideo(String videoURL)
- Parameters:
videoURL
- the url to the video
true if handled by the callback, false to use the default
implementation
openWebsite
public boolean openWebsite(String url,
boolean openInExternalApp)
- Parameters:
url
- the url to the websiteopenInExternalApp
- true to open in external app, false otherwise
true if handled by the callback, false to use the default
implementation
openWebsite
public boolean openWebsite(String url)
- Parameters:
url
- the url to the websiteopenInExternalApp
- true to open in external app, false otherwise
true if handled by the callback, false to use the default
implementation
onSDKReady
public void onSDKReady()
- splash screen is finished.
onSceneReady
public void onSceneReady()