Edit

Share via


CXErrorCodeExtensions Class

Definition

Extension methods for the CallKit.CXErrorCode enumeration.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static class CXErrorCodeExtensions
type CXErrorCodeExtensions = class
Inheritance
CXErrorCodeExtensions
Attributes

Remarks

The extension method for the CallKit.CXErrorCode enumeration can be used to fetch the error ___domain associated with these error codes.

Methods

GetDomain(CXErrorCode)

Returns the error ___domain associated with the CallKit.CXErrorCode value

Applies to