getThread

expect fun getThread(threadId: String): Thread

Gets a Thread by given Thread ID.

Return

Information about the Thread

Parameters

threadId

ID of Thread to get

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual fun getThread(threadId: String): Thread

Gets a Thread by given Thread ID.

Return

Information about the Thread

Parameters

threadId

ID of Thread to get

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual external fun getThread(threadId: String): Thread

Gets a Thread by given Thread ID.

Return

Information about the Thread

Parameters

threadId

ID of Thread to get

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception