@azizuysal/wallet-kit API Documentation - v2.0.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's standard black button for primary and approved condensed black button for secondary. Deprecated outline is an alias of secondary.
    Index

    Enumeration Members

    Enumeration Members

    primary: "primary"

    Primary style — black filled button on iOS and the standard black Google Wallet button on Android.

    
    
    secondary: "secondary"

    Secondary style — black outline button on iOS and condensed black button on Android.

    outline: "outline"

    Use secondary. This compatibility alias renders identically on both platforms and will remain available throughout 2.x.