UserSessionWorkSchedulerImpl

internal actual class UserSessionWorkSchedulerImpl(val userId: <Error class: unknown class>) : UserSessionWorkScheduler

Constructors

Link copied to clipboard
constructor(userId: <Error class: unknown class>)

Properties

Link copied to clipboard
abstract val userId: <Error class: unknown class>
open override val userId: <Error class: unknown class>

Functions

Link copied to clipboard

Cancels the scheduled execution of PendingMessagesSenderWorker, which attempts to send all pending messages of this user, because the account has been logged out for instance.

Cancels the scheduled execution of PendingMessagesSenderWorker, which attempts to send all pending messages of this user, because the account has been logged out for instance.

Link copied to clipboard

Schedules an execution of PendingMessagesSenderWorker, which attempts to send all pending messages of this user.

Schedules an execution of PendingMessagesSenderWorker, which attempts to send all pending messages of this user.