C# Class android.app.UiModeManager

Inheritance: java.lang.Object
显示文件 Open project: JeroMiya/androidmono

Public Methods

Method Description
disableCarMode ( int arg0 ) : void
enableCarMode ( int arg0 ) : void
getCurrentModeType ( ) : int
getNightMode ( ) : int
setNightMode ( int arg0 ) : void

Protected Methods

Method Description
UiModeManager ( global @__env )

Private Methods

Method Description
UiModeManager ( )

Method Details

UiModeManager() protected method

protected UiModeManager ( global @__env )
@__env global

disableCarMode() public method

public disableCarMode ( int arg0 ) : void
arg0 int
return void

enableCarMode() public method

public enableCarMode ( int arg0 ) : void
arg0 int
return void

getCurrentModeType() public method

public getCurrentModeType ( ) : int
return int

getNightMode() public method

public getNightMode ( ) : int
return int

setNightMode() public method

public setNightMode ( int arg0 ) : void
arg0 int
return void