Share via


GKAccessPoint.TriggerAccessPointWithGameActivity Method

Definition

[Foundation.Export("triggerAccessPointWithGameActivity:handler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void TriggerAccessPointWithGameActivity(GameKit.GKGameActivity gameActivity, Action? handler);
[<Foundation.Export("triggerAccessPointWithGameActivity:handler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member TriggerAccessPointWithGameActivity : GameKit.GKGameActivity * Action -> unit
override this.TriggerAccessPointWithGameActivity : GameKit.GKGameActivity * Action -> unit

Parameters

gameActivity
GKGameActivity
handler
Action
Attributes

Applies to