Method | Description | |
---|---|---|
ShowErrorMessageAsync ( this coreShell, string message, |
||
ShowMessageAsync ( this coreShell, string message, MessageButtons buttons, |
||
SwitchToMainThreadAsync ( this coreShell, |
Method | Description | |
---|---|---|
AssertIsOnMainThread ( this coreShell, [ memberName = "", [ sourceFilePath = "", [ sourceLineNumber ) : void |
public static ShowErrorMessageAsync ( this coreShell, string message, |
||
coreShell | this | |
message | string | |
cancellationToken | ||
return | Task |
public static ShowMessageAsync ( this coreShell, string message, MessageButtons buttons, |
||
coreShell | this | |
message | string | |
buttons | MessageButtons | |
cancellationToken | ||
return | Task |
public static SwitchToMainThreadAsync ( this coreShell, |
||
coreShell | this | |
cancellationToken | ||
return |