다음을 통해 공유


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으로 설정된 경우 애플리케이션은 , 또는 BatteryState배터리 상태 변경 알림(BatteryStateDidChangeNotification)을 받을 수 없습니다BatteryLevel.

백그라운드 스레드에서 사용할 수 있습니다.

적용 대상