C# 클래스 AdColony, AdColony-Unity-SDK

상속: MonoBehaviour
파일 보기 프로젝트 열기: AdColony/AdColony-Unity-SDK 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
OnAdAvailabilityChange AdAvailabilityChangeDelegate
OnV4VCResult V4VCResultDelegate
OnVideoFinished VideoFinishedDelegate
OnVideoFinishedWithInfo VideoFinishedWithInfoDelegate
OnVideoStarted VideoStartedDelegate
version string

공개 메소드들

메소드 설명
AndroidGetOpenUDID ( ) : string
Configure ( string app_version, string app_id ) : void
GetAvailableViews ( string zone_id ) : int
GetCustomID ( ) : string
GetDeviceID ( ) : string
GetODIN1 ( ) : string
GetOpenUDID ( ) : string
GetV4VCAmount ( ) : int
GetV4VCAmount ( string zone_id ) : int
GetV4VCName ( ) : string
GetV4VCName ( string zone_id ) : string
IsV4VCAvailable ( ) : bool
IsV4VCAvailable ( string zone_id ) : bool
IsVideoAvailable ( ) : bool
IsVideoAvailable ( string zone_id ) : bool
NotifyIAPComplete ( string product_id, string trans_id, string currency_code, double price, int quantity ) : void
OfferV4VC ( bool popup_result ) : void
OfferV4VC ( bool popup_result, string zone_id ) : void
OnAdColonyAdAvailabilityChange ( string args ) : void
OnAdColonyV4VCResult ( string args ) : void
OnAdColonyVideoFinished ( string args ) : void
OnAdColonyVideoStarted ( string args ) : void
SetCustomID ( string custom_id ) : void
ShowV4VC ( bool popup_result ) : bool
ShowV4VC ( bool popup_result, string zone_id ) : bool
ShowVideoAd ( ) : bool
ShowVideoAd ( string zone_id ) : bool
StatusForZone ( string zone_id ) : string

비공개 메소드들

메소드 설명
AndroidConfigure ( string app_version, string app_id, string zone_ids ) : void
AndroidInitializePlugin ( ) : void
Awake ( ) : void
IOSConfigure ( string app_version, string app_id, int zone_id_count, string zone_ids ) : void
SetOption ( string option, bool val ) : void
ensureInstance ( ) : void

메소드 상세

AndroidGetOpenUDID() 공개 정적인 메소드

public static AndroidGetOpenUDID ( ) : string
리턴 string

Configure() 공개 정적인 메소드

public static Configure ( string app_version, string app_id ) : void
app_version string
app_id string
리턴 void

GetAvailableViews() 공개 정적인 메소드

public static GetAvailableViews ( string zone_id ) : int
zone_id string
리턴 int

GetCustomID() 공개 정적인 메소드

public static GetCustomID ( ) : string
리턴 string

GetDeviceID() 공개 정적인 메소드

public static GetDeviceID ( ) : string
리턴 string

GetODIN1() 공개 정적인 메소드

public static GetODIN1 ( ) : string
리턴 string

GetOpenUDID() 공개 정적인 메소드

public static GetOpenUDID ( ) : string
리턴 string

GetV4VCAmount() 공개 정적인 메소드

public static GetV4VCAmount ( ) : int
리턴 int

GetV4VCAmount() 공개 정적인 메소드

public static GetV4VCAmount ( string zone_id ) : int
zone_id string
리턴 int

GetV4VCName() 공개 정적인 메소드

public static GetV4VCName ( ) : string
리턴 string

GetV4VCName() 공개 정적인 메소드

public static GetV4VCName ( string zone_id ) : string
zone_id string
리턴 string

IsV4VCAvailable() 공개 정적인 메소드

public static IsV4VCAvailable ( ) : bool
리턴 bool

IsV4VCAvailable() 공개 정적인 메소드

public static IsV4VCAvailable ( string zone_id ) : bool
zone_id string
리턴 bool

IsVideoAvailable() 공개 정적인 메소드

public static IsVideoAvailable ( ) : bool
리턴 bool

IsVideoAvailable() 공개 정적인 메소드

public static IsVideoAvailable ( string zone_id ) : bool
zone_id string
리턴 bool

NotifyIAPComplete() 공개 정적인 메소드

public static NotifyIAPComplete ( string product_id, string trans_id, string currency_code, double price, int quantity ) : void
product_id string
trans_id string
currency_code string
price double
quantity int
리턴 void

OfferV4VC() 공개 정적인 메소드

public static OfferV4VC ( bool popup_result ) : void
popup_result bool
리턴 void

OfferV4VC() 공개 정적인 메소드

public static OfferV4VC ( bool popup_result, string zone_id ) : void
popup_result bool
zone_id string
리턴 void

OnAdColonyAdAvailabilityChange() 공개 메소드

public OnAdColonyAdAvailabilityChange ( string args ) : void
args string
리턴 void

OnAdColonyV4VCResult() 공개 메소드

public OnAdColonyV4VCResult ( string args ) : void
args string
리턴 void

OnAdColonyVideoFinished() 공개 메소드

public OnAdColonyVideoFinished ( string args ) : void
args string
리턴 void

OnAdColonyVideoStarted() 공개 메소드

public OnAdColonyVideoStarted ( string args ) : void
args string
리턴 void

SetCustomID() 공개 정적인 메소드

public static SetCustomID ( string custom_id ) : void
custom_id string
리턴 void

ShowV4VC() 공개 정적인 메소드

public static ShowV4VC ( bool popup_result ) : bool
popup_result bool
리턴 bool

ShowV4VC() 공개 정적인 메소드

public static ShowV4VC ( bool popup_result, string zone_id ) : bool
popup_result bool
zone_id string
리턴 bool

ShowVideoAd() 공개 정적인 메소드

public static ShowVideoAd ( ) : bool
리턴 bool

ShowVideoAd() 공개 정적인 메소드

public static ShowVideoAd ( string zone_id ) : bool
zone_id string
리턴 bool

StatusForZone() 공개 정적인 메소드

public static StatusForZone ( string zone_id ) : string
zone_id string
리턴 string

프로퍼티 상세

OnAdAvailabilityChange 공개적으로 정적으로 프로퍼티

public static AdAvailabilityChangeDelegate OnAdAvailabilityChange
리턴 AdAvailabilityChangeDelegate

OnV4VCResult 공개적으로 정적으로 프로퍼티

public static V4VCResultDelegate OnV4VCResult
리턴 V4VCResultDelegate

OnVideoFinished 공개적으로 정적으로 프로퍼티

public static VideoFinishedDelegate OnVideoFinished
리턴 VideoFinishedDelegate

OnVideoFinishedWithInfo 공개적으로 정적으로 프로퍼티

public static VideoFinishedWithInfoDelegate OnVideoFinishedWithInfo
리턴 VideoFinishedWithInfoDelegate

OnVideoStarted 공개적으로 정적으로 프로퍼티

public static VideoStartedDelegate OnVideoStarted
리턴 VideoStartedDelegate

version 공개적으로 정적으로 프로퍼티

public static string version
리턴 string