C# Class NativeAdScene, EvergreenDemoUnity

Inheritance: MonoBehaviour, IEventStatusChangeListener
Afficher le fichier Open project: trialpay/EvergreenDemoUnity

Méthodes publiques

Свойство Type Description
nativeDescription Text
nativeImage RawImage
nativeInstructions Text
nativeReward Text
nativeTitle Text
noOfferPanel Image
offerPanel Image

Méthodes publiques

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

Private Methods

Méthode Description
LoadImage ( string image_url ) : IEnumerator

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

GoBack() public méthode

public GoBack ( ) : void
Résultat void

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnStatusChange() public méthode

public OnStatusChange ( TrialpayEvent tpEvent, TPEventStatus status ) : void
tpEvent TrialpayEvent
status TPEventStatus
Résultat void

OpenOffer() public méthode

public OpenOffer ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdateOfferUI() public méthode

public UpdateOfferUI ( ) : void
Résultat void

Property Details

nativeDescription public_oe property

public Text nativeDescription
Résultat Text

nativeImage public_oe property

public RawImage nativeImage
Résultat RawImage

nativeInstructions public_oe property

public Text nativeInstructions
Résultat Text

nativeReward public_oe property

public Text nativeReward
Résultat Text

nativeTitle public_oe property

public Text nativeTitle
Résultat Text

noOfferPanel public_oe property

public Image noOfferPanel
Résultat Image

offerPanel public_oe property

public Image offerPanel
Résultat Image