NoticeBasicSettingオブジェクト
コンポーネント情報 | |
---|---|
version | 8.0.9 |
since | 8.0.0 |
通知の設定および受け取り手段を保持するクラスです。
var noticeBasicSetting = { functionIds : String[], // 通知先機能ID notifications : Notifications // 通知の受け取り手段 }
プロパティの概要
型 | プロパティ名 | アクセス権 |
---|---|---|
String[] | functionIds非推奨 通知先機能ID |
|
Notifications | notifications 通知の受け取り手段 |
プロパティの詳細
String[] functionIds
非推奨
通知先機能ID
|
Notifications notifications
通知の受け取り手段
|