@Immutable @LevelUpApi(contract=INTERNAL) public static final class Interstitial.ShareAction extends Object implements Interstitial.InterstitialAction
Modifier and Type | Class and Description |
---|---|
static class |
Interstitial.ShareAction.ShareActionBuilder |
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<Interstitial.ShareAction> |
CREATOR
Implements the
Parcelable interface. |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
ShareAction(String messageForEmailBody,
String messageForEmailSubject,
String messageForFacebook,
String messageForTwitter,
String shareUrlEmail,
String shareUrlFacebook,
String shareUrlTwitter) |
Modifier and Type | Method and Description |
---|---|
static Interstitial.ShareAction.ShareActionBuilder |
builder() |
int |
describeContents() |
boolean |
equals(Object o) |
String |
getMessageForEmailBody()
The message for the body of the email for sharing.
|
String |
getMessageForEmailSubject()
The message for the subject of the email for sharing.
|
String |
getMessageForFacebook()
The message to display for Facebook sharing.
|
String |
getMessageForTwitter()
The message to display for Twitter sharing.
|
String |
getShareUrlEmail()
The URL to use for email sharing.
|
String |
getShareUrlFacebook()
The URL to use for Facebook sharing.
|
String |
getShareUrlTwitter()
The URL to use for Twitter sharing.
|
int |
hashCode() |
String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final Parcelable.Creator<Interstitial.ShareAction> CREATOR
Parcelable
interface.public int describeContents()
describeContents
in interface Parcelable
public void writeToParcel(Parcel dest, int flags)
writeToParcel
in interface Parcelable
public static Interstitial.ShareAction.ShareActionBuilder builder()
public String getMessageForEmailBody()
public String getMessageForEmailSubject()
public String getMessageForFacebook()
public String getMessageForTwitter()
public String getShareUrlEmail()
public String getShareUrlFacebook()
public String getShareUrlTwitter()