Protocols
The following protocols are available globally.
-
Protocol for receiving database change status events
See moreDeclaration
Swift
public protocol DatabaseChangeDelegate: class
-
Protocol for common Query parameters
See moreDeclaration
Swift
public protocol QueryParameters
-
Protocol for AuthorizationHandlers.
Authorization handlers provide specific authorization (post-authentication) capabilities for the
AuthenticationManager
Classes that implement this protocol handle authorization, by exchanging authentication tokens for authorized user information.
See moreDeclaration
Swift
public protocol AuthorizationHandler: class
-
Protocol used by Logger class for logging operations.
See moreDeclaration
Swift
public protocol LogWriter
-
Error code conformance for Predix error codes See also
See moreErrorCodes
Declaration
Swift
public protocol ErrorCode
-
Creates a Database index used to then query the database
See moreDeclaration
Swift
public protocol Indexer
-
Delegate protocol for UI interactions with Authentication handlers.
Some authentication handlers may interact with the UI. These delegate methods will be called when those handlers are about to interact with the UI, or have finished with the UI.
See moreDeclaration
Swift
public protocol AuthenticationHandlerUIDelegate: class
-
Authentication handlers that rely on external components that may fail, such as network requests, will support this delegate to pass information about those failures to the user.
See moreDeclaration
Swift
public protocol FailableAuthenticationHandlerDelegate: class
-
Authentication handlers that rely on external user interaction to provide authentication credentials will support this delegate to gather the user’s credentials, and alert the user if those credentials are not valid.
See moreDeclaration
Swift
public protocol ProvideCredentialsAuthenticationHandlerDelegate: class
-
Authentication handlers that rely on calling an a web-based oAuth2 authentication flow to gather and validate authentication credentials will support this delegate to support display of the authentication web page, detecting the oAuth2 redirectURI and handling errors.
See moreDeclaration
Swift
public protocol BrowserBasedAuthenticationHandlerDelegate: FailableAuthenticationHandlerDelegate
-
Protocol defining a document attachment, used to associate a binary payload to a Document
See moreDeclaration
Swift
public protocol Attachment
-
Protocol for filtering documents from being sent to the server during replication
See moreDeclaration
Swift
public protocol ReplicationFilterDelegate: class
-
Protocol for receiving Database Replication status events
See moreDeclaration
Swift
public protocol ReplicationStatusDelegate: class
-
Replication server configuration
See moreDeclaration
Swift
public protocol ReplicationSource
-
Replication configuration elements
See moreDeclaration
Swift
public protocol ReplicationDetails: ReplicationSource
-
Protocol for Reachability when determining device connectivity status
See moreDeclaration
Swift
public protocol QueryConnectivity