RtoasterPreferences
public class RtoasterPreferences : IRtoasterPreferences
Undocumented
-
Undocumented
See moreDeclaration
Swift
public enum Key : String, RawRepresentable
-
Undocumented
Declaration
Swift
public func getString(_ key: Key, defaultValue: String?) -> String?
-
Declaration
Swift
public func getString(_ key: Key) -> String?
-
Declaration
Swift
public func setString(_ key: Key, _ value: String?)
-
Declaration
Swift
public func getStringList(_ key: Key, defaultValue: [String]?) -> [String]?
-
Declaration
Swift
public func setStringList(_ key: Key, _ value: [String]?)
-
Undocumented
Declaration
Swift
public func getBoolean(_ key: Key, defaultValue: Bool?) -> Bool?
-
Declaration
Swift
public func getBoolean(_ key: Key) -> Bool?
-
Declaration
Swift
public func setBoolean(_ key: Key, _ value: Bool?)
-
Undocumented
Declaration
Swift
public func getInt(_ key: Key, defaultValue: Int?) -> Int?
-
Declaration
Swift
public func getInt(_ key: Key) -> Int?
-
Declaration
Swift
public func setInt(_ key: Key, _ value: Int?)
-
Undocumented
Declaration
Swift
public func getData(_ key: Key, defaultValue: Data?) -> Data?
-
Declaration
Swift
public func getData(_ key: Key) -> Data?
-
Declaration
Swift
public func setData(_ key: Key, _ value: Data?)