AMPComposerInfo Class Reference
| Inherits from | NSObject |
| Declared in | AMPComposerInfo.h AMPComposerInfo.m |
Tasks
-
localMessageproperty -
replyMessageproperty -
typeproperty -
modeproperty -
webViewproperty -
representedObjectproperty -
composerViewsproperty -
– composerBtn:
Properties
composerViews
All the plugins views in the composer
@property (weak) NSDictionary *composerViewsDeclared In
AMPComposerInfo.hlocalMessage
the local message created by the composer
@property (strong) AMPMessage *localMessageDeclared In
AMPComposerInfo.hmode
the composer mode (amp_composertype)
@property (strong) NSNumber *modeDeclared In
AMPComposerInfo.hreplyMessage
the reply message in the case of a reply
@property (strong) AMPMessage *replyMessageDeclared In
AMPComposerInfo.h