Exemplo n.º 1
0
 public void configureNextLayoutAnimation(JObject config, ICallback success, ICallback error)
 {
     _uiImplementation.ConfigureNextLayoutAnimation(config, success, error);
 }
Exemplo n.º 2
0
 public void configureNextLayoutAnimation(JObject config, ICallback success, ICallback error)
 {
     Context.RunOnLayoutQueueThread(() =>
                                    _uiImplementation.ConfigureNextLayoutAnimation(config, success, error));
 }