Button SDK for Android v6.19.0
Package Index
|
Class Index
com.usebutton.sdk
com.usebutton.sdk.action
com.usebutton.sdk.autofill
com.usebutton.sdk.boost
com.usebutton.sdk.configuration
com.usebutton.sdk.context
com.usebutton.sdk.debug
com.usebutton.sdk.exception
com.usebutton.sdk.impression
com.usebutton.sdk.models
com.usebutton.sdk.purchasepath
com.usebutton.sdk.user
Classes
Event
Identifiers
Item
Journey
Location
MusicArtist
Annotations
Identifiers.IdentifierName
Enums
Journey.Type
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Protected Methods
|
Inherited Methods
|
[Expand All]
public class
Item
extends BaseEntity
java.lang.Object
↳
BaseEntity
↳
com.usebutton.sdk.context.Item
Summary
Public Constructors
Item
(String sku)
Item
(Uri url)
Item
(JSONObject json)
For internal use only.
Public Methods
Item
setName
(String name)
Item
setSku
(String sku)
Item
setUrl
(Uri url)
Protected Methods
String
getType
()
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
final void
wait
()
Public Constructors
public
Item
(String sku)
public
Item
(Uri url)
public
Item
(JSONObject json)
For internal use only.
Public Methods
public
Item
setName
(String name)
public
Item
setSku
(String sku)
public
Item
setUrl
(Uri url)
Protected Methods
protected String
getType
()