Button DLC SDK for Android v5.10.0
Package Index
|
Class Index
com.usebutton.sdk
com.usebutton.sdk.context
com.usebutton.sdk.models
com.usebutton.sdk.util
Classes
AppAction
Footer
Header
Inventory
InventoryGroup
Link
ListBody
Preview
Product
Text
Package Index
|
Class Index
Summary:
Inherited Constants
|
Fields
|
Ctors
|
Protected Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
Link
extends Object
implements Parcelable
java.lang.Object
↳
com.usebutton.sdk.models.Link
Summary
[Expand]
Inherited Constants
From interface android.os.Parcelable
int
CONTENTS_FILE_DESCRIPTOR
int
PARCELABLE_WRITE_RETURN_VALUE
Fields
public static final Creator<
Link
>
CREATOR
Public Constructors
Link
(Uri appLink, Uri browserLink)
Protected Constructors
Link
(Parcel in)
Public Methods
int
describeContents
()
static
Link
fromDTO
(LinkDTO in)
Uri
getAppLink
()
Uri
getBrowserLink
()
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
()
From interface android.os.Parcelable
abstract int
describeContents
()
abstract void
writeToParcel
(Parcel arg0, int arg1)
Fields
public static final Creator<
Link
>
CREATOR
Public Constructors
public
Link
(Uri appLink, Uri browserLink)
Protected Constructors
protected
Link
(Parcel in)
Public Methods
public int
describeContents
()
public static
Link
fromDTO
(LinkDTO in)
public Uri
getAppLink
()
public Uri
getBrowserLink
()
public String
toString
()
public static
Link
withAppLink
(Uri appLink)
public static
Link
withBrowserLink
(Uri browserLink)
public void
writeToParcel
(Parcel dest, int flags)