Class: MessageFormResponse
Beta
Returns data about the player results from a modal message form. 返回关于玩家在模态消息表单中操作结果的数据。
Examples
Extends
Properties
cancelationReason?
readonlyoptionalcancelationReason?:FormCancelationReason
Beta
Remarks
包含关于表单为何被取消的附加详细信息。
Contains additional details as to why a form was canceled.
Inherited from
FormResponse.cancelationReason
canceled
readonlycanceled:boolean
Beta
Remarks
如果为 true,则表示表单已被玩家取消(例如,他们点击了弹窗的 X 关闭按钮)。
If true, the form was canceled by the player (e.g., they selected the pop-up X close button).
Inherited from
selection?
readonlyoptionalselection?:number
Beta
Remarks
Returns the index of the button that was pushed. 返回被按下的按钮的索引。
