sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.m8test.script.core.api.event
/
Event
Event
interface
Event
脚本事件对象.
Author
M8Test,
[email protected]
, https://m8test.com
Members
Functions
get
Channel
Link copied to clipboard
abstract
fun
getChannel
(
)
:
String
获取事件所属的频道.
get
Data
Link copied to clipboard
abstract
fun
getData
(
)
:
String
?
获取事件内容.
get
Time
Link copied to clipboard
abstract
fun
getTime
(
)
:
ScriptDateTime
获取事件生成时间.
set
Data
Link copied to clipboard
abstract
fun
setData
(
data
:
String
?
)
设置事件内容.