C# Class UnityEditor.Web.AdsAccess

Inheritance: CloudServiceAccess
显示文件 Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
EnableService ( bool enabled ) : void
GetAndroidGameId ( ) : string
GetIOSGameId ( ) : string
GetServiceDisplayName ( ) : string
GetServiceName ( ) : string
IsAndroidEnabled ( ) : bool
IsIOSEnabled ( ) : bool
IsInitializedOnStartup ( ) : bool
IsServiceEnabled ( ) : bool
IsTestModeEnabled ( ) : bool
OnProjectUnbound ( ) : void
SetAndroidEnabled ( bool enabled ) : void
SetAndroidGameId ( string value ) : void
SetIOSEnabled ( bool enabled ) : void
SetIOSGameId ( string value ) : void
SetInitializedOnStartup ( bool enabled ) : void
SetTestModeEnabled ( bool enabled ) : void

Private Methods

Method Description
AdsAccess ( ) : System

Method Details

EnableService() public method

public EnableService ( bool enabled ) : void
enabled bool
return void

GetAndroidGameId() public method

public GetAndroidGameId ( ) : string
return string

GetIOSGameId() public method

public GetIOSGameId ( ) : string
return string

GetServiceDisplayName() public method

public GetServiceDisplayName ( ) : string
return string

GetServiceName() public method

public GetServiceName ( ) : string
return string

IsAndroidEnabled() public method

public IsAndroidEnabled ( ) : bool
return bool

IsIOSEnabled() public method

public IsIOSEnabled ( ) : bool
return bool

IsInitializedOnStartup() public method

public IsInitializedOnStartup ( ) : bool
return bool

IsServiceEnabled() public method

public IsServiceEnabled ( ) : bool
return bool

IsTestModeEnabled() public method

public IsTestModeEnabled ( ) : bool
return bool

OnProjectUnbound() public method

public OnProjectUnbound ( ) : void
return void

SetAndroidEnabled() public method

public SetAndroidEnabled ( bool enabled ) : void
enabled bool
return void

SetAndroidGameId() public method

public SetAndroidGameId ( string value ) : void
value string
return void

SetIOSEnabled() public method

public SetIOSEnabled ( bool enabled ) : void
enabled bool
return void

SetIOSGameId() public method

public SetIOSGameId ( string value ) : void
value string
return void

SetInitializedOnStartup() public method

public SetInitializedOnStartup ( bool enabled ) : void
enabled bool
return void

SetTestModeEnabled() public method

public SetTestModeEnabled ( bool enabled ) : void
enabled bool
return void