File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Demo/API_V2/Assets/API/Ad Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,13 +78,13 @@ private void SwitchAdState()
78
78
79
79
private Action < WXTextResponse > ShowSuccess = ( res ) =>
80
80
{
81
- WX . ShowModal ( new ShowModalOption ( ) { content = "BannerAd Show Success:" + JsonUtility . ToJson ( res ) } ) ;
81
+ WX . ShowModal ( new ShowModalOption ( ) { content = "BannerAd Show Success:" + JsonUtility . ToJson ( res ) } ) ;
82
82
} ;
83
83
84
84
85
85
private Action < WXTextResponse > ShowFail = ( res ) =>
86
86
{
87
- WX . ShowModal ( new ShowModalOption ( ) { content = "BannerAd Show Fail:" + JsonUtility . ToJson ( res ) } ) ;
87
+ WX . ShowModal ( new ShowModalOption ( ) { content = "BannerAd Show Fail:" + JsonUtility . ToJson ( res ) } ) ;
88
88
} ;
89
89
90
90
// 销毁广告
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ protected override void TestAPI(string[] args)
66
66
67
67
private void ShowAd ( )
68
68
{
69
- _rewardedVideoAd . Show ( ShowSuccess , ShowFail ) ;
69
+ _rewardedVideoAd . Show ( ShowSuccess , ShowFail ) ;
70
70
}
71
71
72
72
private Action < WXTextResponse > ShowSuccess = ( res ) =>
You can’t perform that action at this time.
0 commit comments