C# 클래스 RevMob, Zombayo

파일 보기 프로젝트 열기: pchernev/Zombayo 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
REVMOB_VERSION string
gameObjectName string

공개 메소드들

메소드 설명
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,

메소드 상세

CreateAdLink() 공개 메소드

public CreateAdLink ( ) : RevMobLink,
리턴 RevMobLink,

CreateAdLink() 공개 추상적인 메소드

public abstract CreateAdLink ( string placementId ) : RevMobLink,
placementId string
리턴 RevMobLink,

CreateBanner() 공개 메소드

public CreateBanner ( ) : RevMobBanner,
리턴 RevMobBanner,

CreateBanner() 공개 메소드

public CreateBanner ( RevMob, position ) : RevMobBanner,
position RevMob,
리턴 RevMobBanner,

CreateBanner() 공개 추상적인 메소드

public abstract CreateBanner ( RevMob, position, int x, int y, int w, int h ) : RevMobBanner,
position RevMob,
x int
y int
w int
h int
리턴 RevMobBanner,

CreateBanner() 공개 추상적인 메소드

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,
리턴 RevMobBanner,

CreateBanner() 공개 메소드

public CreateBanner ( string placementId ) : RevMobBanner,
placementId string
리턴 RevMobBanner,

CreateBanner() 공개 메소드

public CreateBanner ( string placementId, ScreenOrientation, orientations ) : RevMobBanner,
placementId string
orientations ScreenOrientation,
리턴 RevMobBanner,

CreateFullscreen() 공개 메소드

public CreateFullscreen ( ) : RevMobFullscreen,
리턴 RevMobFullscreen,

CreateFullscreen() 공개 추상적인 메소드

public abstract CreateFullscreen ( string placementId ) : RevMobFullscreen,
placementId string
리턴 RevMobFullscreen,

CreatePopup() 공개 메소드

public CreatePopup ( ) : RevMobPopup,
리턴 RevMobPopup,

CreatePopup() 공개 추상적인 메소드

public abstract CreatePopup ( string placementId ) : RevMobPopup,
placementId string
리턴 RevMobPopup,

HideBanner() 공개 추상적인 메소드

public abstract HideBanner ( ) : void
리턴 void

IsDevice() 공개 추상적인 메소드

public abstract IsDevice ( ) : bool
리턴 bool

OpenAdLink() 공개 메소드

public OpenAdLink ( ) : RevMobLink,
리턴 RevMobLink,

OpenAdLink() 공개 추상적인 메소드

public abstract OpenAdLink ( string placementId ) : RevMobLink,
placementId string
리턴 RevMobLink,

PrintEnvironmentInformation() 공개 추상적인 메소드

public abstract PrintEnvironmentInformation ( ) : void
리턴 void

SetTestingMode() 공개 추상적인 메소드

public abstract SetTestingMode ( RevMob, test ) : void
test RevMob,
리턴 void

SetTimeoutInSeconds() 공개 추상적인 메소드

public abstract SetTimeoutInSeconds ( int timeout ) : void
timeout int
리턴 void

ShowBanner() 공개 메소드

public ShowBanner ( ) : void
리턴 void

ShowBanner() 공개 메소드

public ShowBanner ( RevMob, position ) : void
position RevMob,
리턴 void

ShowBanner() 공개 추상적인 메소드

public abstract ShowBanner ( RevMob, position, int x, int y, int w, int h ) : void
position RevMob,
x int
y int
w int
h int
리턴 void

ShowFullscreen() 공개 메소드

public ShowFullscreen ( ) : RevMobFullscreen,
리턴 RevMobFullscreen,

ShowFullscreen() 공개 추상적인 메소드

public abstract ShowFullscreen ( string placementId ) : RevMobFullscreen,
placementId string
리턴 RevMobFullscreen,

ShowPopup() 공개 메소드

public ShowPopup ( ) : RevMobPopup,
리턴 RevMobPopup,

ShowPopup() 공개 추상적인 메소드

public abstract ShowPopup ( string placementId ) : RevMobPopup,
placementId string
리턴 RevMobPopup,

Start() 공개 정적인 메소드

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

Start() 공개 정적인 메소드

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

프로퍼티 상세

REVMOB_VERSION 보호되어 있는 정적으로 프로퍼티

protected static string REVMOB_VERSION
리턴 string

gameObjectName 보호되어 있는 프로퍼티

protected string gameObjectName
리턴 string