Classes
The following classes are available globally.
-
This class represents the ACL (Access Control List) for a record.
See moreDeclaration
Swift
public final class Acl : Object, BuilderType
extension Acl: JSONDecodable
extension Acl: Decodable
extension Acl: Encodable
extension Acl: Mappable
-
Undocumented
See moreDeclaration
Swift
public class AnyNotificationToken : NotificationToken
-
This class provides a representation of a Kinvey environment holding App ID and App Secret. Please never use a Master Secret in a client application.
See moreDeclaration
Swift
open class Client : Credential
-
Class to interact with a custom endpoint in the backend.
See moreDeclaration
Swift
open class CustomEndpoint
-
Class to interact with a specific collection in the backend.
See moreDeclaration
-
Base class for entity classes that are mapped to a collection in Kinvey.
See moreDeclaration
-
Wrapper type for string values that needs to be stored locally in the device
See moreDeclaration
Swift
final public class StringValue : Object, ExpressibleByStringLiteral, ListSupportedValue
extension StringValue: Decodable
extension StringValue: Encodable
-
Wrapper type for integer values that needs to be stored locally in the device
See moreDeclaration
Swift
final public class IntValue : Object, ExpressibleByIntegerLiteral, ListSupportedValue
extension IntValue: Decodable
extension IntValue: Encodable
-
Wrapper type for float values that needs to be stored locally in the device
See moreDeclaration
Swift
final public class FloatValue : Object, ExpressibleByFloatLiteral, ListSupportedValue
extension FloatValue: Decodable
extension FloatValue: Encodable
-
Wrapper type for double values that needs to be stored locally in the device
See moreDeclaration
Swift
final public class DoubleValue : Object, ExpressibleByFloatLiteral, ListSupportedValue
extension DoubleValue: Decodable
extension DoubleValue: Encodable
-
Wrapper type for boolean values that needs to be stored locally in the device
See moreDeclaration
Swift
final public class BoolValue : Object, ExpressibleByBooleanLiteral, ListSupportedValue
extension BoolValue: Decodable
extension BoolValue: Encodable
-
Class that represents a file in the backend holding all metadata of the file, but don’t hold the data itself.
See moreDeclaration
-
Undocumented
See moreDeclaration
Swift
public class JSONSerialize
-
Default TransformType for
See moreDate
typesDeclaration
-
Class that handles Mobile Identity Connect (MIC) calls
See moreDeclaration
Swift
open class MIC
-
This class represents the metadata information for a record
See moreDeclaration
Swift
public class Metadata : Object, Codable
extension Metadata: JSONDecodable
extension Metadata: Mappable
-
Class used to perform migrations in your local cache.
See moreDeclaration
Swift
open class Migration : NSObject
-
Class used to register and unregister a device to receive push notifications.
See moreDeclaration
Swift
open class Push
-
Class that represents a query including filters and sorts.
See moreDeclaration
-
Class that represents an
See moreUser
.Declaration
Swift
open class User : NSObject, Credential
extension User: JSONDecodable
extension User : JSONEncodable
extension User: Mappable
-
Struct that contains all the parameters available for user lookup.
See moreDeclaration