C# 클래스 Applicasa.Promotion

파일 보기 프로젝트 열기: Applicasa/Sample-App-Unity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
innerPromotionJavaObject UnityEngine.AndroidJavaObject

공개 메소드들

메소드 설명
GetPromotionArray ( PromotionArray promotionArray ) : Applicasa.Promotion[]
Promotion ( IntPtr promotionPtr ) : System
Promotion ( IntPtr promotionPtr, AndroidJavaObject promotionJavaObject ) : System
Show ( PromotionResultDelegate callback ) : void
dismiss ( ) : void

비공개 메소드들

메소드 설명
ApplicasaPromotionDismiss ( System promotion ) : void
ApplicasaPromotionGetActionData ( System promotion ) : string
ApplicasaPromotionGetActionKind ( System promotion ) : PromotionActionKind
ApplicasaPromotionGetAge ( System promotion ) : string
ApplicasaPromotionGetAppEvent ( System promotion ) : EventTypes
ApplicasaPromotionGetButton ( System promotion ) : string
ApplicasaPromotionGetCountry ( System promotion ) : string
ApplicasaPromotionGetDefaultPhone ( System promotion ) : string
ApplicasaPromotionGetDefaultTablet ( System promotion ) : string
ApplicasaPromotionGetEligible ( System promotion ) : int
ApplicasaPromotionGetEndTime ( System promotion ) : double
ApplicasaPromotionGetFilterParameters ( System promotion ) : string
ApplicasaPromotionGetGender ( System promotion ) : int
ApplicasaPromotionGetID ( System promotion ) : string
ApplicasaPromotionGetIdentifier ( System promotion ) : string
ApplicasaPromotionGetImage ( System promotion ) : string
ApplicasaPromotionGetImageBase ( System promotion ) : string
ApplicasaPromotionGetImageOptions ( System promotion ) : string
ApplicasaPromotionGetLastUpdate ( System promotion ) : double
ApplicasaPromotionGetMaxPerDay ( System promotion ) : int
ApplicasaPromotionGetMaxPerUser ( System promotion ) : int
ApplicasaPromotionGetName ( System promotion ) : string
ApplicasaPromotionGetPriority ( System promotion ) : int
ApplicasaPromotionGetShowImmediately ( System promotion ) : bool
ApplicasaPromotionGetShowOnce ( System promotion ) : bool
ApplicasaPromotionGetSpendProfile ( System promotion ) : string
ApplicasaPromotionGetStartTime ( System promotion ) : double
ApplicasaPromotionGetType ( System promotion ) : string
ApplicasaPromotionGetUseProfile ( System promotion ) : string
ApplicasaPromotionGetUsed ( System promotion ) : int
ApplicasaPromotionGetViews ( System promotion ) : int
ApplicasaPromotionGetWaitingToBeViewed ( System promotion ) : bool
ApplicasaPromotionShowWithBlock ( System promotion, PromotionResultDelegate callback ) : void
setGetPromotionArrayFinished ( GetPromotionArrayFinished callback, int uniqueActionID ) : void
setPromotionResultDelegate ( PromotionResultDelegate callback, int uniqueActionID ) : void
setPromotionsAvailable ( PromotionsAvailable callback, int uniqueActionID ) : void

메소드 상세

GetPromotionArray() 공개 정적인 메소드

public static GetPromotionArray ( PromotionArray promotionArray ) : Applicasa.Promotion[]
promotionArray PromotionArray
리턴 Applicasa.Promotion[]

Promotion() 공개 메소드

public Promotion ( IntPtr promotionPtr ) : System
promotionPtr System.IntPtr
리턴 System

Promotion() 공개 메소드

public Promotion ( IntPtr promotionPtr, AndroidJavaObject promotionJavaObject ) : System
promotionPtr System.IntPtr
promotionJavaObject UnityEngine.AndroidJavaObject
리턴 System

Show() 공개 메소드

public Show ( PromotionResultDelegate callback ) : void
callback PromotionResultDelegate
리턴 void

dismiss() 공개 메소드

public dismiss ( ) : void
리턴 void

프로퍼티 상세

innerPromotionJavaObject 공개적으로 프로퍼티

public AndroidJavaObject,UnityEngine innerPromotionJavaObject
리턴 UnityEngine.AndroidJavaObject