예제 #1
0
 public override void OnSignOutCompleted(object sender, SignOutEventArgs signOutEventArgs)
 {
     Shell.Current.GoToAsync("//LoginPage", true);
 }
예제 #2
0
 /// <summary>
 /// Removes Spotify data upon log out.
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private async void SignOutHandler(object sender, SignOutEventArgs e)
 {
     actionHandler.RegisterMusicManager(new SpotifyManager());
     await Shell.Current.GoToAsync("//LoadingPage");
 }