Launch
To launch ArcPlay.ai experience add the below-mentioned code to On Click()
of ArcPlay.ai nudge.
ArcplayPlugin.Launch()
will return a boolean value
true
- ArcPlay.ai experience is successfully launchedfalse
- ArcPlay.ai experience failed to launch. This will be returned in the following casesuser is offline
ArcplayPlugin.Init()
has not been called yetArcplayPlugin.Init()
is still in progressArcplayPlugin.Init()
has returned theonFailure()
Last updated