Share via


IGKChallengeEventHandlerDelegate.ShouldShowBannerForLocallyReceivedChallenge Method

Definition

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

Parameters

challenge
GKChallenge

Returns

Attributes

Applies to