C# Class UnityAdsSettings, unity-ads-helper

Inheritance: UnityEngine.ScriptableObject
Exibir arquivo 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_oe property

public string androidGameId
return string

enableTestMode public_oe property

public bool enableTestMode
return bool

iosGameId public_oe property

public string iosGameId
return string

overrideAdsServiceInit public_oe property

public bool overrideAdsServiceInit
return bool

showDebugLogs public_oe property

public bool showDebugLogs
return bool

showErrorLogs public_oe property

public bool showErrorLogs
return bool

showInfoLogs public_oe property

public bool showInfoLogs
return bool

showWarningLogs public_oe property

public bool showWarningLogs
return bool