PKPassLibrary
Notifications
PKPassLibrary()
PKPassLibrary(IntPtr)
PKPassLibrary(NativeHandle)
PKPassLibrary(NSObjectFlag)
CanAddFelicaPass
ClassHandle
DidChangeNotification
IsAvailable
IsLibraryPaymentPassActivationAvailable
IsPaymentPassActivationAvailable
IsSuppressingAutomaticPassPresentation
RemotePaymentPasses
RemotePaymentPassesDidChangeNotification
RemoteSecureElementPasses
SecureElementPassActivationAvailable
ActivatePaymentPass(PKPaymentPass, NSData, Action<Boolean, NSError>)
ActivatePaymentPass(PKPaymentPass, String, Action<Boolean, NSError>)
ActivatePaymentPassAsync(PKPaymentPass, NSData)
ActivatePaymentPassAsync(PKPaymentPass, String)
ActivateSecureElementPass(PKSecureElementPass, NSData, Action<Boolean, NSError>)
ActivateSecureElementPassAsync(PKSecureElementPass, NSData)
AddPasses(PKPass[], Action<PKPassLibraryAddPassesStatus>)
AddPassesAsync(PKPass[])
CanAddPaymentPass(String)
CanAddSecureElementPass(String)
Contains(PKPass)
EndAutomaticPassPresentationSuppression(nuint)
EndAutomaticPassPresentationSuppression(nuint)
GetEncryptedServiceProviderData(PKSecureElementPass, Action<NSDictionary, NSError>)
GetEncryptedServiceProviderDataAsync(PKSecureElementPass)
GetPass(String, String)
GetPasses()
GetPasses(PKPassType)
GetServiceProviderData(PKSecureElementPass, Action<NSData, NSError>)
GetServiceProviderDataAsync(PKSecureElementPass)
OpenPaymentSetup()
PresentPaymentPass(PKPaymentPass)
PresentSecureElementPass(PKSecureElementPass)
Remove(PKPass)
Replace(PKPass)
RequestAutomaticPassPresentationSuppression(Action<PKAutomaticPassPresentationSuppressionResult>)
SignData(NSData, PKSecureElementPass, PKPassLibrarySignDataCompletionHandler)
SignDataAsync(NSData, PKSecureElementPass)
xamarinios
namespace PassKit
{
[Register("PKPassLibrary", true)]
public class PKPassLibrary : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
protected internal PKPassLibrary(IntPtr handle);
}
}
| Xamarin iOS | 0.0 |
|---|---|
| Xamarin watchOS | 0.0 |
Information specific to xamarinios | |
| Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API