public final class ShareMessengerURLActionButton extends ShareMessengerActionButton
| Modifier and Type | Class and Description |
|---|---|
static class |
ShareMessengerURLActionButton.Builder
Builder class for
ShareMessengerURLActionButton class. |
static class |
ShareMessengerURLActionButton.WebviewHeightRatio
The display height ratio of the webview when shown in the Messenger app.
|
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<ShareMessengerURLActionButton> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
android.net.Uri |
getFallbackUrl()
Get the fallback URL of the button.
|
boolean |
getIsMessengerExtensionURL()
Get whether the URL is enabled with Messenger Extensions.
|
boolean |
getShouldHideWebviewShareButton()
Get whether the webview shows the share button.
|
android.net.Uri |
getUrl()
Get the URL that this button should open when tapped.
|
ShareMessengerURLActionButton.WebviewHeightRatio |
getWebviewHeightRatio()
Get the display height ratio of browser.
|
describeContents, getTitle, writeToParcelpublic static final android.os.Parcelable.Creator<ShareMessengerURLActionButton> CREATOR
public android.net.Uri getUrl()
public boolean getIsMessengerExtensionURL()
@Nullable public android.net.Uri getFallbackUrl()
@Nullable public ShareMessengerURLActionButton.WebviewHeightRatio getWebviewHeightRatio()
public boolean getShouldHideWebviewShareButton()