public class ApplicationInputs extends Object
MonetizationManager
.Modifier and Type | Field and Description |
---|---|
private String |
appId
The AppId is provided by NativeX and identifies the application in our system.
|
private String |
applicationName
The application name.
|
private String |
packageName
The package name of the application.
|
private String |
publisherUserId
Developer payload.
|
Constructor and Description |
---|
ApplicationInputs() |
Modifier and Type | Method and Description |
---|---|
String |
getAppId()
Returns the AppId of the application.
|
String |
getApplicationName()
Returns the store application name.
|
String |
getPackageName()
Returns package name of the application.
|
String |
getPublisherUserId()
Returns the PublisherUserId.
|
void |
setAppId(int appId)
Sets the AppId of the applications.
|
void |
setAppId(String appId)
Sets the AppId of the applications.
|
void |
setApplicationName(String applicationName)
Sets the application name.
|
void |
setPackageName(String packageName)
Sets the package name of the application.
|
void |
setPublisherUserId(String publisherUserId)
Sets the PublisherUserId.
|
private String applicationName
private String appId
private String publisherUserId
private String packageName
public String getApplicationName()
String
. The name of the application.public void setApplicationName(String applicationName)
applicationName
- String
. The name of the application.public String getAppId()
Integer
. The AppId.public void setAppId(int appId)
appId
- Integer
. The AppId.public void setAppId(String appId)
appId
- String
. The AppId.public String getPublisherUserId()
String
. The PublisherUserId.public void setPublisherUserId(String publisherUserId)
publisherUserId
- String
. A string that will be sent to the server.public String getPackageName()
String
. The packaga name of the application.