コード例 #1
0
ファイル: SongManager.cs プロジェクト: ysmadhav/ios-samples
 public void DrivingContextStarted(object sender, EventArgs e)
 {
     QueueDrivingSongs();
     DidUpdateSongQueue?.Invoke(this, null);
 }
コード例 #2
0
ファイル: SongManager.cs プロジェクト: ysmadhav/ios-samples
 public void HighIntensityContextStarted(object sender, EventArgs e)
 {
     QueueHighIntensitySongs();
     DidUpdateSongQueue?.Invoke(this, null);
 }