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

Inheritance: Response
Show file 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 static property

public static bool ChartboostEnabled
return bool

DFPEnabled public static property

public static bool DFPEnabled
return bool

FyberEnabled public static property

public static bool FyberEnabled
return bool