DropletLiveActivitySeat
Where a droplet's activity currently sits (DroppyKit 0.6.0).
enum DropletLiveActivitySeat
Cases
DropletLiveActivitySeat.compact
case compact
The activity owns the compact surface beside the cutout.
DropletLiveActivitySeat.secondary
case secondary
The activity is riding the secondary activity pill, because another owner holds the compact surface.
DropletLiveActivitySeat.none(_:)
case none(DropletLiveActivityYieldReason)
The activity is not presented at all.
Properties
isPresented
var isPresented: Bool { get }
Convenience: true when the activity is visible anywhere.