Package apple.gamekit
Interface GKLocalPlayer.Block_fetchSavedGamesWithCompletionHandler
-
- Enclosing class:
- GKLocalPlayer
public static interface GKLocalPlayer.Block_fetchSavedGamesWithCompletionHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcall_fetchSavedGamesWithCompletionHandler(NSArray<? extends GKSavedGame> savedGames, NSError error)
-
-
-
Method Detail
-
call_fetchSavedGamesWithCompletionHandler
void call_fetchSavedGamesWithCompletionHandler(NSArray<? extends GKSavedGame> savedGames, NSError error)
-
-