FUIAttachmentAction
public protocol FUIAttachmentAction
The attachment action protocol.
-
The title of this action.
Declaration
Swift
var title: String
-
The action to be performed when user tapped this action.
Declaration
Swift
func action(onController controller: FUIAttachmentsViewController)
Parameters
controller
The
FUIAttachmentsFormViewController
. -
Check if this action is available or not on device.
Declaration
Swift
func isAvailable() -> Bool
Return Value
True if this action is available on device.