Other Type Aliases
The following type aliases are available globally.
-
Authorization exception
Declaration
Swift
public typealias AuthorizationException = AuthorizationError -
Protocol used to retrieve allowed features. This protocol is called on the main thread asynchronously when retrieving allowed features has completed.
Declaration
Swift
public typealias FeaturesCompletionHandler = (_ features: [LayerConfiguration.Feature]?, _ error: AuthorizationError?) -> VoidParameters
featuresList of authorized features.
errorRepresents the operation status. It is ‘null’ for an operation that succeeds.
Other Type Aliases Reference