Start a new topic

Call C# Xamarin.ios method from JavaScript AR world

I got this working in Android but I can't find an interface or method in the ios version that works.


How does the ios code catch the 

AR.platform.sendJSONObject({"name": "info"});

line in the viewcontroller containing the ARChitectView?


Just looking for the method and/or interface used to catch this call.


Hello,

you need to implement your own Delegate class which derrives from "WTArchitectViewDelegate".

In this class you have to override the "ReceivedJSONObject" method.

Hello,

you need to implement your own Delegate class which derrives from "WTArchitectViewDelegate".

In this class you have to override the "ReceivedJSONObject" method.

Login or Signup to post a comment