StatusBarManager.ShowPowerMenuResultShowing Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constant will be removed in the future version. Use Android.App.ShowPowerMenuResult enum directly instead of this field.
Result returned in a callback when a call to #showPowerMenu has succeeded and the
Power Menu is currently showing.
[Android.Runtime.Register("SHOW_POWER_MENU_RESULT_SHOWING", 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 ShowPowerMenuResultShowing = 0;
[<Android.Runtime.Register("SHOW_POWER_MENU_RESULT_SHOWING", 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 ShowPowerMenuResultShowing : Android.App.ShowPowerMenuResult
Field Value
Value = 0- Attributes
Remarks
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.