Inherits from NSObject
Declared in AMPComposerInfo.h
AMPComposerInfo.m

Tasks

Properties

composerViews

All the plugins views in the composer

@property (weak) NSDictionary *composerViews

Declared In

AMPComposerInfo.h

localMessage

the local message created by the composer

@property (strong) AMPMessage *localMessage

Declared In

AMPComposerInfo.h

mode

the composer mode (amp_composertype)

@property (strong) NSNumber *mode

Declared In

AMPComposerInfo.h

replyMessage

the reply message in the case of a reply

@property (strong) AMPMessage *replyMessage

Declared In

AMPComposerInfo.h

representedObject

The original represented object passed by the plugin in the menu item

@property (strong) NSObject *representedObject

Declared In

AMPComposerInfo.h

type

type is (amp_mailcomposertype)

@property (strong) NSNumber *type

Declared In

AMPComposerInfo.h

webView

The web view of the composer

@property (weak) WebView *webView

Declared In

AMPComposerInfo.h

Instance Methods

composerBtn:

Get the composer button for the input plugin

- (NSArray *)composerBtn:(AMPlugin *)plugin

Declared In

AMPComposerInfo.h