core
Toggle table of contents
1.2.0
android
Platform filter
android
Switch theme
Search in API
core
core
/
com.cloudflare.realtimekit.incallmanager.apprtc.util
/
ThreadUtils
Thread
Utils
android
open
class
ThreadUtils
Members
Constructors
Thread
Utils
Link copied to clipboard
android
constructor
(
)
Types
Thread
Checker
Link copied to clipboard
android
open
class
ThreadChecker
Utility class to be used for checking that a method is called on the correct thread.
Functions
check
Is
On
Main
Thread
Link copied to clipboard
android
open
fun
checkIsOnMainThread
(
)
Throws exception if called from other than main thread.