@@ -1138,6 +1138,10 @@ interface GKLocalPlayer
11381138 [ Export ( "presentFriendRequestCreatorFromWindow:error:" ) ]
11391139 bool PresentFriendRequestCreator ( [ NullAllowed ] NSWindow window , [ NullAllowed ] out NSError error ) ;
11401140
1141+ [ Deprecated ( PlatformName . iOS , 26 , 2 , message : "No longer supported." ) ]
1142+ [ Deprecated ( PlatformName . MacOSX , 26 , 2 , message : "No longer supported." ) ]
1143+ [ Deprecated ( PlatformName . TvOS , 26 , 2 , message : "No longer supported." ) ]
1144+ [ Deprecated ( PlatformName . MacCatalyst , 26 , 2 , message : "No longer supported." ) ]
11411145 [ MacCatalyst ( 13 , 1 ) ]
11421146 [ Export ( "loadDefaultLeaderboardIdentifierWithCompletionHandler:" ) ]
11431147 [ Async ( XmlDocs = """
@@ -1149,6 +1153,10 @@ interface GKLocalPlayer
11491153 """ ) ]
11501154 void LoadDefaultLeaderboardIdentifier ( [ NullAllowed ] Action < string , NSError > completionHandler ) ;
11511155
1156+ [ Deprecated ( PlatformName . iOS , 26 , 2 , message : "No longer supported." ) ]
1157+ [ Deprecated ( PlatformName . MacOSX , 26 , 2 , message : "No longer supported." ) ]
1158+ [ Deprecated ( PlatformName . TvOS , 26 , 2 , message : "No longer supported." ) ]
1159+ [ Deprecated ( PlatformName . MacCatalyst , 26 , 2 , message : "No longer supported." ) ]
11521160 [ MacCatalyst ( 13 , 1 ) ]
11531161 [ Export ( "setDefaultLeaderboardIdentifier:completionHandler:" ) ]
11541162 [ Async ( XmlDocs = """
@@ -4247,6 +4255,10 @@ interface GKAccessPoint {
42474255 [ MacCatalyst ( 26 , 0 ) , NoTV , Mac ( 26 , 0 ) , iOS ( 26 , 0 ) ]
42484256 [ Export ( "triggerAccessPointForFriendingWithHandler:" ) ]
42494257 void TriggerAccessPointForFriending ( [ NullAllowed ] Action handler ) ;
4258+
4259+ [ NoTV , Mac ( 26 , 2 ) , iOS ( 26 , 2 ) , MacCatalyst ( 26 , 2 ) ]
4260+ [ Export ( "triggerAccessPointForArcadeWithHandler:" ) ]
4261+ void TriggerAccessPointForArcade ( [ NullAllowed ] Action handler ) ;
42504262 }
42514263
42524264 [ TV ( 14 , 0 ) , iOS ( 14 , 0 ) ]
0 commit comments