Language

ShowPowerMenuResult Enum

Definition

public enum ShowPowerMenuResult
type ShowPowerMenuResult = 
Inheritance
ShowPowerMenuResult

Fields

Name Value Description
Unknown -1

Unknwown result of calling showPowerMenu(Executor, OutcomeReceiver). Used for compatibility purposes.

Android reference for android.app.StatusBarManager.SHOW_POWER_MENU_RESULT_UNKNOWN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Showing 0

Result returned in a callback when a call to showPowerMenu(Executor, OutcomeReceiver) has succeeded and the Power Menu is currently showing.

Android reference for android.app.StatusBarManager.SHOW_POWER_MENU_RESULT_SHOWING.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Disabled 1

Result returned in a callback when a call to showPowerMenu(Executor, OutcomeReceiver) cannot be completed due to the Power Menu being currently disabled.

Android reference for android.app.StatusBarManager.SHOW_POWER_MENU_RESULT_DISABLED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to