Property | Type | Description | |
---|---|---|---|
REVMOB_VERSION | string | ||
gameObjectName | string |
Method | Description | |
---|---|---|
CreateAdLink ( ) : RevMobLink, | ||
CreateAdLink ( string placementId ) : RevMobLink, | ||
CreateBanner ( ) : RevMobBanner, | ||
CreateBanner ( RevMob, position ) : RevMobBanner, | ||
CreateBanner ( RevMob, position, int x, int y, int w, int h ) : RevMobBanner, | ||
CreateBanner ( float x, float y, float width, float height, string placementId, ScreenOrientation, orientations ) : RevMobBanner, | ||
CreateBanner ( string placementId ) : RevMobBanner, | ||
CreateBanner ( string placementId, ScreenOrientation, orientations ) : RevMobBanner, | ||
CreateFullscreen ( ) : RevMobFullscreen, | ||
CreateFullscreen ( string placementId ) : RevMobFullscreen, | ||
CreatePopup ( ) : RevMobPopup, | ||
CreatePopup ( string placementId ) : RevMobPopup, | ||
HideBanner ( ) : void | ||
IsDevice ( ) : bool | ||
OpenAdLink ( ) : RevMobLink, | ||
OpenAdLink ( string placementId ) : RevMobLink, | ||
PrintEnvironmentInformation ( ) : void | ||
SetTestingMode ( RevMob, test ) : void | ||
SetTimeoutInSeconds ( int timeout ) : void | ||
ShowBanner ( ) : void | ||
ShowBanner ( RevMob, position ) : void | ||
ShowBanner ( RevMob, position, int x, int y, int w, int h ) : void | ||
ShowFullscreen ( ) : RevMobFullscreen, | ||
ShowFullscreen ( string placementId ) : RevMobFullscreen, | ||
ShowPopup ( ) : RevMobPopup, | ||
ShowPopup ( string placementId ) : RevMobPopup, | ||
Start ( string>.Dictionary |
||
Start ( string>.Dictionary |
public abstract CreateAdLink ( string placementId ) : RevMobLink, | ||
placementId | string | |
return | RevMobLink, |
public CreateBanner ( RevMob, position ) : RevMobBanner, | ||
position | RevMob, | |
return | RevMobBanner, |
public abstract 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 abstract CreateBanner ( float x, float y, float width, float height, string placementId, ScreenOrientation, orientations ) : RevMobBanner, | ||
x | float | |
y | float | |
width | float | |
height | float | |
placementId | string | |
orientations | ScreenOrientation, | |
return | RevMobBanner, |
public CreateBanner ( string placementId ) : RevMobBanner, | ||
placementId | string | |
return | RevMobBanner, |
public CreateBanner ( string placementId, ScreenOrientation, orientations ) : RevMobBanner, | ||
placementId | string | |
orientations | ScreenOrientation, | |
return | RevMobBanner, |
public CreateFullscreen ( ) : RevMobFullscreen, | ||
return | RevMobFullscreen, |
public abstract CreateFullscreen ( string placementId ) : RevMobFullscreen, | ||
placementId | string | |
return | RevMobFullscreen, |
public abstract CreatePopup ( string placementId ) : RevMobPopup, | ||
placementId | string | |
return | RevMobPopup, |
public abstract OpenAdLink ( string placementId ) : RevMobLink, | ||
placementId | string | |
return | RevMobLink, |
public abstract PrintEnvironmentInformation ( ) : void | ||
return | void |
public abstract SetTestingMode ( RevMob, test ) : void | ||
test | RevMob, | |
return | void |
public abstract SetTimeoutInSeconds ( int timeout ) : void | ||
timeout | int | |
return | void |
public ShowBanner ( RevMob, position ) : void | ||
position | RevMob, | |
return | void |
public abstract 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 ( ) : RevMobFullscreen, | ||
return | RevMobFullscreen, |
public abstract ShowFullscreen ( string placementId ) : RevMobFullscreen, | ||
placementId | string | |
return | RevMobFullscreen, |
public abstract ShowPopup ( string placementId ) : RevMobPopup, | ||
placementId | string | |
return | RevMobPopup, |
public static Start ( string>.Dictionary |
||
appIds | string>.Dictionary | |
return | RevMob, |
public static Start ( string>.Dictionary |
||
appIds | string>.Dictionary | |
gameObjectName | string | |
return | RevMob, |