Builder

Builder class that builds an instance of TwilioVerifyManager, which handles all the operations regarding Factors and Challenges
class Builder(context: Context)

Constructors

<init>
Link copied to clipboard
fun <init>(context: Context)

Functions

addLoggingService
Link copied to clipboard
Inject your own implementation of a LoggerService
fun addLoggingService(loggerService: LoggerService): TwilioVerify.Builder
build
Link copied to clipboard
Builds an instance of TwilioVerifyManager
fun build(): TwilioVerify
enableDefaultLoggingService
Link copied to clipboard
Enable the internal logging service
fun enableDefaultLoggingService(logLevel: LogLevel): TwilioVerify.Builder
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
networkProvider
Link copied to clipboard
fun networkProvider(networkProvider: NetworkProvider): TwilioVerify.Builder
toString
Link copied to clipboard
open override fun toString(): String