Button DLC SDK for Android v3.0.1
Package Index
|
Class Index
com.usebutton.sdk
com.usebutton.sdk.context
com.usebutton.sdk.util
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)
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 Methods
public
Item
setName
(
String
name)
public
Item
setSku
(
String
sku)
public
Item
setUrl
(
Uri
url)
Protected Methods
protected
String
getType
()