Свойство | Type | Description | |
---|---|---|---|
OnAdAvailabilityChange | AdAvailabilityChangeDelegate | ||
OnV4VCResult | V4VCResultDelegate | ||
OnVideoFinished | VideoFinishedDelegate | ||
OnVideoFinishedWithInfo | VideoFinishedWithInfoDelegate | ||
OnVideoStarted | VideoStartedDelegate | ||
version | string |
Méthode | Description | |
---|---|---|
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 |
Méthode | Description | |
---|---|---|
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 |
public static AndroidGetOpenUDID ( ) : string | ||
Résultat | string |
public static Configure ( string app_version, string app_id ) : void | ||
app_version | string | |
app_id | string | |
Résultat | void |
public static GetAvailableViews ( string zone_id ) : int | ||
zone_id | string | |
Résultat | int |
public static GetV4VCAmount ( string zone_id ) : int | ||
zone_id | string | |
Résultat | int |
public static GetV4VCName ( string zone_id ) : string | ||
zone_id | string | |
Résultat | string |
public static IsV4VCAvailable ( string zone_id ) : bool | ||
zone_id | string | |
Résultat | bool |
public static IsVideoAvailable ( string zone_id ) : bool | ||
zone_id | string | |
Résultat | bool |
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 | |
Résultat | void |
public static OfferV4VC ( bool popup_result ) : void | ||
popup_result | bool | |
Résultat | void |
public static OfferV4VC ( bool popup_result, string zone_id ) : void | ||
popup_result | bool | |
zone_id | string | |
Résultat | void |
public OnAdColonyAdAvailabilityChange ( string args ) : void | ||
args | string | |
Résultat | void |
public OnAdColonyV4VCResult ( string args ) : void | ||
args | string | |
Résultat | void |
public OnAdColonyVideoFinished ( string args ) : void | ||
args | string | |
Résultat | void |
public OnAdColonyVideoStarted ( string args ) : void | ||
args | string | |
Résultat | void |
public static SetCustomID ( string custom_id ) : void | ||
custom_id | string | |
Résultat | void |
public static ShowV4VC ( bool popup_result ) : bool | ||
popup_result | bool | |
Résultat | bool |
public static ShowV4VC ( bool popup_result, string zone_id ) : bool | ||
popup_result | bool | |
zone_id | string | |
Résultat | bool |
public static ShowVideoAd ( string zone_id ) : bool | ||
zone_id | string | |
Résultat | bool |
public static StatusForZone ( string zone_id ) : string | ||
zone_id | string | |
Résultat | string |
public static AdAvailabilityChangeDelegate OnAdAvailabilityChange | ||
Résultat | AdAvailabilityChangeDelegate |
public static V4VCResultDelegate OnV4VCResult | ||
Résultat | V4VCResultDelegate |
public static VideoFinishedDelegate OnVideoFinished | ||
Résultat | VideoFinishedDelegate |
public static VideoFinishedWithInfoDelegate OnVideoFinishedWithInfo | ||
Résultat | VideoFinishedWithInfoDelegate |
public static VideoStartedDelegate OnVideoStarted | ||
Résultat | VideoStartedDelegate |