C# Class RevMob, Zombayo

显示文件 Open project: pchernev/Zombayo Class Usage Examples

Protected Properties

Property Type Description
REVMOB_VERSION string
gameObjectName string

Public Methods

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 appIds ) : RevMob,
Start ( string>.Dictionary appIds, string gameObjectName ) : RevMob,

Method Details

CreateAdLink() public method

public CreateAdLink ( ) : RevMobLink,
return RevMobLink,

CreateAdLink() public abstract method

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

CreateBanner() public method

public CreateBanner ( ) : RevMobBanner,
return RevMobBanner,

CreateBanner() public method

public CreateBanner ( RevMob, position ) : RevMobBanner,
position RevMob,
return RevMobBanner,

CreateBanner() public abstract method

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,

CreateBanner() public abstract method

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,

CreateBanner() public method

public CreateBanner ( string placementId ) : RevMobBanner,
placementId string
return RevMobBanner,

CreateBanner() public method

public CreateBanner ( string placementId, ScreenOrientation, orientations ) : RevMobBanner,
placementId string
orientations ScreenOrientation,
return RevMobBanner,

CreateFullscreen() public method

public CreateFullscreen ( ) : RevMobFullscreen,
return RevMobFullscreen,

CreateFullscreen() public abstract method

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

CreatePopup() public method

public CreatePopup ( ) : RevMobPopup,
return RevMobPopup,

CreatePopup() public abstract method

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

HideBanner() public abstract method

public abstract HideBanner ( ) : void
return void

IsDevice() public abstract method

public abstract IsDevice ( ) : bool
return bool

OpenAdLink() public method

public OpenAdLink ( ) : RevMobLink,
return RevMobLink,

OpenAdLink() public abstract method

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

PrintEnvironmentInformation() public abstract method

public abstract PrintEnvironmentInformation ( ) : void
return void

SetTestingMode() public abstract method

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

SetTimeoutInSeconds() public abstract method

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

ShowBanner() public method

public ShowBanner ( ) : void
return void

ShowBanner() public method

public ShowBanner ( RevMob, position ) : void
position RevMob,
return void

ShowBanner() public abstract method

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

ShowFullscreen() public method

public ShowFullscreen ( ) : RevMobFullscreen,
return RevMobFullscreen,

ShowFullscreen() public abstract method

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

ShowPopup() public method

public ShowPopup ( ) : RevMobPopup,
return RevMobPopup,

ShowPopup() public abstract method

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

Start() public static method

public static Start ( string>.Dictionary appIds ) : RevMob,
appIds string>.Dictionary
return RevMob,

Start() public static method

public static Start ( string>.Dictionary appIds, string gameObjectName ) : RevMob,
appIds string>.Dictionary
gameObjectName string
return RevMob,

Property Details

REVMOB_VERSION protected_oe static_oe property

protected static string REVMOB_VERSION
return string

gameObjectName protected_oe property

protected string gameObjectName
return string