Edit

Share via


GKVoiceChatServiceErrorExtensions.GetDomain(GKVoiceChatServiceError) Method

Definition

Returns the error domain associated with the GameKit.GKVoiceChatServiceError value

public static Foundation.NSString GetDomain (this GameKit.GKVoiceChatServiceError self);
static member GetDomain : GameKit.GKVoiceChatServiceError -> Foundation.NSString

Parameters

self
GKVoiceChatServiceError

The enumeration value

Returns

Remarks

See the NSError for information on how to use the error domains when reporting errors.

Applies to