Skip to content

Commit

Permalink
Remove delegates
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth committed Sep 24, 2024
1 parent 2f716c3 commit 1f3cb3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Core/src/LifecycleEvents/iOS/iOSLifecycle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ public static class iOSLifecycle
public delegate void WillTerminate(UIApplication application);
public delegate void ApplicationSignificantTimeChange(UIApplication application);
public delegate void PerformFetch(UIApplication application, Action<UIBackgroundFetchResult> completionHandler);
public delegate void RegisteredForRemoteNotifications(UIApplication application, NSData deviceToken);
public delegate void ReceivedRemoteNotification(UIApplication application, NSDictionary userInfo);

// Scene
public delegate void SceneWillConnect(UIScene scene, UISceneSession session, UISceneConnectionOptions connectionOptions);
Expand Down

0 comments on commit 1f3cb3a

Please sign in to comment.