java.lang.Object | |
↳ | com.usebutton.sdk.models.Link |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |