Button SDK for Android v6.17.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.impression
com.usebutton.sdk.models
com.usebutton.sdk.purchasepath
com.usebutton.sdk.user
Classes
Inventory
InventoryGroup
Link
ListBody
Package Index
|
Class Index
Summary:
Fields
|
Ctors
|
Protected Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
Link
extends Object
java.lang.Object
↳
com.usebutton.sdk.models.Link
Summary
Fields
public static final
CREATOR
Public Constructors
Link
(Uri appLink, Uri browserLink)
Protected Constructors
Link
(Parcel in)
Public Methods
int
describeContents
()
boolean
equals
(Object o)
static
Link
fromDTO
(LinkDTO in)
Uri
getAppLink
()
Uri
getBrowserLink
()
int
hashCode
()
String
toString
()
static
Link
withAppLink
(Uri appLink)
static
Link
withBrowserLink
(Uri browserLink)
void
writeToParcel
(Parcel dest, int flags)
[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
()
Fields
public static final
CREATOR
Public Constructors
public
Link
(Uri appLink, Uri browserLink)
Protected Constructors
protected
Link
(Parcel in)
Public Methods
public int
describeContents
()
public boolean
equals
(Object o)
public static
Link
fromDTO
(LinkDTO in)
public Uri
getAppLink
()
public Uri
getBrowserLink
()
public int
hashCode
()
public String
toString
()
public static
Link
withAppLink
(Uri appLink)
public static
Link
withBrowserLink
(Uri browserLink)
public void
writeToParcel
(Parcel dest, int flags)