Start a new topic

Android JS SDK, detect when ArchitectView has finished loading

Android JS SDK, detect when ArchitectView has finished loading


I'm using the Android JS SDK in order to connect an app to a Wikitude Studio Url. I already connected the channel with the app but now I'd like to know if there's a way to detect when the world has finished loading after I call:

this.architectView.load( this.getARchitectWorldPath() );

 

in iOS there's a delegate method called didFinishLoadArchitectWorldNavigation but I can't seem to find the same for Android.
Any solutions?


Best regards
Lorenzo

Please have a look at ArchitectView's "registerWorldLoadedListener".

Best regards,
Andreas

 

 

 

Perfect, thanks :)
Login or Signup to post a comment