public class

Link

extends Object
implements Parcelable
java.lang.Object
   ↳ com.usebutton.sdk.models.Link

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
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
From interface android.os.Parcelable

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)