@azizuysal/wallet-kit API Documentation - v1.1.0
    Preparing search index...

    Enumeration WalletButtonStyle

    Unified wallet button styles that work across platforms.

    Style mappings by platform:

    • iOS: Uses PKAddPassButton styles from PassKit. Apple only provides two visually-distinct styles (PKAddPassButtonStyleBlack = 0 and PKAddPassButtonStyleBlackOutline = 1), so on iOS secondary and outline render identically. Use whichever enum value best describes your intent in cross-platform code; both resolve to the outline variant on iOS.
    • Android: Uses Google Wallet button themes (primary = dark, secondary = light, outline = outline), which are three distinct visuals.
    Index

    Enumeration Members

    Enumeration Members

    primary: "primary"

    Primary style — black filled button on iOS, dark theme on Android.

    
    
    secondary: "secondary"

    Secondary style — black outline button on iOS (same as outline), light theme on Android.

    outline: "outline"

    Outline style — black outline button on iOS (same as secondary), outline theme on Android.