readEntry

expect fun readEntry(inboxEntryId: String): InboxEntry

Gets an entry from an Inbox.

Return

Data of the selected entry stored in the Inbox

Parameters

inboxEntryId

ID of an entry to read from the Inbox

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed

actual fun readEntry(inboxEntryId: String): InboxEntry

Gets an entry from an Inbox.

Return

Data of the selected entry stored in the Inbox

Parameters

inboxEntryId

ID of an entry to read from the Inbox

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed

actual external fun readEntry(inboxEntryId: String): InboxEntry

Gets an entry from an Inbox.

Return

Data of the selected entry stored in the Inbox

Parameters

inboxEntryId

ID of an entry to read from the Inbox

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed