C# 클래스 NativeAdScene, EvergreenDemoUnity

상속: MonoBehaviour, IEventStatusChangeListener
파일 보기 프로젝트 열기: trialpay/EvergreenDemoUnity

공개 프로퍼티들

프로퍼티 타입 설명
nativeDescription Text
nativeImage RawImage
nativeInstructions Text
nativeReward Text
nativeTitle Text
noOfferPanel Image
offerPanel Image

공개 메소드들

메소드 설명
Awake ( ) : void
GoBack ( ) : void
OnDestroy ( ) : void
OnStatusChange ( TrialpayEvent tpEvent, TPEventStatus status ) : void
OpenOffer ( ) : void
Update ( ) : void
UpdateOfferUI ( ) : void

비공개 메소드들

메소드 설명
LoadImage ( string image_url ) : IEnumerator

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

GoBack() 공개 메소드

public GoBack ( ) : void
리턴 void

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

OnStatusChange() 공개 메소드

public OnStatusChange ( TrialpayEvent tpEvent, TPEventStatus status ) : void
tpEvent TrialpayEvent
status TPEventStatus
리턴 void

OpenOffer() 공개 메소드

public OpenOffer ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

UpdateOfferUI() 공개 메소드

public UpdateOfferUI ( ) : void
리턴 void

프로퍼티 상세

nativeDescription 공개적으로 프로퍼티

public Text nativeDescription
리턴 Text

nativeImage 공개적으로 프로퍼티

public RawImage nativeImage
리턴 RawImage

nativeInstructions 공개적으로 프로퍼티

public Text nativeInstructions
리턴 Text

nativeReward 공개적으로 프로퍼티

public Text nativeReward
리턴 Text

nativeTitle 공개적으로 프로퍼티

public Text nativeTitle
리턴 Text

noOfferPanel 공개적으로 프로퍼티

public Image noOfferPanel
리턴 Image

offerPanel 공개적으로 프로퍼티

public Image offerPanel
리턴 Image