UpdateLiveLocationShareResult

interface UpdateLiveLocationShareResult

Represents the result of an update of live location share like a start or a stop.

Types

Link copied to clipboard
data class Failure(val error: Throwable) : UpdateLiveLocationShareResult
Link copied to clipboard
data class Success(val beaconEventId: String) : UpdateLiveLocationShareResult

Inheritors

Link copied to clipboard
Link copied to clipboard