Skip to main content

NotificationController Class

For internal use.

#Declaration

TypeScript
export class NotificationController implements IErrorHandler

#Implements

IErrorHandler

#Methods

#reset Method

For internal use.

#Declaration

TypeScript
reset(): void

#showError(title) Method

For internal use.

#Declaration

TypeScript
showError(
    title: string,
    errorInfo?: DevExpress.Dashboard.ErrorInfo
): void

#Parameters

Name Type
title string
errorInfo ErrorInfo

#showState(message) Method

For internal use.

#Declaration

TypeScript
showState(
    message: string
): void

#Parameters

Name Type
message string

#showSuccess(message) Method

For internal use.

#Declaration

TypeScript
showSuccess(
    message: string
): void

#Parameters

Name Type
message string

#suspended(isSuspended) Method

For internal use.

#Declaration

TypeScript
suspended(
    isSuspended: boolean
): void

#Parameters

Name Type
isSuspended boolean