コード例 #1
0
 void OnLostStream(LostStreamMessage obj)
 {
     Device.BeginInvokeOnMainThread(() => playStopBtn.Text = playIcon);
     Device.BeginInvokeOnMainThread(async () => await DisplayAlert("Lost Stream", "Check network connection", "OK"));
 }
コード例 #2
0
 void OnLostStream(LostStreamMessage obj)
 {
     Device.BeginInvokeOnMainThread(async () => await DisplayAlert("Lost Stream", "Check network.", "OK"));
 }