Interface IToast
This interface, which defines the ability to display simple text, is used internally.
Namespace: Tizen.Wearable.CircularUI.Forms
Assembly: Tizen.Wearable.CircularUI.Forms.dll
Syntax
public interface IToast
Properties
Duration
Gets or sets the duration.
Declaration
int Duration { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Icon
Gets or sets the file path of icon.
Declaration
FileImageSource Icon { get; set; }
Property Value
Type | Description |
---|---|
FileImageSource |
Text
Gets or sets the text.
Declaration
string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Dismiss()
Dismisses the specified view.
Declaration
void Dismiss()
Show()
Shows the view for the specified duration.
Declaration
void Show()