When your device supports ARCore but you are installing the ARCore service, this method will be executed, prompting the user to install the ARCore service.
1
@Override
2
publicvoidonNeedInstallARCoreService();
Copied!
OpenBuiltInBrowser
Open the URL in a custom browser
Param
Type
Description
url
String
URL of NSString type
1
@Override
2
publicvoidonOpenBuiltInBrowser(String _url);
Copied!
SDKInitialized
After the AR algorithm is initialized, the method will be executed
1
@Override
2
publicvoidonSdkInitialized();
Copied!
RecognitionStart(unavailable)
Start recognition
1
@Override
2
publicvoidonRecognitionStart();
Copied!
RecognitionComplete(unavailable)
Recognized successfully
1
@Override
2
publicvoidonRecognitionComplete();
Copied!
TryAcquireInformation
Get app information from ARExperience script
Param
Type
Description
opTag
String
The type of operation request initiated by AR Experience.