Exemplo n.º 1
0
 public void createView(int tag, string className, int rootViewTag, JObject props)
 {
     _uiImplementation.CreateView(tag, className, rootViewTag, props);
 }
Exemplo n.º 2
0
 public void createView(int tag, string className, int rootViewTag, JObject props)
 {
     Context.RunOnLayoutQueueThread(() =>
                                    _uiImplementation.CreateView(tag, className, rootViewTag, props));
 }