deleteInbox

expect fun deleteInbox(inboxId: String)

Deletes an Inbox by given Inbox ID.

Parameters

inboxId

ID of the Inbox to delete

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed

actual fun deleteInbox(inboxId: String)

Deletes an Inbox by given Inbox ID.

Parameters

inboxId

ID of the Inbox to delete

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed

actual external fun deleteInbox(inboxId: String)

Deletes an Inbox by given Inbox ID.

Parameters

inboxId

ID of the Inbox to delete

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed