点击或拖拽改变大小

ClientVariablesPlaySystemSound 方法

播放系统提示音

命名空间:  Smobiler.Core
程序集:  Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.641.16928
语法
public void PlaySystemSound(
	SystemSoundType type = SystemSoundType.Notification,
	int iosSoundId = 0
)

参数

type (Optional)
类型:Smobiler.Core.ProtocolSystemSoundType
提示音类型
iosSoundId (Optional)
类型:SystemInt32
ios提示音编号,ios有效,默认为0,当值大于1000时,调用ios提示音,参数列表查看http://iphonedevwiki.net/index.php/AudioServices
参见