Builder

class Builder

Builder for SecureAreaRepository.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Adds a Secure Area implementation.

Link copied to clipboard
fun addFactory(identifierPrefix: String, factory: suspend (identifierPrefix: String) -> SecureArea?): SecureAreaRepository.Builder

Adds a Secure Area factory that can be used for Secure Areas where it's possible to have multiple instances.

Link copied to clipboard

Adds a Secure Area implemention from a SecureAreaProvider

Link copied to clipboard