点击或拖拽改变大小

PushClientPushAlert 方法

向指定别名推送通知(抬头栏)

命名空间:  Smobiler.Utility.JPush
程序集:  Smobiler.Utility.JPush (在 Smobiler.Utility.JPush.dll 中) 版本:6.0.641.16928
语法
public MessageResult PushAlert(
	string alert,
	string title,
	params string[] alias
)

参数

alert
类型:SystemString
通知内容
title
类型:SystemString
抬头
alias
类型:SystemString
别名

返回值

类型:MessageResult

[缺少 "M:Smobiler.Utility.JPush.PushClient.PushAlert(System.String,System.String,System.String[])" 的 <returns> 文档]

参见