C# Class AcManager.Controls.Helpers.Toast

Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Свойство Type Description
OptionFallbackMode bool

Méthodes publiques

Méthode Description
SetDefaultAction ( System.Action defaultAction ) : void
Show ( string title, string message, System.Action click = null ) : void

Show a toast.

Show ( string title, string message, [ icon, System.Action click = null ) : void

Show a toast.

Private Methods

Méthode Description
ShowFallback ( string title, string message, [ icon, System.Action click ) : void

Method Details

SetDefaultAction() public static méthode

public static SetDefaultAction ( System.Action defaultAction ) : void
defaultAction System.Action
Résultat void

Show() public static méthode

Show a toast.
public static Show ( string title, string message, System.Action click = null ) : void
title string Ex.: “Something Happened”
message string Ex.: “This and that. Without dot in the end”
click System.Action Click action
Résultat void

Show() public static méthode

Show a toast.
public static Show ( string title, string message, [ icon, System.Action click = null ) : void
title string Ex.: “Something Happened”
message string Ex.: “This and that. Without dot in the end”
icon [ Uri to some icon
click System.Action Click action
Résultat void

Property Details

OptionFallbackMode public_oe static_oe property

public static bool OptionFallbackMode
Résultat bool