internal void Resume() { if (_sound == null) { return; } #if IOS _sound.Play(); #else _sound.Resume(); #endif }