Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RadFeedback

Hierarchy

  • RadFeedback

Index

Methods

Methods

Static init

  • init(apiKey: string, serviceUri: string, uid?: string): void
  • Initializes the Telerik feedback component with the required settings.

    Parameters

    • apiKey: string

      Application key, used to identify the Telerik Platform account which will be used to store the Feedback data.

    • serviceUri: string

      Service URI the address of the backend service providing the database infrastructure for the RadFeedback component.

    • Optional uid: string

      A unique identifier used to mark the feedback items sent from a given device. This identifier may be unique information about the currently logged user or the ID of the device. This identifier is extremely important as it is used to make feedback data sent by a particular user accessible only by them.

    Returns void

Static show

  • show(): void
  • Present the feedback dialog.

    Returns void

Generated using TypeDoc