protected abstract class FacebookDialogBase.ModeHandler
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
ModeHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
canShow(CONTENT content,
boolean isBestEffort)
Used when we want to signal back to the caller when required and optional features are
not supported by specific Mode Handlers.
|
abstract AppCall |
createAppCall(CONTENT content) |
java.lang.Object |
getMode() |
public java.lang.Object getMode()
public abstract boolean canShow(CONTENT content, boolean isBestEffort)
content - Content to be checkedisBestEffort - Passing in true here will prevent signalling failure for optional or
best-effort types of features. Passing in false will assume that
optional or best-effort features should be treated the same as other
features, and their support be enforced accordingly.