toJson method
Implementation
List<String> toJson() {
return [
"onRenderView",
"onPlayerState",
"onVideoSizeChanged",
"onDownloadSpeedUpdate",
"onDebug",
"onMicFrame",
"onDeviceMsgPush",
"onReport",
"onMagicPixProcessState",
"onRecordState"
];
}