Share via


GKChallengeEventHandlerDelegate.ShouldShowBannerForLocallyReceivedChallenge Method

Definition

[Foundation.Export("shouldShowBannerForLocallyReceivedChallenge:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldShowBannerForLocallyReceivedChallenge(GameKit.GKChallenge challenge);
[<Foundation.Export("shouldShowBannerForLocallyReceivedChallenge:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldShowBannerForLocallyReceivedChallenge : GameKit.GKChallenge -> bool
override this.ShouldShowBannerForLocallyReceivedChallenge : GameKit.GKChallenge -> bool

Parameters

challenge
GKChallenge

Returns

Implements

Attributes

Applies to