向全部设备推送点击跳转URL链接的消息
命名空间:
Smobiler.Utility.JPush
程序集:
Smobiler.Utility.JPush (在 Smobiler.Utility.JPush.dll 中) 版本:6.0.651.17422+acac930a389332bc36ed645b22d5419d24641df7
语法public MessageResult PushURLAll(
string msg,
string url,
PushPlatform platform
)
Public Function PushURLAll (
msg As String,
url As String,
platform As PushPlatform
) As MessageResult
参数
- msg
- 类型:SystemString
消息 - url
- 类型:SystemString
地址 - platform
- 类型:Smobiler.Utility.JPushPushPlatform
平台
返回值
类型:
MessageResult[缺少 "M:Smobiler.Utility.JPush.PushClient.PushURLAll(System.String,System.String,Smobiler.Utility.JPush.PushPlatform)" 的 <returns> 文档]
备注PushURL区分平台,允许两个平台同时推送,但是会分平台返回Result
参见