Example #1
0
 public void OnUIThread(System.Action action)
 {
     _underlyingPlatformProvider.OnUIThread(action);
 }
Example #2
0
 public void OnUIThread(System.Action action)
 {
     _defaultPlatformProvider.OnUIThread(action);
 }
Example #3
0
 /// <inheritdoc />
 public virtual void OnUIThread(Action action) => platformProvider.OnUIThread(action);