TKPlatformFeedbackSource Class Reference
Inherits from | NSObject |
Conforms to | TKFeedbackDataSource |
Declared in | TKPlatformFeedbackSource.h |
Tasks
-
– initWithKey:
-
– initWithKey:uid:
-
apiKey
property -
UID
property -
baseURL
property -
parameters
property
Properties
UID
The user ID used to send feedback.
@property (nonatomic, copy) NSString *UID
Declared In
TKPlatformFeedbackSource.h
apiKey
The API key created in the Telerik AppFeedback service for your application.
@property (nonatomic, copy) NSString *apiKey
Declared In
TKPlatformFeedbackSource.h
Instance Methods
initWithKey:
Initializes a new instnace of the object.
- (instancetype)initWithKey:(NSString *)apiKey
Parameters
- apiKey
The apiKey used to connect with Telerik platform.
Declared In
TKPlatformFeedbackSource.h
initWithKey:uid:
Initializes a new instnace of the object.
- (instancetype)initWithKey:(NSString *)apiKey uid:(NSString *)uid
Parameters
- apiKey
The apiKey used to connect with Telerik platform.
- uid
The user id used to connect with Telerik platform.
Declared In
TKPlatformFeedbackSource.h