PKPassLibrary.AddPassesAsync(PKPass[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Presents a standard UX for adding multiple passes.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<PassKit.PKPassLibraryAddPassesStatus> AddPassesAsync (PassKit.PKPass[] passes);
abstract member AddPassesAsync : PassKit.PKPass[] -> System.Threading.Tasks.Task<PassKit.PKPassLibraryAddPassesStatus>
override this.AddPassesAsync : PassKit.PKPass[] -> System.Threading.Tasks.Task<PassKit.PKPassLibraryAddPassesStatus>
Parameters
- passes
- PKPass[]
Returns
A task that represents the asynchronous AddPasses operation. The value of the TResult parameter is of type System.Action<PassKit.PKPassLibraryAddPassesStatus>.
- Attributes