Interface DynamicProductFlavor


public interface DynamicProductFlavor
An interface to provide product flavors.
  • Method Summary

    Modifier and Type
    Method
    Description
    This method will be called to get the build flavor.
  • Method Details

    • getProductFlavor

      String getProductFlavor()
      This method will be called to get the build flavor.

      It can be used to perform specific operations like supporting deeplink for third-party app stores.

      Returns:
      The build flavor.