Esempio n. 1
0
 public IDisposable ObtainLoaderLifetime(string title, string content, INativeLoadingDialogStyle nativeDialogStyle) =>
 new LoaderLifetimeManager(this, title, content);
Esempio n. 2
0
 public abstract void ShowLoadingPopup(
     string title   = null,
     string content = null,
     INativeLoadingDialogStyle nativeDialogStyle = null);