Share via


ICLLocationPushServiceExtension Interface

Definition

This interface represents the Objective-C protocol CLLocationPushServiceExtension.

[Foundation.Protocol(Name="CLLocationPushServiceExtension", WrapperType=typeof(CoreLocation.CLLocationPushServiceExtensionWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="DidReceiveLocationPushPayload", ParameterBlockProxy=new System.Type[] { null, typeof(ObjCRuntime.Trampolines+NIDAction) }, ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>), typeof(System.Action) }, Selector="didReceiveLocationPushPayload:completion:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ServiceExtensionWillTerminate", Selector="serviceExtensionWillTerminate")]
public interface ICLLocationPushServiceExtension : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="CLLocationPushServiceExtension", WrapperType=typeof(CoreLocation.CLLocationPushServiceExtensionWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="DidReceiveLocationPushPayload", ParameterBlockProxy=new System.Type[] { null, typeof(ObjCRuntime.Trampolines+NIDAction) }, ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>), typeof(System.Action) }, Selector="didReceiveLocationPushPayload:completion:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ServiceExtensionWillTerminate", Selector="serviceExtensionWillTerminate")>]
type ICLLocationPushServiceExtension = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
DidReceiveLocationPushPayload(NSDictionary<NSString,NSObject>, Action)
ServiceExtensionWillTerminate()

Extension Methods

Name Description
ServiceExtensionWillTerminate(ICLLocationPushServiceExtension)
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to