Share via


GKGameSessionErrorCodeExtensions Class

Definition

Extension methods for the GKGameSessionErrorCode enumeration.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static class GKGameSessionErrorCodeExtensions
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
type GKGameSessionErrorCodeExtensions = class
Inheritance
GKGameSessionErrorCodeExtensions
Attributes

Remarks

The extension method for the GKGameSessionErrorCode enumeration can be used to fetch the error domain associated with these error codes.

Methods

Name Description
GetDomain(GKGameSessionErrorCode)

Returns the error domain associated with the GameKit.GKGameSessionErrorCode value

Applies to