ClientVariablesPlaySystemSound 方法 |
播放系统提示音
命名空间:
Smobiler.Core
程序集:
Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.651.17422+f85e28ffe3fdebbfe720c8c2dde0db495f1a52ab
语法public void PlaySystemSound(
SystemSoundType type = SystemSoundType.Notification,
int iosSoundId = 0
)
Public Sub PlaySystemSound (
Optional type As SystemSoundType = SystemSoundType.Notification,
Optional iosSoundId As Integer = 0
)
参数
- type (Optional)
- 类型:Smobiler.Core.ProtocolSystemSoundType
提示音类型 - iosSoundId (Optional)
- 类型:SystemInt32
ios提示音编号,ios有效,默认为0,当值大于1000时,调用ios提示音,参数列表查看http://iphonedevwiki.net/index.php/AudioServices
参见