nativeWalletsEnabled constant

bool const nativeWalletsEnabled

Native wallet payments — Google Pay and Apple Pay.

The channels, config plumbing and selection UI already understand these methods, but the native tokenisation flows are not implemented end-to-end yet. While this is false the SDK hides Google Pay and Apple Pay from the payment-method selection screen so they can never be shown or selected. Set to true once the native integrations are complete.

Implementation

static const bool nativeWalletsEnabled = false;