ProjectAppConfigResource

This is a structure that defines the configuration of how your application integrates with AppConfig to run client-side evaluation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the AppConfig application to use for client-side evaluation.

Link copied to clipboard

The ID of the AppConfig profile to use for client-side evaluation.

Link copied to clipboard

The ID of the AppConfig environment to use for client-side evaluation. This must be an environment that is within the application that you specify for applicationId.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String