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 ( ) : |
||
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, |
Method | Description | |
---|---|---|
CreateRevMobListener ( String gameObjectName, String adUnityType ) : |
||
adUnitWrapperCall ( string methodName, string placementId, string adUnit ) : |
public CreateAdLink ( string placementId ) : RevMobLink, | ||
placementId | string | |
return | RevMobLink, |
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, |
public CreateFullscreen ( string placementId ) : RevMobFullscreen, | ||
placementId | string | |
return | RevMobFullscreen, |
public CreatePopup ( string placementId ) : RevMobPopup, | ||
placementId | string | |
return | RevMobPopup, |
public static CurrentActivity ( ) : |
||
return |
public OpenAdLink ( string placementId ) : RevMobLink, | ||
placementId | string | |
return | RevMobLink, |
public PrintEnvironmentInformation ( ) : void | ||
return | void |
public RevMobAndroid ( string appId, string gameObjectName ) : System | ||
appId | string | |
gameObjectName | string | |
return | System |
public SetTestingMode ( RevMob, test ) : void | ||
test | RevMob, | |
return | void |
public SetTimeoutInSeconds ( int timeout ) : void | ||
timeout | int | |
return | void |
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 |
public ShowFullscreen ( string placementId ) : RevMobFullscreen, | ||
placementId | string | |
return | RevMobFullscreen, |
public ShowPopup ( string placementId ) : RevMobPopup, | ||
placementId | string | |
return | RevMobPopup, |