Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
LogViewer
Utilities
UiDispatcher
C# Class LogViewer.Utilities.UiDispatcher
A simple helper class that gives a way to run things on the UI thread. The app must call Initialize once during app start, using inside OnLaunch.
Datei anzeigen
Open project: Dronacharya-Org/Dronacharya
Class Usage Examples
Public Methods
Method
Description
Initialize
( ) :
void
RunOnUIThread
(
System.Action
a
) :
void
Method Details
Initialize()
public
static
method
public
static
Initialize
( ) :
void
return
void
RunOnUIThread()
public
static
method
public
static
RunOnUIThread
(
System.Action
a
) :
void
a
System.Action
return
void