Property | Type | Description | |
---|---|---|---|
OptionFallbackMode | bool |
Method | 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.
|
Method | Description | |
---|---|---|
ShowFallback ( string title, string message, [ icon, System.Action click ) : void |
public static SetDefaultAction ( System.Action defaultAction ) : void | ||
defaultAction | System.Action | |
return | void |
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 |
return | void |
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 |
return | void |