UserPreferences

data class UserPreferences(val overlayInteracted: Boolean, val privatePlayerMode: PrivatePlayerMode)

Data class representing user preferences for Duck Player.

Constructors

Link copied to clipboard
constructor(overlayInteracted: Boolean, privatePlayerMode: PrivatePlayerMode)

Properties

Link copied to clipboard

A boolean indicating whether the overlay was interacted with.

Link copied to clipboard

The mode of the private player. Enabled, AlwaysAsk, or Disabled