Language

StatusBarManager.ShowPowerMenuResultUnknown Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.ShowPowerMenuResult enum directly instead of this field.

Unknwown result of calling #showPowerMenu.

[Android.Runtime.Register("SHOW_POWER_MENU_RESULT_UNKNOWN", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.ShowPowerMenuResult enum directly instead of this field.", true)]
public const Android.App.ShowPowerMenuResult ShowPowerMenuResultUnknown = -1;
[<Android.Runtime.Register("SHOW_POWER_MENU_RESULT_UNKNOWN", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.ShowPowerMenuResult enum directly instead of this field.", true)>]
val mutable ShowPowerMenuResultUnknown : Android.App.ShowPowerMenuResult

Field Value

Value = -1
Attributes

Remarks

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.

Applies to