java.lang.Object | |
↳ | com.ad4screen.sdk.analytics.Lead |
Lead Object to use for analytics event
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | KEY_LABEL | ||||||||||
String | KEY_VALUE |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final Creator<Lead> | CREATOR |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Lead(String label, String value)
Constructor of lead object
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Object | clone() | ||||||||||
int | describeContents() | ||||||||||
String |
getLabel()
Retrieve Lead label
| ||||||||||
String |
getValue()
Retrieve Lead value
| ||||||||||
void |
setLabel(String mLabel)
Set Lead label
| ||||||||||
void |
setValue(String mValue)
Set Lead value
| ||||||||||
JSONObject |
toJSON()
Serialize an object into a JSONObject
| ||||||||||
void | writeToParcel(Parcel dest, int flags) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Constructor of lead object
label | label of the Lead |
---|---|
value | value of the lead |
CloneNotSupportedException |
---|
Retrieve Lead label
Retrieve Lead value
Set Lead label
Set Lead value
Serialize an object into a JSONObject
JSONException |
---|