MNSettingUtils

@objc
public class MNSettingUtils : NSObject

Encapsulates innformation regarding environmental settings

PROPERTIES

Debug

Debug log

Quick Environment Setup

FUNCTIONS

  • Changes the value ‘value’ of a setting at key ‘key’

    Declaration

    Swift

    public func changeValues(value: Any, key: String)

    Parameters

    key

    The string that serves as the retrieval key

    value

    The new value to be associated with that key

  • Declaration

    Swift

    public static func setEnvironment(_ environment: Environment)
  • Declaration

    Swift

    public static func setVLog(_ isEnabled: Bool)
  • Declaration

    Swift

    public static func setWtfAbort(_ isEnabled: Bool)
  • Declaration

    Swift

    public static func enableFindAFriend(_ isEnabled: Bool)
  • Declaration

    Swift

    public func setLocationSimulationDetails(speed: Float, Userpath: [MNMercatorZone], CompletedBlock: ((Bool) -> Void))