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

# trigger(handler:)

Displays the Game Center dashboard as if the player taps or presses the access point.

```
func trigger(handler: @escaping () -> Void)
```

## Parameters

`handler`

The block that GameKit calls after it displays the dashboard.

## Discussion

For games that use controllers or the Apple TV remote, you can use this method to programmatically display 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)