hceCategoryAllowsForegroundPreference method

  1. @override
Future<bool> hceCategoryAllowsForegroundPreference(
  1. CardEmulationCategoryPigeon category
)

Whether hceSetPreferredService has any effect for this category. Always false for payment on a device where the user's wallet choice is final.

Implementation

@override
Future<bool> hceCategoryAllowsForegroundPreference(CardEmulationCategoryPigeon category) async => false;