sdk.notice
Home > @matterway/sdk > Notice
Notice namespace
Enumerations
Enumeration | Description |
---|---|
SKILL_FEEDBACK |
Functions
Function | Description |
---|---|
showFailureNotice(ctx, options) | Shows a failure notice in a bubble to the user. |
showNotice(ctx, options) | Shows a notice in a bubble to the user. |
showSuccessNotice(ctx, options) | Shows a success notice in a bubble to the user. |
showWarningNotice(ctx, options) | Shows a warning notice in a bubble to the user. |
Interfaces
Interface | Description |
---|---|
ShowFailureNoticeOptions | |
ShowNoticeOptions | |
ShowSuccessNoticeOptions | |
ShowWarningNoticeOptions |
Variables
Variable | Description |
---|---|
DEFAULT_NOTICE_OPTIONS | |
DEFAULT_SHOW_FAILURE_NOTICE_OPTIONS | |
DEFAULT_SHOW_SUCCESS_NOTICE_OPTIONS | |
DEFAULT_SHOW_WARNING_NOTICE_OPTIONS | |
isFeedback |
Type Aliases
Type Alias | Description |
---|---|
NoticeGame |