Button DLC SDK for Android v4.3.2
Package Index
|
Class Index
com.usebutton.sdk
com.usebutton.sdk.context
com.usebutton.sdk.models
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
Event
extends BaseEntity
java.lang.Object
↳
BaseEntity
↳
com.usebutton.sdk.context.Event
Summary
Public Constructors
Event
(
String
name)
Public Methods
Event
setEnd
(
Date
date)
Event
setLocation
(
Location
location)
Event
setStart
(
Date
date)
Event
setUrl
(
Uri
uri)
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
Event
(
String
name)
Public Methods
public
Event
setEnd
(
Date
date)
public
Event
setLocation
(
Location
location)
public
Event
setStart
(
Date
date)
public
Event
setUrl
(
Uri
uri)
Protected Methods
protected
String
getType
()