Share via


IGKChallengeEventHandlerDelegate.ShouldShowBannerForLocallyCompletedChallenge Method

Definition

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

Parameters

challenge
GKChallenge

Returns

Attributes

Applies to