TKFeedbackSettings Class Reference
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.
Tasks
-
showFeedbackSentAlert
property -
feedbackSentAlertTitle
property -
feedbackSentAlertText
property -
feedbackTitle
property -
feedbackMenuSendCaption
property -
feedbackMenuSettingsCaption
property -
feedbackMenuMyFeedbackCaption
property
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