Options
All
  • Public
  • Public/Protected
  • All
Menu

Builder

A builder that can build a StitchAppClientConfiguration object. Use this class to prepare a configuration to pass into client initialization methods on the Stitch utility class.

Hierarchy

  • Builder
    • Builder

Index

Constructors

constructor

  • new Builder(config?: StitchClientConfiguration): Builder

Properties

baseUrl

baseUrl: string

dataDirectory

dataDirectory: string

localAppName

localAppName: string

localAppVersion

localAppVersion: string

storage

storage: Storage

transport

transport: Transport

Methods

build

  • build(): StitchClientConfiguration

withBaseUrl

  • withBaseUrl(baseUrl: string): this

withDataDirectory

  • withDataDirectory(dataDirectory: string): this

withLocalAppName

  • withLocalAppName(localAppName: string): this

withLocalAppVersion

  • withLocalAppVersion(localAppVersion: string): this

withStorage

  • withStorage(storage: Storage): this

withTransport

  • withTransport(transport: Transport): this

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc