Share via


CLLocationPushServiceErrorExtensions Class

Definition

Extension methods for the CLLocationPushServiceError enumeration.

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

Remarks

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

Methods

Name Description
GetDomain(CLLocationPushServiceError)

Returns the error domain associated with the CoreLocation.CLLocationPushServiceError value

Applies to