public interface Sharer
ShareDialog,
com.facebook.share.widget.MessageDialog| Modifier and Type | Interface and Description |
|---|---|
static class |
Sharer.Result
Helper object for handling the result from a share dialog or share operation
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getShouldFailOnDataError()
Specifies whether the sharer should fail if it finds an error with the share content.
|
void |
setShouldFailOnDataError(boolean shouldFailOnDataError)
Specifies whether the sharer should fail if it finds an error with the share content.
|
boolean getShouldFailOnDataError()
void setShouldFailOnDataError(boolean shouldFailOnDataError)
shouldFailOnDataError - whether the dialog should fail if it finds an error.