共用方式為


UIDevice.BatteryMonitoringEnabled 屬性

定義

控制電池監視。 設定時,您可以接收電池計量變更事件。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool BatteryMonitoringEnabled { [Foundation.Export("isBatteryMonitoringEnabled")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setBatteryMonitoringEnabled:")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.BatteryMonitoringEnabled : bool with get, set

屬性值

預設值是 false

屬性

備註

當設定為 的預設值 false 時,應用程式無法讀取 BatteryLevelBatteryState 或 接收電池狀態變更通知, BatteryStateDidChangeNotification () 。

這可從背景執行緒使用。

適用於