public class FBSDKShareDialog extends org.robovm.apple.foundation.NSObject implements FBSDKSharingDialog
| Modifier and Type | Class and Description |
|---|---|
static class |
FBSDKShareDialog.FBSDKShareDialogPtr |
org.robovm.apple.foundation.NSObject.Marshaler, org.robovm.apple.foundation.NSObject.NoRetainMarshaler, org.robovm.apple.foundation.NSObject.NSKeyValueObserver, org.robovm.apple.foundation.NSObject.NSObjectPtr, org.robovm.apple.foundation.NSObject.SkipInit| Modifier | Constructor and Description |
|---|---|
|
FBSDKShareDialog() |
protected |
FBSDKShareDialog(org.robovm.apple.foundation.NSObject.SkipInit skipInit) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canShow() |
FBSDKSharingDelegate |
getDelegate() |
org.robovm.apple.uikit.UIViewController |
getFromViewController() |
FBSDKShareDialogMode |
getMode() |
FBSDKSharingContent |
getShareContent() |
void |
setDelegate(FBSDKSharingDelegate v) |
void |
setFromViewController(org.robovm.apple.uikit.UIViewController v) |
void |
setMode(FBSDKShareDialogMode v) |
void |
setShareContent(FBSDKSharingContent v) |
void |
setShouldFailOnDataError(boolean v) |
boolean |
shouldFailOnDataError() |
boolean |
show() |
static FBSDKShareDialog |
show(org.robovm.apple.uikit.UIViewController viewController,
FBSDKSharingContent content,
FBSDKSharingDelegate delegate) |
boolean |
validate() |
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuespublic FBSDKShareDialog()
protected FBSDKShareDialog(org.robovm.apple.foundation.NSObject.SkipInit skipInit)
public org.robovm.apple.uikit.UIViewController getFromViewController()
public void setFromViewController(org.robovm.apple.uikit.UIViewController v)
public FBSDKShareDialogMode getMode()
public void setMode(FBSDKShareDialogMode v)
public FBSDKSharingDelegate getDelegate()
getDelegate in interface FBSDKSharingpublic void setDelegate(FBSDKSharingDelegate v)
setDelegate in interface FBSDKSharingpublic FBSDKSharingContent getShareContent()
getShareContent in interface FBSDKSharingpublic void setShareContent(FBSDKSharingContent v)
setShareContent in interface FBSDKSharingpublic boolean shouldFailOnDataError()
shouldFailOnDataError in interface FBSDKSharingpublic void setShouldFailOnDataError(boolean v)
setShouldFailOnDataError in interface FBSDKSharingpublic boolean validate()
throws org.robovm.apple.foundation.NSErrorException
org.robovm.apple.foundation.NSErrorExceptionpublic static FBSDKShareDialog show(org.robovm.apple.uikit.UIViewController viewController, FBSDKSharingContent content, FBSDKSharingDelegate delegate)
public boolean canShow()
canShow in interface FBSDKSharingDialogpublic boolean show()
show in interface FBSDKSharingDialogCopyright © 2015 RoboVM AB. All Rights Reserved.