Exemplo n.º 1
0
 public void ShowSettingsPage()
 {
     // Mobile Center .Analytics にデータ送信
     Analytics.TrackEvent(
         name: "[Clicked] Setting Button",
         properties: new Dictionary <string, string> {
         { "Category", "ButtonClick" }, { "Screen", "MainPage" }
     }
         );
     // ページ遷移処理
     Navigation.PushAsync(AlphaFactory.MakeSettingsPage());
 }
Exemplo n.º 2
0
 public void ShowSettingsPage()
 {
     Navigation.PushAsync(AlphaFactory.MakeSettingsPage());
 }