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.
  1. Download the sonic branding files provided to you by Mastercard.

    ADDITIONAL INFORMATION

  2. Add the Mastercard sonic branding
    AAR
    file to the
    libs
    folder that you created when you added the Kernel in the Cloud dependencies.

    ADDITIONAL INFORMATION

    For more information, see Adding Kernel in the Cloud Dependencies.
  3. Add the sonic branding library to your app's dependencies.

    ADDITIONAL INFORMATION

    dependencies { implementation(name = "sonic-sdk-release-1.3.0 ", ext = "aar", group = "") ... }