Exemple #1
0
 static void ReportUpdated(object sender, object e)
 => MainThread.BeginInvokeOnMainThread(OnBatteryInfoChanged);
Exemple #2
0
 static void ReportEnergySaverUpdated(object sender, object e)
 => MainThread.BeginInvokeOnMainThread(OnEnergySaverChanged);
Exemple #3
0
 static void BatteryChangedNotification(object sender, NSNotificationEventArgs args)
 => MainThread.BeginInvokeOnMainThread(OnBatteryChanged);
Exemple #4
0
 static void PowerChangedNotification(NSNotification notification)
 => MainThread.BeginInvokeOnMainThread(OnPowerChanged);
Exemple #5
0
 static void ReportUpdated(object sender, object e)
 => MainThread.BeginInvokeOnMainThread(OnPowerChanged);
Exemple #6
0
 static void PowerSourceNotification()
 => MainThread.BeginInvokeOnMainThread(OnBatteryInfoChanged);