<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GameKit",
  "identifier" : "/documentation/GameKit/GKAccessPoint/trigger(player:handler:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "GameKit"
    ],
    "preciseIdentifier" : "c:objc(cs)GKAccessPoint(im)triggerAccessPointWithPlayer:handler:"
  },
  "title" : "trigger(player:handler:)"
}
-->

# trigger(player:handler:)

Displays the Game Center dashboard in a state that shows a player profile.

```
func trigger(player: GKPlayer, handler: (() -> Void)? = nil)
```

## Parameters

`player`

The player to show in the dashboard.

`handler`

The block that GameKit calls after it displays the dashboard.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)