Method | Description | |
---|---|---|
Danger ( IFlasher flasher, string message, bool dismissable = false ) : void | ||
Dark ( IFlasher flasher, string message, bool dismissable = false ) : void | ||
Info ( IFlasher flasher, string message, bool dismissable = false ) : void | ||
Light ( IFlasher flasher, string message, bool dismissable = false ) : void | ||
Primary ( IFlasher flasher, string message, bool dismissable = false ) : void | ||
Secondary ( IFlasher flasher, string message, bool dismissable = false ) : void | ||
Success ( IFlasher flasher, string message, bool dismissable = false ) : void | ||
Warning ( IFlasher flasher, string message, bool dismissable = false ) : void |
public static Danger ( IFlasher flasher, string message, bool dismissable = false ) : void | ||
flasher | IFlasher | |
message | string | |
dismissable | bool | |
return | void |
public static Dark ( IFlasher flasher, string message, bool dismissable = false ) : void | ||
flasher | IFlasher | |
message | string | |
dismissable | bool | |
return | void |
public static Info ( IFlasher flasher, string message, bool dismissable = false ) : void | ||
flasher | IFlasher | |
message | string | |
dismissable | bool | |
return | void |
public static Light ( IFlasher flasher, string message, bool dismissable = false ) : void | ||
flasher | IFlasher | |
message | string | |
dismissable | bool | |
return | void |
public static Primary ( IFlasher flasher, string message, bool dismissable = false ) : void | ||
flasher | IFlasher | |
message | string | |
dismissable | bool | |
return | void |
public static Secondary ( IFlasher flasher, string message, bool dismissable = false ) : void | ||
flasher | IFlasher | |
message | string | |
dismissable | bool | |
return | void |
public static Success ( IFlasher flasher, string message, bool dismissable = false ) : void | ||
flasher | IFlasher | |
message | string | |
dismissable | bool | |
return | void |
public static Warning ( IFlasher flasher, string message, bool dismissable = false ) : void | ||
flasher | IFlasher | |
message | string | |
dismissable | bool | |
return | void |