NavigationSettings

public class NavigationSettings: NSObject

NavigationSettings provides a wrapper for UserDefaults.

Properties are prefixed and before they are stored in UserDefaults.standard.

  • The volume that the voice controller will use.

    This volume is relative to the system’s volume where 1.0 is same volume as the system.

    Declaration

    Swift

    @objc public dynamic var voiceVolume: Float     = 1.0
  • Indicates whether the voice controller should be muted or not.

    Declaration

    Swift

    @objc public dynamic var voiceMuted: Bool      = false