バイブレーションさせる
SystemSound.Vibrate.PlaySystemSound();
cafファイルを再生する
var sound = new SystemSound(new NSUrl("audioFile.caf")); sound.PlaySystemSound();
SystemSound.Vibrate.PlaySystemSound();
var sound = new SystemSound(new NSUrl("audioFile.caf")); sound.PlaySystemSound();