FLAdditionalViewControllerBugMetadataProtocol Protocol Reference
| Conforms to | NSObject |
| Declared in | FLBugKit.h |
Overview
Protocol that is implemented by a UIViewController when additional
metadata is required reguarding the view the user is interacting with.
Tasks
-
– additionalBugMetadataProvides string of metadata about the active view controller. The information returned is appended in addition to the
defaultBugMetadataprovided by theFLStandardApplicationBugMetadataProtocol. -
– specificBugEmailAddressOverrides the email address provided by the
FLStandardApplicationBugMetadataProtocol -
– specificBugEmailSubjectOverrides the email subject provided by the
FLStandardApplicationBugMetadataProtocol
Instance Methods
additionalBugMetadata
Provides string of metadata about the active view controller. The information
returned is appended in addition to the defaultBugMetadata provided by the
FLStandardApplicationBugMetadataProtocol.
- (NSString *)additionalBugMetadataReturn Value
string of metadata about the active view controller
Discussion
Provides string of metadata about the active view controller. The information
returned is appended in addition to the defaultBugMetadata provided by the
FLStandardApplicationBugMetadataProtocol.
Declared In
FLBugKit.hspecificBugEmailAddress
Overrides the email address provided by the FLStandardApplicationBugMetadataProtocol
- (NSString *)specificBugEmailAddressReturn Value
email address the bug will be sent to
Discussion
Overrides the email address provided by the FLStandardApplicationBugMetadataProtocol
Declared In
FLBugKit.hspecificBugEmailSubject
Overrides the email subject provided by the FLStandardApplicationBugMetadataProtocol
- (NSString *)specificBugEmailSubjectReturn Value
subject of the bug email
Discussion
Overrides the email subject provided by the FLStandardApplicationBugMetadataProtocol
Declared In
FLBugKit.h