Share via


GKChallengeEventHandlerDelegate.ShouldShowBannerForLocallyCompletedChallenge Method

Definition

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

Parameters

challenge
GKChallenge

Returns

Implements

Attributes

Applies to