Méthode | Description | |
---|---|---|
InvokeOnAppThread ( AppCallbackItem item, bool waitUntilDone ) : void |
Executes callback item on application thread.
|
|
InvokeOnUIThread ( AppCallbackItem item, bool waitUntilDone ) : void |
Executes callback item on UI thread.
|
Méthode | Description | |
---|---|---|
GetAdvertisingIdentifier ( ) : string | ||
GetAppArguments ( ) : string | ||
InternalTryInvokeOnAppThread ( AppCallbackItem item, bool waitUntilDone ) : bool | ||
InternalTryInvokeOnUIThread ( AppCallbackItem item, bool waitUntilDone ) : bool | ||
InvokeWindowActivatedEvent ( WindowActivationState state ) : void | ||
InvokeWindowSizeChangedEvent ( int width, int height ) : void | ||
RunningOnAppThread ( ) : bool | ||
RunningOnUIThread ( ) : bool | ||
TryInvokeOnAppThread ( AppCallbackItem item, bool waitUntilDone ) : bool | ||
TryInvokeOnUIThread ( AppCallbackItem item, bool waitUntilDone ) : bool |
public static InvokeOnAppThread ( AppCallbackItem item, bool waitUntilDone ) : void | ||
item | AppCallbackItem | Item to execute. |
waitUntilDone | bool | Wait until item is executed. |
Résultat | void |
public static InvokeOnUIThread ( AppCallbackItem item, bool waitUntilDone ) : void | ||
item | AppCallbackItem | Item to execute. |
waitUntilDone | bool | Wait until item is executed. |
Résultat | void |