Class BannerConfiguration
-
- All Implemented Interfaces:
public class BannerConfiguration extends ConfigurationSection
-
-
Method Summary
Modifier and Type Method Description String
getAndroidPromotionText()
The promotion text to be used in the app banner String
getAndroidAppIcon()
The icon url to be used in the app banner String
getAndroidAppId()
The app id that the button click on the app banner will invoke to install/open String
getAndroidDeepLinkUrlScheme()
Android deep link url String
getAndroidAppName()
The name of the app that the button click on the app banner will invoke to install/open String
getAndroidAppDescription()
The description of the app that the button click on the app banner will invoke to install/open String
getAndroidButtonTitle()
The content of the button on the app banner Boolean
getShouldDisplayAndroidBanner()
This boolean decides whether or not the Pointr SDK will show the app banner. -
-
Method Detail
-
getAndroidPromotionText
String getAndroidPromotionText()
The promotion text to be used in the app banner
- Returns:
promotion text
-
getAndroidAppIcon
String getAndroidAppIcon()
The icon url to be used in the app banner
- Returns:
icon url in https format
-
getAndroidAppId
String getAndroidAppId()
The app id that the button click on the app banner will invoke to install/open
- Returns:
app id
-
getAndroidDeepLinkUrlScheme
String getAndroidDeepLinkUrlScheme()
Android deep link url
- Returns:
deep link url
-
getAndroidAppName
String getAndroidAppName()
The name of the app that the button click on the app banner will invoke to install/open
- Returns:
App name
-
getAndroidAppDescription
String getAndroidAppDescription()
The description of the app that the button click on the app banner will invoke to install/open
- Returns:
App Description
-
getAndroidButtonTitle
String getAndroidButtonTitle()
The content of the button on the app banner
- Returns:
button title
-
getShouldDisplayAndroidBanner
Boolean getShouldDisplayAndroidBanner()
This boolean decides whether or not the Pointr SDK will show the app banner.
- Returns:
should display banner
-
-
-
-