Preparing search index...
The search index is not available
Qlik Repo API
Qlik Repo API
Notification
Class Notification
Hierarchy
Notification
Implements
IClassNotifications
Index
Constructors
constructor
Methods
changes
create
remove
Constructors
constructor
new
Notification
(
repoClient
:
QlikRepositoryClient
)
:
Notification
Parameters
repoClient:
QlikRepositoryClient
Returns
Notification
Methods
changes
changes
(
arg
:
{
since
:
string
;
types
:
string
;
}
)
:
Promise
<
any
>
Parameters
arg:
{
since
:
string
;
types
:
string
;
}
since
:
string
types
:
string
Returns
Promise
<
any
>
create
create
(
arg
:
INotificationCreate
)
:
Promise
<
any
>
Parameters
arg:
INotificationCreate
Returns
Promise
<
any
>
remove
remove
(
arg
:
{
handle
:
string
;
}
)
:
Promise
<
number
>
Parameters
arg:
{
handle
:
string
;
}
handle
:
string
Returns
Promise
<
number
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Modules
Qlik
Repo API
Qlik
Repo
Api
Notification
constructor
changes
create
remove