Share via


IGKChallengeEventHandlerDelegate.ShouldShowBannerForRemotelyCompletedChallenge Method

Definition

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

Parameters

challenge
GKChallenge

Returns

Attributes

Applies to