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 dto)
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

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 dto)

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)