コード例 #1
0
ファイル: Battery.ios.watchos.cs プロジェクト: sung-su/maui
 void BatteryInfoChangedNotification(object sender, NSNotificationEventArgs args)
 => PlatformUtils.BeginInvokeOnMainThread(OnBatteryInfoChanged);
コード例 #2
0
ファイル: Battery.ios.watchos.cs プロジェクト: sung-su/maui
 void PowerChangedNotification(NSNotification notification)
 => PlatformUtils.BeginInvokeOnMainThread(OnEnergySaverChanged);