DynamicClientConfig
Configuration object for initializing the Dynamic Swift SDK client.Parameters
- environmentId (String) - Your Dynamic environment ID from the dashboard
Example
createDynamicClient
Factory function to create a Dynamic client instance.Parameters
- config (DynamicClientConfig) - Configuration object with environment ID
Returns
- DynamicClient - Initialized client instance
Example
DynamicClient
Main client class for SDK operations.Properties
- user (SdkUser?) - Currently authenticated user, nil if not authenticated