Builder

class Builder(context: Context, sudoUserClient: SudoUserClient)

Builder used to construct SudoIdentityVerificationClient.

Constructors

Link copied to clipboard
constructor(context: Context, sudoUserClient: SudoUserClient)

Functions

Link copied to clipboard
Link copied to clipboard
fun setGraphQLClient(graphQLClient: GraphQLClient): SudoIdentityVerificationClient.Builder

Provide a GraphQLClient for the SudoIdentityVerificationClient. If this is not supplied, a GraphQLClient will be obtained from ApiClientManager. This is mainly used for unit testing.

Link copied to clipboard

Provide the implementation of the Logger used for logging. If a value is not supplied a default implementation will be used.