메소드 | 설명 | |
---|---|---|
Show ( string title, string content ) : void |
Display a toast message with the specified title and content.
|
|
Show ( string title, string content, |
Display a toast message with the specified title and content.
|
|
Show ( string title, string content, |
Display a toast message with the specified title and content.
|
|
Show ( string title, string content, |
Display a toast message with the specified title and content.
|
public Show ( string title, string content ) : void | ||
title | string | The title of the toast message. |
content | string | The contents of the toast message. |
리턴 | void |
public Show ( string title, string content, |
||
title | string | The title of the toast message. |
content | string | The contents of the toast message. |
navigationUri | Uri to navigate to if the user taps the toast message. | |
리턴 | void |
public Show ( string title, string content, |
||
title | string | The title of the toast message. |
content | string | The contents of the toast message. |
navigationUri | Uri to navigate to if the user taps the toast message. | |
soundUri | The sound URI of the toast message. | |
리턴 | void |
public Show ( string title, string content, |
||
title | string | The title of the toast message. |
content | string | The contents of the toast message. |
navigationUri | Uri to navigate to if the user taps the toast message. | |
silent | bool | true if the toast should not use the default sound; otherwise, false. |
리턴 | void |