C# Class UnityEditor.Web.AdsAccess

Inheritance: CloudServiceAccess
Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

Méthode 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

Méthode Description
AdsAccess ( ) : System

Method Details

EnableService() public méthode

public EnableService ( bool enabled ) : void
enabled bool
Résultat void

GetAndroidGameId() public méthode

public GetAndroidGameId ( ) : string
Résultat string

GetIOSGameId() public méthode

public GetIOSGameId ( ) : string
Résultat string

GetServiceDisplayName() public méthode

public GetServiceDisplayName ( ) : string
Résultat string

GetServiceName() public méthode

public GetServiceName ( ) : string
Résultat string

IsAndroidEnabled() public méthode

public IsAndroidEnabled ( ) : bool
Résultat bool

IsIOSEnabled() public méthode

public IsIOSEnabled ( ) : bool
Résultat bool

IsInitializedOnStartup() public méthode

public IsInitializedOnStartup ( ) : bool
Résultat bool

IsServiceEnabled() public méthode

public IsServiceEnabled ( ) : bool
Résultat bool

IsTestModeEnabled() public méthode

public IsTestModeEnabled ( ) : bool
Résultat bool

OnProjectUnbound() public méthode

public OnProjectUnbound ( ) : void
Résultat void

SetAndroidEnabled() public méthode

public SetAndroidEnabled ( bool enabled ) : void
enabled bool
Résultat void

SetAndroidGameId() public méthode

public SetAndroidGameId ( string value ) : void
value string
Résultat void

SetIOSEnabled() public méthode

public SetIOSEnabled ( bool enabled ) : void
enabled bool
Résultat void

SetIOSGameId() public méthode

public SetIOSGameId ( string value ) : void
value string
Résultat void

SetInitializedOnStartup() public méthode

public SetInitializedOnStartup ( bool enabled ) : void
enabled bool
Résultat void

SetTestModeEnabled() public méthode

public SetTestModeEnabled ( bool enabled ) : void
enabled bool
Résultat void