getInbox

expect fun getInbox(inboxId: String): Inbox

Gets a single Inbox by given Inbox ID.

Return

Information about the Inbox

Parameters

inboxId

ID of the Inbox to get

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed

actual fun getInbox(inboxId: String): Inbox

Gets a single Inbox by given Inbox ID.

Return

Information about the Inbox

Parameters

inboxId

ID of the Inbox to get

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed

actual external fun getInbox(inboxId: String): Inbox

Gets a single Inbox by given Inbox ID.

Return

Information about the Inbox

Parameters

inboxId

ID of the Inbox to get

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed