C# Class UnityAdsSettings, unity-ads-helper

Inheritance: UnityEngine.ScriptableObject
Show file Open project: Applifier/unity-ads-helper Class Usage Examples

Public Properties

Property Type Description
androidGameId string
enableTestMode bool
iosGameId string
overrideAdsServiceInit bool
showDebugLogs bool
showErrorLogs bool
showInfoLogs bool
showWarningLogs bool

Public Methods

Method Description
UnityAdsSettings ( ) : System.Collections

Method Details

UnityAdsSettings() public method

public UnityAdsSettings ( ) : System.Collections
return System.Collections

Property Details

androidGameId public property

public string androidGameId
return string

enableTestMode public property

public bool enableTestMode
return bool

iosGameId public property

public string iosGameId
return string

overrideAdsServiceInit public property

public bool overrideAdsServiceInit
return bool

showDebugLogs public property

public bool showDebugLogs
return bool

showErrorLogs public property

public bool showErrorLogs
return bool

showInfoLogs public property

public bool showInfoLogs
return bool

showWarningLogs public property

public bool showWarningLogs
return bool