Builder
class Builder
Builder for SecureAreaRepository.
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
fun <T : SecureArea> addProvider(secureAreaProvider: SecureAreaProvider<T>): SecureAreaRepository.Builder
Adds a Secure Area implemention from a SecureAreaProvider
Link copied to clipboard
Builds the SecureAreaRepository.