Launch

To launch ArcPlay.ai experience add the below-mentioned code to On Click() of ArcPlay.ai nudge.

ArcplayPlugin.Launch()

ArcplayPlugin.Launch() will return a boolean value

  1. true - ArcPlay.ai experience is successfully launched

  2. false - ArcPlay.ai experience failed to launch. This will be returned in the following cases

    • user is offline

    • ArcplayPlugin.Init() has not been called yet

    • ArcplayPlugin.Init() is still in progress

    • ArcplayPlugin.Init() has returned the onFailure()

Last updated