sendEntry

expect fun sendEntry(inboxHandle: Long)

Sends data to an Inbox. You do not have to be logged in to call this function.

Parameters

inboxHandle

ID of the Inbox to which the request applies

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed

actual fun sendEntry(inboxHandle: Long)

Sends data to an Inbox. You do not have to be logged in to call this function.

Parameters

inboxHandle

ID of the Inbox to which the request applies

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed

actual external fun sendEntry(inboxHandle: Long)

Sends data to an Inbox. You do not have to be logged in to call this function.

Parameters

inboxHandle

ID of the Inbox to which the request applies

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed