Class MutableBannerConfiguration

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void setAndroidPromotionText(String promotionText) Set the promotion text to be used in the app banner for the current run
      void setAndroidAppIcon(String appIcon) Set the icon url to be used in the app banner for the current run
      void setAndroidAppId(String appId) Set the app id that the button click on the app banner will invoke to install/open for the current run
      void setAndroidDeepLinkUrlScheme(String deepLinkUrlScheme) Set deep link url for the current run
      void setAndroidAppName(String androidAppName) Set the name of the app that the button click on the app banner will invoke to install/open for the current run
      void setAndroidAppDescription(String appDescription) Set the description of the app that the button click on the app banner will invoke to install/open for the current run
      void setAndroidButtonTitle(String buttonTitle) Set the content of the button on the app banner for the current run
      void setShouldDisplayAndroidBanner(Boolean shouldDisplayAndroidBanner) Set the boolean that decides whether or not the Pointr SDK will show the app banner for the current run
      • Methods inherited from class com.pointrlabs.core.configuration.BannerConfiguration

        getAndroidAppDescription, getAndroidAppIcon, getAndroidAppId, getAndroidAppName, getAndroidButtonTitle, getAndroidDeepLinkUrlScheme, getAndroidPromotionText, getShouldDisplayAndroidBanner
      • Methods inherited from class com.pointrlabs.core.configuration.ConfigurationSection

        isValid
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • setAndroidPromotionText

         void setAndroidPromotionText(String promotionText)

        Set the promotion text to be used in the app banner for the current run

      • setAndroidAppIcon

         void setAndroidAppIcon(String appIcon)

        Set the icon url to be used in the app banner for the current run

      • setAndroidAppId

         void setAndroidAppId(String appId)

        Set the app id that the button click on the app banner will invoke to install/open for the current run

      • setAndroidAppName

         void setAndroidAppName(String androidAppName)

        Set the name of the app that the button click on the app banner will invoke to install/open for the current run

      • setAndroidAppDescription

         void setAndroidAppDescription(String appDescription)

        Set the description of the app that the button click on the app banner will invoke to install/open for the current run

      • setAndroidButtonTitle

         void setAndroidButtonTitle(String buttonTitle)

        Set the content of the button on the app banner for the current run

      • setShouldDisplayAndroidBanner

         void setShouldDisplayAndroidBanner(Boolean shouldDisplayAndroidBanner)

        Set the boolean that decides whether or not the Pointr SDK will show the app banner for the current run