C# Class Core.Flash.FlasherExtensions

Mostrar archivo Open project: lurumad/core-flash

Public Methods

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

Method Details

Danger() public static method

public static Danger ( IFlasher flasher, string message, bool dismissable = false ) : void
flasher IFlasher
message string
dismissable bool
return void

Dark() public static method

public static Dark ( IFlasher flasher, string message, bool dismissable = false ) : void
flasher IFlasher
message string
dismissable bool
return void

Info() public static method

public static Info ( IFlasher flasher, string message, bool dismissable = false ) : void
flasher IFlasher
message string
dismissable bool
return void

Light() public static method

public static Light ( IFlasher flasher, string message, bool dismissable = false ) : void
flasher IFlasher
message string
dismissable bool
return void

Primary() public static method

public static Primary ( IFlasher flasher, string message, bool dismissable = false ) : void
flasher IFlasher
message string
dismissable bool
return void

Secondary() public static method

public static Secondary ( IFlasher flasher, string message, bool dismissable = false ) : void
flasher IFlasher
message string
dismissable bool
return void

Success() public static method

public static Success ( IFlasher flasher, string message, bool dismissable = false ) : void
flasher IFlasher
message string
dismissable bool
return void

Warning() public static method

public static Warning ( IFlasher flasher, string message, bool dismissable = false ) : void
flasher IFlasher
message string
dismissable bool
return void