paypal / paypal-here-sdk-android-distribution

Add credit card (swipe & key-in) capabilities to your Android app
Other
83 stars 95 forks source link

Disable chime when card presented? #181

Open robert-rudolph opened 4 years ago

robert-rudolph commented 4 years ago

Hello, I'm building an app using the 'Chip and Tap' reader, for contactless use (Apple Pay etc).

I'm playing a custom audio effect from CardPresentedCallback(). It seems the SDK has a built-in chime that is also played on the Android device at the same time, coinciding with the Card Presented event. Right now, my custom tone and the built-in audio chime play simultaneously when a card is presented to the reader.

I'd like to turn off the built-in chime sound effect. Is there a way to do this? Thanks, Rob

ppmtscory commented 4 years ago

Unfortunately there isn't a way to disable these at this time. I will bring it up to the team as a feature request so perhaps that can be done with a future release.

robert-rudolph commented 4 years ago

Alright, thanks Cory -