NendUnityPlugin 5.2.0
Public Member Functions | Events | List of all members
NendUnityPlugin.AD.NendAdIcon Class Reference

Icon ad. More...

Inheritance diagram for NendUnityPlugin.AD.NendAdIcon:
NendUnityPlugin.AD.NendAd

Public Member Functions

override void Show ()
 Show icon ad on the screen.
 
override void Hide ()
 Hide icon ad from the screen.
 
override void Resume ()
 Resume ad rotation.
 
override void Pause ()
 Pause ad rotation.
 
override void Destroy ()
 Destroy ad. More...
 
override void Layout (NendAdLayoutBuilder builder)
 Layout by specified builder. More...
 
abstract void Show ()
 Show ad on the screen.
 
abstract void Hide ()
 Hide ad from the screen.
 
abstract void Resume ()
 Resume ad rotation.
 
abstract void Pause ()
 Pause ad rotation.
 
abstract void Destroy ()
 Destroy ad.
 
abstract void Layout (NendAdLayoutBuilder builder)
 Layout by specified builder. More...
 

Events

EventHandler AdLoaded
 Occurs when ad loaded. More...
 
EventHandler< NendAdErrorEventArgsAdFailedToReceive
 Occurs when failed to receive ad. More...
 
EventHandler AdReceived
 Occurs when ad received.
 
EventHandler AdClicked
 Occurs when ad clicked.
 
EventHandler InformationClicked
 Occurs when information button clicked.
 

Detailed Description

Icon ad.

Warning
Implemented only Android.

Member Function Documentation

◆ Destroy()

override void NendUnityPlugin.AD.NendAdIcon.Destroy ( )
virtual

Destroy ad.

Note
It releases resources of native side, but GameObject with NendAdIcon script is not released. When GameObject is destroyed, this method automatically will be called.

Implements NendUnityPlugin.AD.NendAd.

◆ Layout()

override void NendUnityPlugin.AD.NendAdIcon.Layout ( NendAdLayoutBuilder  builder)
virtual

Layout by specified builder.

Parameters
builderIn the case of icon ad, use NendUnityPlugin.Layout.NendAdIconLayoutBuilder.

Implements NendUnityPlugin.AD.NendAd.

Event Documentation

◆ AdLoaded

EventHandler NendUnityPlugin.AD.NendAdIcon.AdLoaded

Occurs when ad loaded.

Warning
It is not occurred when the platform is Android.

◆ AdFailedToReceive

EventHandler<NendAdErrorEventArgs> NendUnityPlugin.AD.NendAdIcon.AdFailedToReceive

Occurs when failed to receive ad.

See also
NendUnityPlugin.Common.NendAdErrorEventArgs

The documentation for this class was generated from the following file: