C# Class SpilGames.Unity.Utils.UnityEditor.Responses.AdvertisementResponse

Inheritance: Response
Datei anzeigen Open project: spilgames/spil_event_unity_plugin

Public Properties

Property Type Description
ChartboostEnabled bool
DFPEnabled bool
FyberEnabled bool

Public Methods

Method Description
PlayInterstitial ( string provider ) : void
PlayMoreApps ( ) : void
PlayVideo ( ) : void
ProcessAdvertisementResponse ( ResponseEvent response ) : void

Method Details

PlayInterstitial() public static method

public static PlayInterstitial ( string provider ) : void
provider string
return void

PlayMoreApps() public static method

public static PlayMoreApps ( ) : void
return void

PlayVideo() public static method

public static PlayVideo ( ) : void
return void

ProcessAdvertisementResponse() public static method

public static ProcessAdvertisementResponse ( ResponseEvent response ) : void
response ResponseEvent
return void

Property Details

ChartboostEnabled public_oe static_oe property

public static bool ChartboostEnabled
return bool

DFPEnabled public_oe static_oe property

public static bool DFPEnabled
return bool

FyberEnabled public_oe static_oe property

public static bool FyberEnabled
return bool