public class POBApplicationInfo
extends java.lang.Object
Constructor and Description |
---|
POBApplicationInfo() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCategories()
(Internal for OpenWrap SDK)
|
java.lang.String |
getDomain()
(Internal for OpenWrap SDK)
|
java.lang.String |
getKeywords()
(Internal for OpenWrap SDK)
Returns the application keywords set by the application developer.
|
java.net.URL |
getStoreURL()
(Internal for OpenWrap SDK)
|
java.lang.Boolean |
isPaid()
(Internal for OpenWrap SDK)
|
void |
setCategories(java.lang.String categories)
Sets IAB category for the application.
|
void |
setDomain(java.lang.String domain)
Sets the domain of the mobile application (e.g., "mygame.foo.com")
|
void |
setKeywords(java.lang.String keywords)
Sets the comma separated list of keywords about the application
|
void |
setPaid(boolean paid)
Sets whether the mobile application is a paid version or not.
|
void |
setStoreURL(java.net.URL storeURL)
Sets URL of application on Play store.
|
@Nullable public java.lang.String getKeywords()
public void setKeywords(@Nullable java.lang.String keywords)
keywords
- Comma separated list of keywords about the app@Nullable public java.lang.String getDomain()
public void setDomain(@Nullable java.lang.String domain)
domain
- application domain@Nullable public java.net.URL getStoreURL()
public void setStoreURL(@Nullable java.net.URL storeURL)
storeURL
- Play store URL of app@Nullable public java.lang.Boolean isPaid()
public void setPaid(boolean paid)
paid
- state of application paid status@Nullable public java.lang.String getCategories()
public void setCategories(@Nullable java.lang.String categories)
categories
- Comma separated list of IAB categories for the application. e.g. "IAB-1, IAB-2"