C# Class NativeAdScene, EvergreenDemoUnity

Inheritance: MonoBehaviour, IEventStatusChangeListener
Show file Open project: trialpay/EvergreenDemoUnity

Public Properties

Property Type Description
nativeDescription Text
nativeImage RawImage
nativeInstructions Text
nativeReward Text
nativeTitle Text
noOfferPanel Image
offerPanel Image

Public Methods

Method Description
Awake ( ) : void
GoBack ( ) : void
OnDestroy ( ) : void
OnStatusChange ( TrialpayEvent tpEvent, TPEventStatus status ) : void
OpenOffer ( ) : void
Update ( ) : void
UpdateOfferUI ( ) : void

Private Methods

Method Description
LoadImage ( string image_url ) : IEnumerator

Method Details

Awake() public method

public Awake ( ) : void
return void

GoBack() public method

public GoBack ( ) : void
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnStatusChange() public method

public OnStatusChange ( TrialpayEvent tpEvent, TPEventStatus status ) : void
tpEvent TrialpayEvent
status TPEventStatus
return void

OpenOffer() public method

public OpenOffer ( ) : void
return void

Update() public method

public Update ( ) : void
return void

UpdateOfferUI() public method

public UpdateOfferUI ( ) : void
return void

Property Details

nativeDescription public property

public Text nativeDescription
return Text

nativeImage public property

public RawImage nativeImage
return RawImage

nativeInstructions public property

public Text nativeInstructions
return Text

nativeReward public property

public Text nativeReward
return Text

nativeTitle public property

public Text nativeTitle
return Text

noOfferPanel public property

public Image noOfferPanel
return Image

offerPanel public property

public Image offerPanel
return Image