virtual void OnToast(const FString& msg);
1.回调描述
SDK内部提示信息回调,游戏可以弹窗提示信息。
2.参数
3.代码示例
void OnToast(const FString& msg) { //游戏侧toast方法 }