点击或拖拽改变大小

MobileClientSetAlarm 方法 (Int32, Int32, String, Boolean, ComponentOnResultHandler)

设置系统闹钟

命名空间:  Smobiler.Plugins
程序集:  Smobiler.Plugins (在 Smobiler.Plugins.dll 中) 版本:6.0.641.16928
语法
public void SetAlarm(
	int hour,
	int minute,
	string message,
	bool open,
	ComponentOnResultHandler handler
)

参数

hour
类型:SystemInt32
闹钟的小时
minute
类型:SystemInt32
闹钟的分钟
message
类型:SystemString
闹钟的标签
open
类型:SystemBoolean
选择关闭还是打开(android关闭需要message一致)
handler
类型:Smobiler.Core.ControlsComponentOnResultHandler
回调
参见