Java com.facebook.react.bridge UiThreadUtil fields, constructors, methods, implement or subclass

Example usage for Java com.facebook.react.bridge UiThreadUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.facebook.react.bridge UiThreadUtil.

The text is from its open source code.

Method

voidassertOnUiThread()
Throws an AssertionException if the current thread is not the UI thread.
booleanisOnUiThread()
voidrunOnUiThread(Runnable runnable)
Runs the given Runnable on the UI thread.