# KycDaoEnvironment

kycdao-mobile - v0.1.0 / KycDaoEnvironment

The environments the SDK supports

# Table of contents

# Enumeration Members

  • Dev
  • Production

# Enumeration Members

# Dev

Dev = "DEV"

A developer service environment

# Defined in

Core/Models.tsx:266


# Production

Production = "PRODUCTION"

A production, live service environment

# Defined in

Core/Models.tsx:264