PolarStoredDataType
public class PolarStoredDataType
-
Declaration
Swift
public enum StoredDataType : String, CaseIterable, Codable
-
Declaration
Swift
public var _storedDataType: StoredDataType
-
Declaration
Swift
public var storedDataType: StoredDataType { get set }
-
Declaration
Swift
public struct PolarStoredDataTypeResult : Codable
-
Declaration
Swift
public static func getStringValue(dataTypeLocationIndex: Int) -> String
-
Declaration
Swift
public static func getAllAsString() -> [String]
-
Declaration
Swift
public static func getValue(name: String) -> StoredDataType