C# Class RevMobAndroid, Zombayo

Inheritance: RevMob
Datei anzeigen Open project: pchernev/Zombayo Class Usage Examples

Public Methods

Method Description
CreateAdLink ( string placementId ) : RevMobLink,
CreateBanner ( RevMob, position, int x, int y, int w, int h ) : RevMobBanner,
CreateFullscreen ( string placementId ) : RevMobFullscreen,
CreatePopup ( string placementId ) : RevMobPopup,
CurrentActivity ( ) : AndroidJavaObject
HideBanner ( ) : void
IsDevice ( ) : bool
OpenAdLink ( string placementId ) : RevMobLink,
PrintEnvironmentInformation ( ) : void
RevMobAndroid ( string appId, string gameObjectName ) : System
SetTestingMode ( RevMob, test ) : void
SetTimeoutInSeconds ( int timeout ) : void
ShowBanner ( RevMob, position, int x, int y, int w, int h ) : void
ShowFullscreen ( string placementId ) : RevMobFullscreen,
ShowPopup ( string placementId ) : RevMobPopup,

Private Methods

Method Description
CreateRevMobListener ( String gameObjectName, String adUnityType ) : AndroidJavaObject
adUnitWrapperCall ( string methodName, string placementId, string adUnit ) : AndroidJavaObject

Method Details

CreateAdLink() public method

public CreateAdLink ( string placementId ) : RevMobLink,
placementId string
return RevMobLink,

CreateBanner() public method

public CreateBanner ( RevMob, position, int x, int y, int w, int h ) : RevMobBanner,
position RevMob,
x int
y int
w int
h int
return RevMobBanner,

CreateFullscreen() public method

public CreateFullscreen ( string placementId ) : RevMobFullscreen,
placementId string
return RevMobFullscreen,

CreatePopup() public method

public CreatePopup ( string placementId ) : RevMobPopup,
placementId string
return RevMobPopup,

CurrentActivity() public static method

public static CurrentActivity ( ) : AndroidJavaObject
return UnityEngine.AndroidJavaObject

HideBanner() public method

public HideBanner ( ) : void
return void

IsDevice() public method

public IsDevice ( ) : bool
return bool

OpenAdLink() public method

public OpenAdLink ( string placementId ) : RevMobLink,
placementId string
return RevMobLink,

PrintEnvironmentInformation() public method

public PrintEnvironmentInformation ( ) : void
return void

RevMobAndroid() public method

public RevMobAndroid ( string appId, string gameObjectName ) : System
appId string
gameObjectName string
return System

SetTestingMode() public method

public SetTestingMode ( RevMob, test ) : void
test RevMob,
return void

SetTimeoutInSeconds() public method

public SetTimeoutInSeconds ( int timeout ) : void
timeout int
return void

ShowBanner() public method

public ShowBanner ( RevMob, position, int x, int y, int w, int h ) : void
position RevMob,
x int
y int
w int
h int
return void

ShowFullscreen() public method

public ShowFullscreen ( string placementId ) : RevMobFullscreen,
placementId string
return RevMobFullscreen,

ShowPopup() public method

public ShowPopup ( string placementId ) : RevMobPopup,
placementId string
return RevMobPopup,