C# Class android.app.UiModeManager

Inheritance: java.lang.Object
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
disableCarMode ( int arg0 ) : void
enableCarMode ( int arg0 ) : void
getCurrentModeType ( ) : int
getNightMode ( ) : int
setNightMode ( int arg0 ) : void

Méthodes protégées

Méthode Description
UiModeManager ( global @__env )

Private Methods

Méthode Description
UiModeManager ( )

Method Details

UiModeManager() protected méthode

protected UiModeManager ( global @__env )
@__env global

disableCarMode() public méthode

public disableCarMode ( int arg0 ) : void
arg0 int
Résultat void

enableCarMode() public méthode

public enableCarMode ( int arg0 ) : void
arg0 int
Résultat void

getCurrentModeType() public méthode

public getCurrentModeType ( ) : int
Résultat int

getNightMode() public méthode

public getNightMode ( ) : int
Résultat int

setNightMode() public méthode

public setNightMode ( int arg0 ) : void
arg0 int
Résultat void