本文簡要介紹 python 語言中 arcgis.gis.UserManager.send_notification
的用法。
用法:
send_notification(users, subject, message, type='builtin', client_id=None)
返回:
指示成功 (True) 或失敗 (False) 的布爾值
send_notification
方法為用戶列表創建用戶通知。Parameter
Description
users
必填清單。要向其發送通知的字符串或用戶對象列表。
subject
必需的字符串。通知主題行。
message
必需的字符串。通知內容。這應該是純文本。
type
可選字符串。可以通過多種方式發送通知。這些包括:
builtin - The enterprise built-in system
push - The push notification to send a message to
email - a notification sent to the user’s email account
client_id
可選字符串。推送通知的客戶端 ID。
例子:
# Usage Example >>> gis.users.send_notification([user1,user1234,user123, user1234], "testing notification system", "This was a test of the sending notification property")
相關用法
- Python ArcGIS UserManager.search用法及代碼示例
- Python ArcGIS UserManager.signup用法及代碼示例
- Python ArcGIS UserManager.advanced_search用法及代碼示例
- Python ArcGIS UserManager.get用法及代碼示例
- Python ArcGIS UserManager.invite用法及代碼示例
- Python ArcGIS UserManager.categories用法及代碼示例
- Python ArcGIS UserManager.enable_users用法及代碼示例
- Python ArcGIS UserManager.disable_users用法及代碼示例
- Python ArcGIS UserManager.create用法及代碼示例
- Python ArcGIS UserManager.counts用法及代碼示例
- Python ArcGIS User.delete用法及代碼示例
- Python ArcGIS User.reset用法及代碼示例
- Python ArcGIS User.generate_direct_access_url用法及代碼示例
- Python ArcGIS User.user_settings用法及代碼示例
- Python ArcGIS User.unlink_account用法及代碼示例
- Python ArcGIS User.link_account用法及代碼示例
- Python ArcGIS User.report用法及代碼示例
- Python ArcGIS User.update_level用法及代碼示例
- Python ArcGIS User.items用法及代碼示例
- Python ArcGIS User.landing_page用法及代碼示例
- Python ArcGIS User.reassign_to用法及代碼示例
- Python ArcGIS User.get_thumbnail用法及代碼示例
- Python ArcGIS User.folders用法及代碼示例
- Python ArcGIS User.update用法及代碼示例
- Python ArcGIS UX.featured_content用法及代碼示例
注:本文由純淨天空篩選整理自arcgis.com大神的英文原創作品 arcgis.gis.UserManager.send_notification。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。