deleteEntry

expect fun deleteEntry(inboxEntryId: String)

Deletes an entry from an Inbox.

Parameters

inboxEntryId

ID of an entry to delete

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed

actual fun deleteEntry(inboxEntryId: String)

Deletes an entry from an Inbox.

Parameters

inboxEntryId

ID of an entry to delete

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed

actual external fun deleteEntry(inboxEntryId: String)

Deletes an entry from an Inbox.

Parameters

inboxEntryId

ID of an entry to delete

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed