Inherits from NSObject
Declared in TKFeedbackSettings.h

Overview

Represents a property bag containing property values that are used to adjust the behavior of the TKAppFeedback component.

Properties

feedbackMenuMyFeedbackCaption

Determines the text of the button which shows the current feedback items.

@property (nonatomic) NSString *feedbackMenuMyFeedbackCaption

Declared In

TKFeedbackSettings.h

feedbackMenuSendCaption

Determines the text displayed in the button which starts the feedback procedure.

@property (nonatomic) NSString *feedbackMenuSendCaption

Declared In

TKFeedbackSettings.h

feedbackMenuSettingsCaption

Determines the text displayed in the button which opens the settings menu of the AppFeedback component.

@property (nonatomic) NSString *feedbackMenuSettingsCaption

Declared In

TKFeedbackSettings.h

feedbackSentAlertText

Determines the text of the Alert window shown at the end of the feedback process.

@property (nonatomic) NSString *feedbackSentAlertText

Declared In

TKFeedbackSettings.h

feedbackSentAlertTitle

Determines the title of the Alert window shown at the end of the feedback process.

@property (nonatomic) NSString *feedbackSentAlertTitle

Declared In

TKFeedbackSettings.h

feedbackTitle

Determines the title of the feedback window.

@property (nonatomic) NSString *feedbackTitle

Declared In

TKFeedbackSettings.h

showFeedbackSentAlert

Determines if the Alert window at the end of the feedback process is shown.

@property (nonatomic) BOOL showFeedbackSentAlert

Declared In

TKFeedbackSettings.h