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