sdk.notice.default_show_failure_notice_options
Home > @matterway/sdk > Notice > DEFAULT_SHOW_FAILURE_NOTICE_OPTIONS
Notice.DEFAULT_SHOW_FAILURE_NOTICE_OPTIONS variable
Signature:
DEFAULT_SHOW_FAILURE_NOTICE_OPTIONS: {
icon: "close-circle-outline";
iconColor: string;
subtitle: string;
buttons: {
text: string;
value: string;
}[];
}