public class InviteContent
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
InviteContent.Builder
Convenience class to create Invite content.
|
Modifier and Type | Method and Description |
---|---|
static InviteContent.Builder |
createBuilder()
Create a new
InviteContent.Builder with text specified. |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getGifUrl() |
android.graphics.Bitmap |
getImage() |
java.lang.String |
getImageUrl() |
java.lang.String |
getSubject() |
java.lang.String |
getText() |
java.lang.String |
getVideoUrl() |
int |
hashCode() |
public static InviteContent.Builder createBuilder()
InviteContent.Builder
with text specified.InviteContent.Builder
.@Nullable public java.lang.String getImageUrl()
@Nullable public android.graphics.Bitmap getImage()
@Nullable public java.lang.String getSubject()
@Nullable public java.lang.String getText()
@Nullable public java.lang.String getGifUrl()
@Nullable public java.lang.String getVideoUrl()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
(c) Copyright GetSocial BV, 2017. All Rights Reserved.