Share via


PKPassLibrary.Remove(PKPass) Method

Definition

Removes the specified pass from the pass library.

[Foundation.Export("removePass:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Remove(PassKit.PKPass pass);
[<Foundation.Export("removePass:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Remove : PassKit.PKPass -> unit
override this.Remove : PassKit.PKPass -> unit

Parameters

pass
PKPass
Attributes

Applies to