Mastercard sonic branding is a unique set of animations and sounds that can be seen or
heard during transaction processing on a payment device. This section describes how to obtain
and add Mastercard sonic branding files to your app.
Adding Mastercard Sonic Branding Dependencies
Follow these steps to add the Mastercard sonic branding files to your app.
- Download the sonic branding files provided to you by Mastercard.
ADDITIONAL INFORMATION
For more information, see the Mastercard sonic branding program documentation. - Add the Mastercard sonic brandingAARfile to thelibsfolder that you created when you added the Kernel in the Cloud dependencies.
ADDITIONAL INFORMATION
For more information, see Adding Kernel in the Cloud Dependencies. - Add the sonic branding library to your app's dependencies.
ADDITIONAL INFORMATION
dependencies { implementation(name = "sonic-sdk-release-1.3.0 ", ext = "aar", group = "") ... }