Inherits from NSObject
Conforms to TKFeedbackDataSource
Declared in TKPlatformFeedbackSource.h

Overview

The feedback data source implementation for the Telerik Platform AppFeedback service.

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

baseURL

The base URL to use when connecting to the server

@property (nonatomic, copy) NSString *baseURL

Declared In

TKPlatformFeedbackSource.h

parameters

A dictionary containing additional parameters to sent to the server with every request.

@property (nonatomic, strong) NSDictionary *parameters

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