C# Class RevMobIosFullscreen, Tap-2-Bang

Inheritance: RevMobFullscreen
显示文件 Open project: Anirban013/Tap-2-Bang Class Usage Examples

Public Methods

Method Description
Hide ( ) : void
LoadFullscreen ( ) : void
LoadRewardedVideo ( ) : void
LoadVideo ( ) : void
Release ( ) : void
RevMobIosFullscreen ( ) : UnityEngine
RevMobIosFullscreen ( string placementId ) : UnityEngine
Show ( ) : void
ShowRewardedVideo ( ) : void
ShowVideo ( ) : void

Private Methods

Method Description
RevMobUnityiOSBinding_createFullscreen ( string placementId ) : void
RevMobUnityiOSBinding_hideLoadedFullscreen ( ) : void
RevMobUnityiOSBinding_loadFullscreen ( string placementId ) : void
RevMobUnityiOSBinding_loadFullscreenWithSpecificOrientations ( Array, orientations ) : void
RevMobUnityiOSBinding_loadRewardedVideo ( string placementId ) : void
RevMobUnityiOSBinding_loadVideo ( string placementId ) : void
RevMobUnityiOSBinding_releaseLoadedFullscreen ( ) : void
RevMobUnityiOSBinding_showLoadedFullscreen ( ) : void
RevMobUnityiOSBinding_showRewardedVideo ( string placementId ) : void
RevMobUnityiOSBinding_showVideo ( string placementId ) : void

Method Details

Hide() public method

public Hide ( ) : void
return void

LoadFullscreen() public method

public LoadFullscreen ( ) : void
return void

LoadRewardedVideo() public method

public LoadRewardedVideo ( ) : void
return void

LoadVideo() public method

public LoadVideo ( ) : void
return void

Release() public method

public Release ( ) : void
return void

RevMobIosFullscreen() public method

public RevMobIosFullscreen ( ) : UnityEngine
return UnityEngine

RevMobIosFullscreen() public method

public RevMobIosFullscreen ( string placementId ) : UnityEngine
placementId string
return UnityEngine

Show() public method

public Show ( ) : void
return void

ShowRewardedVideo() public method

public ShowRewardedVideo ( ) : void
return void

ShowVideo() public method

public ShowVideo ( ) : void
return void