updateLastSeen

suspend fun updateLastSeen(channelId: String): LocalzResult<Unit>

Updates the driver last seen status for a specific channel.

Return

A LocalzResult indicating success or failure.

Parameters

channelId

The ID of the channel to update lastSeen for.

Throws

if the SDK is not configured.