C# Class Parity.Substrate.EnterpriseSample.Services.ToastService

Inheritance: IToastService
Show file Open project: stiiifff/substrate-enterprise-sample-app Class Usage Examples

Public Methods

Method Description
ShowLongToast ( string message ) : void
ShowShortToast ( string message ) : void

Method Details

ShowLongToast() public method

public ShowLongToast ( string message ) : void
message string
return void

ShowShortToast() public method

public ShowShortToast ( string message ) : void
message string
return void