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?) -> Void

    Parameters

    features

    List of authorized features.

    error

    Represents the operation status. It is ‘null’ for an operation that succeeds.