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

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 *)additionalBugMetadata

Return 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.h

specificBugEmailAddress

Overrides the email address provided by the FLStandardApplicationBugMetadataProtocol

- (NSString *)specificBugEmailAddress

Return Value

email address the bug will be sent to

Discussion

Overrides the email address provided by the FLStandardApplicationBugMetadataProtocol

Declared In

FLBugKit.h

specificBugEmailSubject

Overrides the email subject provided by the FLStandardApplicationBugMetadataProtocol

- (NSString *)specificBugEmailSubject

Return Value

subject of the bug email

Discussion

Overrides the email subject provided by the FLStandardApplicationBugMetadataProtocol

Declared In

FLBugKit.h