BETA_SANDBOX

BETA_SANDBOX("beta-sandbox.sensibill.io", arrayOf<String>(SSLPinning.COMODO, SSLPinning.GLOBALSIGN))

Sensibill Beta Sandbox Environment

Beta Sandbox is an environment for enthusiastic Sensibill customers (or potential customers) to implement against the latest features. There's a requirement of ensuring service availability between 9am-6pm Eastern Time.

Functions

getBaseUrl
Link copied to clipboard
open override fun getBaseUrl(): String
Call to get the url to Sensibill Environment Composed of http + hostname
getCertificatePins
Link copied to clipboard
open override fun getCertificatePins(): List<String>
Call to get list of certs for Sensibill Environment
getHostName
Link copied to clipboard
open override fun getHostName(): String
Call to get the host name of the sensibill environment
hasHttps
Link copied to clipboard
open override fun hasHttps(): Boolean
Call to get boolean describing if Sensibill environment is using https (true) or http (false)

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int