コード例 #1
0
 public void configureNextLayoutAnimation(JObject config, ICallback success, ICallback error)
 {
     _uiImplementation.ConfigureNextLayoutAnimation(config, success, error);
 }
コード例 #2
0
 public void configureNextLayoutAnimation(JObject config, ICallback success, ICallback error)
 {
     Context.RunOnLayoutQueueThread(() =>
                                    _uiImplementation.ConfigureNextLayoutAnimation(config, success, error));
 }