@cometchat/skills 4.4.2 → 5.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +55 -0
- package/.claude-plugin/plugin.json +14 -0
- package/CHANGELOG.md +44 -0
- package/LICENSE +21 -0
- package/MIGRATING.md +187 -0
- package/README.md +52 -156
- package/RULES.md +125 -0
- package/bin/cometchat-skills.mjs +1280 -0
- package/bin/legacy-skills.json +95 -0
- package/catalogs/android-v6.json +1646 -0
- package/catalogs/flutter-v6.json +651 -0
- package/catalogs/ios-v5.json +1383 -0
- package/catalogs/rn-calls-v5.json +134 -0
- package/catalogs/rn-calls-v5.symbols.txt +58 -0
- package/catalogs/rn-sdk-v4.json +672 -0
- package/catalogs/rn-v5.json +449 -0
- package/catalogs/rn-v5.symbols.txt +216 -0
- package/catalogs/sdk-android-v5.json +514 -0
- package/contracts.android-calls-v5.json +122 -0
- package/contracts.android-v6.json +135 -0
- package/contracts.angular-v5.json +694 -0
- package/contracts.flutter-calls-v5.json +77 -0
- package/contracts.flutter-v6.json +126 -0
- package/contracts.ios-calls-v5.json +67 -0
- package/contracts.ios-v5.json +436 -0
- package/contracts.json +82 -0
- package/contracts.rn-calls-v5.json +77 -0
- package/contracts.rn-v5.json +727 -0
- package/contracts.sdk-android-v5.json +15 -0
- package/contracts.web-calls-v5.json +45 -0
- package/features.android-calls-v5.json +246 -0
- package/features.android-v6.json +65 -0
- package/features.angular-v5.json +521 -0
- package/features.flutter-calls-v5.json +286 -0
- package/features.flutter-v6.json +484 -0
- package/features.ios-calls-v5.json +236 -0
- package/features.ios-v5.json +573 -0
- package/features.json +61 -0
- package/features.rn-calls-v5.json +187 -0
- package/features.rn-v5.json +614 -0
- package/features.sdk-android-v5.json +40 -0
- package/features.sdk-jsv4.json +24 -0
- package/features.web-calls-v5.json +108 -0
- package/package.json +156 -74
- package/peers.yaml +355 -0
- package/registry/README.md +31 -0
- package/registry/android-calls-v5.json +94 -0
- package/registry/android-v6.json +177 -0
- package/registry/angular-v5.json +154 -0
- package/registry/flutter-calls-v5.json +94 -0
- package/registry/flutter-v6.json +159 -0
- package/registry/ios-calls-v5.json +99 -0
- package/registry/ios-v5.json +152 -0
- package/registry/rn-calls-v5.json +99 -0
- package/registry/rn-v5.json +169 -0
- package/registry/sdk-android-v5.json +93 -0
- package/registry/sdk-jsv4.json +93 -0
- package/registry/web-calls-v5.json +94 -0
- package/registry/web-v7.json +154 -0
- package/skills/cometchat/SKILL.md +47 -2096
- package/skills/cometchat-a11y/SKILL.md +44 -472
- package/skills/cometchat-analytics/SKILL.md +61 -0
- package/skills/cometchat-android-v5-calls-sdk/SKILL.md +206 -0
- package/skills/cometchat-android-v5-calls-sdk/references/build-truth.md +63 -0
- package/skills/cometchat-android-v5-calls-sdk/references/docs-map.md +119 -0
- package/skills/cometchat-android-v5-calls-sdk/references/method-map.md +53 -0
- package/skills/cometchat-android-v5-calls-sdk/references/pitfalls.md +72 -0
- package/skills/cometchat-android-v5-calls-sdk/references/ringing.md +92 -0
- package/skills/cometchat-android-v5-calls-sdk/references/user-switch.md +90 -0
- package/skills/cometchat-android-v5-sdk/SKILL.md +127 -0
- package/skills/cometchat-android-v5-sdk/references/app-surface.md +88 -0
- package/skills/cometchat-android-v5-sdk/references/docs-map.md +91 -0
- package/skills/cometchat-android-v6-builder-settings/SKILL.md +51 -137
- package/skills/cometchat-android-v6-calls/SKILL.md +128 -413
- package/skills/cometchat-android-v6-compose-components/SKILL.md +84 -194
- package/skills/cometchat-android-v6-compose-customization/SKILL.md +66 -411
- package/skills/cometchat-android-v6-compose-placement/SKILL.md +154 -237
- package/skills/cometchat-android-v6-core/SKILL.md +236 -672
- package/skills/cometchat-android-v6-core/references/anti-patterns.md +31 -0
- package/skills/cometchat-android-v6-core/references/component-props.md +168 -0
- package/skills/cometchat-android-v6-core/references/docs-map.md +153 -0
- package/skills/cometchat-android-v6-core/references/layout.md +112 -0
- package/skills/cometchat-android-v6-core/references/lifecycle.md +75 -0
- package/skills/cometchat-android-v6-core/references/setup-credentials.md +105 -0
- package/skills/cometchat-android-v6-core/references/troubleshooting.md +36 -0
- package/skills/cometchat-android-v6-events/SKILL.md +46 -184
- package/skills/cometchat-android-v6-extensions/SKILL.md +39 -179
- package/skills/cometchat-android-v6-features/SKILL.md +74 -143
- package/skills/cometchat-android-v6-kotlin-components/SKILL.md +75 -193
- package/skills/cometchat-android-v6-kotlin-customization/SKILL.md +67 -419
- package/skills/cometchat-android-v6-kotlin-placement/SKILL.md +77 -223
- package/skills/cometchat-android-v6-migration/SKILL.md +67 -378
- package/skills/cometchat-android-v6-production/SKILL.md +41 -179
- package/skills/cometchat-android-v6-push/SKILL.md +39 -289
- package/skills/cometchat-android-v6-testing/SKILL.md +50 -265
- package/skills/cometchat-android-v6-troubleshooting/SKILL.md +70 -254
- package/skills/cometchat-angular-v5-calls/SKILL.md +193 -0
- package/skills/cometchat-angular-v5-components/SKILL.md +131 -0
- package/skills/cometchat-angular-v5-components/references/catalog.md +111 -0
- package/skills/cometchat-angular-v5-components/references/host-composed.md +46 -0
- package/skills/cometchat-angular-v5-core/SKILL.md +300 -0
- package/skills/cometchat-angular-v5-core/references/anti-patterns.md +49 -0
- package/skills/cometchat-angular-v5-core/references/component-props.md +55 -0
- package/skills/cometchat-angular-v5-core/references/dependencies.md +66 -0
- package/skills/cometchat-angular-v5-core/references/docs-map.md +132 -0
- package/skills/cometchat-angular-v5-core/references/layout.md +64 -0
- package/skills/cometchat-angular-v5-core/references/lifecycle.md +202 -0
- package/skills/cometchat-angular-v5-core/references/setup-credentials.md +137 -0
- package/skills/cometchat-angular-v5-core/references/theming.md +70 -0
- package/skills/cometchat-angular-v5-core/references/troubleshooting.md +27 -0
- package/skills/cometchat-angular-v5-customization/SKILL.md +94 -0
- package/skills/cometchat-angular-v5-features/SKILL.md +107 -0
- package/skills/cometchat-angular-v5-features/references/custom-messages.md +133 -0
- package/skills/cometchat-angular-v5-features/references/formatters.md +28 -0
- package/skills/cometchat-angular-v5-features/references/host-composed-extensions.md +85 -0
- package/skills/cometchat-angular-v5-migration/SKILL.md +40 -0
- package/skills/cometchat-angular-v5-migration/references/migration-guide.md +165 -0
- package/skills/cometchat-angular-v5-patterns/SKILL.md +107 -0
- package/skills/cometchat-angular-v5-placement/SKILL.md +133 -0
- package/skills/cometchat-angular-v5-placement/references/combined-app.md +174 -0
- package/skills/cometchat-angular-v5-placement/references/core-surface.md +199 -0
- package/skills/cometchat-angular-v5-production/SKILL.md +102 -0
- package/skills/cometchat-angular-v5-push/SKILL.md +61 -0
- package/skills/cometchat-angular-v5-testing/SKILL.md +112 -0
- package/skills/cometchat-angular-v5-troubleshooting/SKILL.md +96 -0
- package/skills/cometchat-audit/SKILL.md +61 -0
- package/skills/cometchat-compliance/SKILL.md +63 -0
- package/skills/cometchat-flutter-v5-sdk/SKILL.md +188 -0
- package/skills/cometchat-flutter-v5-sdk/references/doc-corrections.md +55 -0
- package/skills/cometchat-flutter-v5-sdk/references/docs-map.md +211 -0
- package/skills/cometchat-flutter-v5-sdk/references/platform-notes.md +48 -0
- package/skills/cometchat-flutter-v5-sdk/references/transcription.md +87 -0
- package/skills/cometchat-flutter-v6-calls/SKILL.md +75 -389
- package/skills/cometchat-flutter-v6-components/SKILL.md +88 -361
- package/skills/cometchat-flutter-v6-core/SKILL.md +154 -593
- package/skills/cometchat-flutter-v6-core/references/anti-patterns.md +55 -0
- package/skills/cometchat-flutter-v6-core/references/docs-map.md +143 -0
- package/skills/cometchat-flutter-v6-core/references/layout.md +45 -0
- package/skills/cometchat-flutter-v6-core/references/lifecycle.md +87 -0
- package/skills/cometchat-flutter-v6-core/references/setup-credentials.md +84 -0
- package/skills/cometchat-flutter-v6-core/references/troubleshooting.md +26 -0
- package/skills/cometchat-flutter-v6-customization/SKILL.md +70 -712
- package/skills/cometchat-flutter-v6-events/SKILL.md +79 -174
- package/skills/cometchat-flutter-v6-features/SKILL.md +55 -394
- package/skills/cometchat-flutter-v6-migration/SKILL.md +68 -367
- package/skills/cometchat-flutter-v6-migration/references/migration-guide.md +132 -0
- package/skills/cometchat-flutter-v6-patterns/SKILL.md +61 -0
- package/skills/cometchat-flutter-v6-placement/SKILL.md +94 -381
- package/skills/cometchat-flutter-v6-production/SKILL.md +59 -615
- package/skills/cometchat-flutter-v6-push/SKILL.md +46 -455
- package/skills/cometchat-flutter-v6-testing/SKILL.md +68 -299
- package/skills/cometchat-flutter-v6-troubleshooting/SKILL.md +54 -878
- package/skills/cometchat-i18n/SKILL.md +35 -404
- package/skills/cometchat-ios-calls/SKILL.md +112 -563
- package/skills/cometchat-ios-components/SKILL.md +44 -834
- package/skills/cometchat-ios-core/SKILL.md +182 -1068
- package/skills/cometchat-ios-core/references/anti-patterns.md +113 -0
- package/skills/cometchat-ios-core/references/docs-map.md +124 -0
- package/skills/cometchat-ios-core/references/install.md +23 -0
- package/skills/cometchat-ios-core/references/layout.md +219 -0
- package/skills/cometchat-ios-core/references/setup-credentials.md +197 -0
- package/skills/cometchat-ios-core/references/swiftui.md +91 -0
- package/skills/cometchat-ios-core/references/troubleshooting.md +100 -0
- package/skills/cometchat-ios-customization/SKILL.md +33 -968
- package/skills/cometchat-ios-features/SKILL.md +29 -738
- package/skills/cometchat-ios-migration/SKILL.md +39 -0
- package/skills/cometchat-ios-placement/SKILL.md +51 -729
- package/skills/cometchat-ios-production/SKILL.md +67 -723
- package/skills/cometchat-ios-push/SKILL.md +24 -602
- package/skills/cometchat-ios-testing/SKILL.md +36 -355
- package/skills/cometchat-ios-troubleshooting/SKILL.md +31 -989
- package/skills/cometchat-ios-v5-sdk/SKILL.md +161 -0
- package/skills/cometchat-ios-v5-sdk/references/docs-map.md +326 -0
- package/skills/cometchat-js-v5-sdk/SKILL.md +95 -0
- package/skills/cometchat-js-v5-sdk/references/docs-map.md +114 -0
- package/skills/cometchat-migrate-from-getstream/SKILL.md +65 -0
- package/skills/cometchat-migrate-from-getstream/references/concept-map.md +98 -0
- package/skills/cometchat-migrate-from-getstream/references/data-migration.md +74 -0
- package/skills/cometchat-migrate-from-getstream/references/feature-map.md +108 -0
- package/skills/cometchat-migrate-from-getstream/references/inventory.md +82 -0
- package/skills/cometchat-migrate-from-getstream/references/native-build.md +9 -0
- package/skills/cometchat-migrate-from-getstream/references/report-template.md +59 -0
- package/skills/cometchat-migrate-from-sendbird/SKILL.md +64 -0
- package/skills/cometchat-migrate-from-sendbird/references/concept-map.md +99 -0
- package/skills/cometchat-migrate-from-sendbird/references/data-migration.md +74 -0
- package/skills/cometchat-migrate-from-sendbird/references/feature-map.md +104 -0
- package/skills/cometchat-migrate-from-sendbird/references/inventory.md +86 -0
- package/skills/cometchat-migrate-from-sendbird/references/native-build.md +10 -0
- package/skills/cometchat-migrate-from-sendbird/references/report-template.md +59 -0
- package/skills/cometchat-migrate-from-twilio/SKILL.md +52 -0
- package/skills/cometchat-migrate-from-twilio/references/concept-map.md +49 -0
- package/skills/cometchat-migrate-from-twilio/references/data-migration.md +50 -0
- package/skills/cometchat-migrate-from-twilio/references/feature-map.md +27 -0
- package/skills/cometchat-migrate-from-twilio/references/inventory.md +53 -0
- package/skills/cometchat-migrate-from-twilio/references/report-template.md +52 -0
- package/skills/cometchat-moderation/SKILL.md +58 -0
- package/skills/cometchat-onboarding/SKILL.md +92 -0
- package/skills/cometchat-onboarding/references/archetypes.md +51 -0
- package/skills/cometchat-onboarding/references/calling-first.md +77 -0
- package/skills/cometchat-onboarding/references/not-in-this-pack.md +8 -0
- package/skills/cometchat-onboarding/references/plan-artifact.md +133 -0
- package/skills/cometchat-onboarding/references/platforms.md +105 -0
- package/skills/cometchat-react-native-bare-patterns/SKILL.md +120 -0
- package/skills/cometchat-react-native-calls/SKILL.md +200 -0
- package/skills/cometchat-react-native-components/SKILL.md +142 -0
- package/skills/cometchat-react-native-core/SKILL.md +335 -0
- package/skills/cometchat-react-native-core/references/anti-patterns.md +79 -0
- package/skills/cometchat-react-native-core/references/component-props.md +105 -0
- package/skills/cometchat-react-native-core/references/dependencies.md +62 -0
- package/skills/cometchat-react-native-core/references/docs-map.md +127 -0
- package/skills/cometchat-react-native-core/references/layout.md +61 -0
- package/skills/cometchat-react-native-core/references/lifecycle.md +64 -0
- package/skills/cometchat-react-native-core/references/setup-credentials.md +39 -0
- package/skills/cometchat-react-native-customization/SKILL.md +198 -0
- package/skills/cometchat-react-native-expo-patterns/SKILL.md +116 -0
- package/skills/cometchat-react-native-features/SKILL.md +122 -0
- package/skills/cometchat-react-native-migration/SKILL.md +103 -0
- package/skills/cometchat-react-native-placement/SKILL.md +158 -0
- package/skills/cometchat-react-native-production/SKILL.md +79 -0
- package/skills/cometchat-react-native-push/SKILL.md +88 -0
- package/skills/cometchat-react-native-sdk/SKILL.md +133 -0
- package/skills/cometchat-react-native-sdk/references/method-map.md +239 -0
- package/skills/cometchat-react-native-sdk/references/page-map.md +96 -0
- package/skills/cometchat-react-native-testing/SKILL.md +94 -0
- package/skills/cometchat-react-native-troubleshooting/SKILL.md +174 -0
- package/skills/cometchat-react-native-v5-sdk/SKILL.md +150 -0
- package/skills/cometchat-react-native-v5-sdk/references/docs-map.md +127 -0
- package/skills/cometchat-react-native-v5-sdk/references/ringing-voip.md +369 -0
- package/skills/cometchat-react-v7-calls/SKILL.md +75 -0
- package/skills/cometchat-react-v7-components/SKILL.md +72 -0
- package/skills/cometchat-react-v7-core/SKILL.md +101 -0
- package/skills/cometchat-react-v7-core/references/anti-patterns.md +19 -0
- package/skills/cometchat-react-v7-core/references/component-props.md +82 -0
- package/skills/cometchat-react-v7-core/references/dependencies.md +23 -0
- package/skills/cometchat-react-v7-core/references/docs-map.md +117 -0
- package/skills/cometchat-react-v7-core/references/layout.md +150 -0
- package/skills/cometchat-react-v7-core/references/lifecycle.md +74 -0
- package/skills/cometchat-react-v7-core/references/setup-credentials.md +58 -0
- package/skills/cometchat-react-v7-core/references/ssr.md +11 -0
- package/skills/cometchat-react-v7-core/references/theming.md +52 -0
- package/skills/cometchat-react-v7-customization/SKILL.md +84 -0
- package/skills/cometchat-react-v7-features/SKILL.md +92 -0
- package/skills/cometchat-react-v7-migration/SKILL.md +39 -0
- package/skills/cometchat-react-v7-migration/references/migration-guide.md +119 -0
- package/skills/cometchat-react-v7-patterns/SKILL.md +43 -0
- package/skills/cometchat-react-v7-placement/SKILL.md +106 -0
- package/skills/cometchat-react-v7-placement/references/recipes.md +354 -0
- package/skills/cometchat-react-v7-production/SKILL.md +84 -0
- package/skills/cometchat-react-v7-push/SKILL.md +53 -0
- package/skills/cometchat-react-v7-testing/SKILL.md +60 -0
- package/skills/cometchat-react-v7-troubleshooting/SKILL.md +47 -0
- package/skills/cometchat-security/SKILL.md +80 -0
- package/skills/cometchat-self-host/SKILL.md +56 -0
- package/test-suite/README.md +70 -0
- package/test-suite/catalogs/android-calls-v5.json +830 -0
- package/test-suite/catalogs/android-calls-v5.symbols.txt +499 -0
- package/test-suite/catalogs/android-v6.json +1646 -0
- package/test-suite/catalogs/android-v6.symbols.txt +298 -0
- package/test-suite/catalogs/angular-v5.json +7587 -0
- package/test-suite/catalogs/flutter-calls-v5.json +196 -0
- package/test-suite/catalogs/flutter-calls-v5.symbols.txt +59 -0
- package/test-suite/catalogs/flutter-v6.json +651 -0
- package/test-suite/catalogs/ios-calls-v5.json +158 -0
- package/test-suite/catalogs/ios-calls-v5.symbols.txt +70 -0
- package/test-suite/catalogs/ios-v5.json +1383 -0
- package/test-suite/catalogs/ios-v5.symbols.txt +699 -0
- package/test-suite/catalogs/rn-calls-v5.json +134 -0
- package/test-suite/catalogs/rn-sdk-v4.json +672 -0
- package/test-suite/catalogs/rn-v5.json +449 -0
- package/test-suite/catalogs/sdk-android-v5.json +514 -0
- package/test-suite/catalogs/sdk-android-v5.symbols.txt +254 -0
- package/test-suite/catalogs/sdk-jsv4.json +800 -0
- package/test-suite/catalogs/web-calls-v5.json +195 -0
- package/test-suite/catalogs/web-v7.json +1243 -0
- package/test-suite/scripts/build-registry.mjs +113 -0
- package/test-suite/scripts/catalog-refresh-dart.mjs +151 -0
- package/test-suite/scripts/catalog-refresh.mjs +100 -0
- package/test-suite/scripts/lint-skills.mjs +932 -0
- package/test-suite/scripts/measure-tokens.mjs +169 -0
- package/test-suite/scripts/typecheck-fences-dart.mjs +437 -0
- package/test-suite/scripts/typecheck-fences-kotlin.mjs +269 -0
- package/test-suite/scripts/typecheck-fences.mjs +206 -0
- package/test-suite/scripts/verify-catalog.mjs +242 -0
- package/test-suite/scripts/verify-contract-fences.mjs +94 -0
- package/test-suite/scripts/verify-detection.mjs +178 -0
- package/test-suite/scripts/verify-docs-base.mjs +91 -0
- package/test-suite/scripts/verify-family-agnostic.mjs +134 -0
- package/test-suite/scripts/verify-golden-path.mjs +138 -0
- package/test-suite/scripts/verify-oracle-components.mjs +133 -0
- package/test-suite/scripts/verify-template-bindings.mjs +148 -0
- package/test-suite/typecheck/angular-v5/package.json +21 -0
- package/test-suite/typecheck/angular-v5/tsconfig.json +21 -0
- package/test-suite/typecheck/flutter-v6/analysis_options.yaml +25 -0
- package/test-suite/typecheck/flutter-v6/pubspec.yaml +21 -0
- package/test-suite/typecheck/web-v7/package.json +18 -0
- package/test-suite/typecheck/web-v7/tsconfig.json +19 -0
- package/bin/install.js +0 -1003
- package/skills/.claude-plugin/marketplace.json +0 -86
- package/skills/cometchat/references/asking-questions.md +0 -48
- package/skills/cometchat-android-v5/SKILL.md +0 -121
- package/skills/cometchat-android-v5-calls/SKILL.md +0 -429
- package/skills/cometchat-android-v5-calls/references/README.md +0 -53
- package/skills/cometchat-android-v5-calls/references/add-calls-to-existing-chat.md +0 -197
- package/skills/cometchat-android-v5-calls/references/audio-controls.md +0 -91
- package/skills/cometchat-android-v5-calls/references/background-handling.md +0 -168
- package/skills/cometchat-android-v5-calls/references/call-layouts.md +0 -131
- package/skills/cometchat-android-v5-calls/references/call-logs.md +0 -113
- package/skills/cometchat-android-v5-calls/references/call-session.md +0 -274
- package/skills/cometchat-android-v5-calls/references/custom-ui.md +0 -150
- package/skills/cometchat-android-v5-calls/references/event-listeners.md +0 -123
- package/skills/cometchat-android-v5-calls/references/group-calls.md +0 -205
- package/skills/cometchat-android-v5-calls/references/idle-timeout.md +0 -117
- package/skills/cometchat-android-v5-calls/references/in-call-chat.md +0 -134
- package/skills/cometchat-android-v5-calls/references/join-session.md +0 -120
- package/skills/cometchat-android-v5-calls/references/migration-v4-to-v5.md +0 -222
- package/skills/cometchat-android-v5-calls/references/participant-management.md +0 -110
- package/skills/cometchat-android-v5-calls/references/picture-in-picture.md +0 -106
- package/skills/cometchat-android-v5-calls/references/raise-hand.md +0 -248
- package/skills/cometchat-android-v5-calls/references/recording.md +0 -101
- package/skills/cometchat-android-v5-calls/references/ringing-integration.md +0 -152
- package/skills/cometchat-android-v5-calls/references/screen-sharing.md +0 -78
- package/skills/cometchat-android-v5-calls/references/server-fcm-voip.md +0 -215
- package/skills/cometchat-android-v5-calls/references/session-settings.md +0 -121
- package/skills/cometchat-android-v5-calls/references/setup.md +0 -137
- package/skills/cometchat-android-v5-calls/references/share-invite.md +0 -156
- package/skills/cometchat-android-v5-calls/references/video-controls.md +0 -87
- package/skills/cometchat-android-v5-calls/references/voip-calling.md +0 -526
- package/skills/cometchat-android-v5-components/SKILL.md +0 -431
- package/skills/cometchat-android-v5-core/SKILL.md +0 -486
- package/skills/cometchat-android-v5-customization/SKILL.md +0 -469
- package/skills/cometchat-android-v5-extensions/SKILL.md +0 -127
- package/skills/cometchat-android-v5-features/SKILL.md +0 -131
- package/skills/cometchat-android-v5-placement/SKILL.md +0 -277
- package/skills/cometchat-android-v5-production/SKILL.md +0 -95
- package/skills/cometchat-android-v5-push/SKILL.md +0 -619
- package/skills/cometchat-android-v5-testing/SKILL.md +0 -188
- package/skills/cometchat-android-v5-theming/SKILL.md +0 -167
- package/skills/cometchat-android-v5-troubleshooting/SKILL.md +0 -74
- package/skills/cometchat-android-v6/SKILL.md +0 -108
- package/skills/cometchat-android-v6-calls/references/add-calls-to-existing-chat.md +0 -97
- package/skills/cometchat-android-v6-calls/references/advanced-features.md +0 -87
- package/skills/cometchat-android-v6-calls/references/call-layouts.md +0 -100
- package/skills/cometchat-android-v6-calls/references/call-session.md +0 -163
- package/skills/cometchat-android-v6-calls/references/device-management.md +0 -172
- package/skills/cometchat-android-v6-calls/references/group-calls.md +0 -191
- package/skills/cometchat-android-v6-calls/references/idle-timeout.md +0 -110
- package/skills/cometchat-android-v6-calls/references/in-call-chat.md +0 -141
- package/skills/cometchat-android-v6-calls/references/raise-hand.md +0 -188
- package/skills/cometchat-android-v6-calls/references/ringing-integration.md +0 -176
- package/skills/cometchat-android-v6-calls/references/server-fcm-voip.md +0 -127
- package/skills/cometchat-android-v6-calls/references/share-invite.md +0 -105
- package/skills/cometchat-android-v6-compose-theming/SKILL.md +0 -250
- package/skills/cometchat-android-v6-kotlin-theming/SKILL.md +0 -233
- package/skills/cometchat-angular-calls/SKILL.md +0 -380
- package/skills/cometchat-angular-calls/references/add-calls-to-existing-chat.md +0 -96
- package/skills/cometchat-angular-calls/references/call-layouts.md +0 -123
- package/skills/cometchat-angular-calls/references/call-session.md +0 -167
- package/skills/cometchat-angular-calls/references/custom-ui.md +0 -239
- package/skills/cometchat-angular-calls/references/device-management.md +0 -154
- package/skills/cometchat-angular-calls/references/group-calls.md +0 -433
- package/skills/cometchat-angular-calls/references/idle-timeout.md +0 -161
- package/skills/cometchat-angular-calls/references/in-call-chat.md +0 -148
- package/skills/cometchat-angular-calls/references/lazy-loading-pitfalls.md +0 -205
- package/skills/cometchat-angular-calls/references/migration-v4-to-v5.md +0 -53
- package/skills/cometchat-angular-calls/references/ngzone-and-async-callbacks.md +0 -184
- package/skills/cometchat-angular-calls/references/picture-in-picture.md +0 -285
- package/skills/cometchat-angular-calls/references/raise-hand.md +0 -172
- package/skills/cometchat-angular-calls/references/recording-screen-share.md +0 -260
- package/skills/cometchat-angular-calls/references/ringing-integration.md +0 -133
- package/skills/cometchat-angular-calls/references/server-web-push-vapid.md +0 -100
- package/skills/cometchat-angular-calls/references/share-invite.md +0 -122
- package/skills/cometchat-angular-calls/references/virtual-background.md +0 -29
- package/skills/cometchat-angular-components/SKILL.md +0 -235
- package/skills/cometchat-angular-core/SKILL.md +0 -386
- package/skills/cometchat-angular-customization/SKILL.md +0 -616
- package/skills/cometchat-angular-features/SKILL.md +0 -329
- package/skills/cometchat-angular-patterns/SKILL.md +0 -256
- package/skills/cometchat-angular-placement/SKILL.md +0 -314
- package/skills/cometchat-angular-production/SKILL.md +0 -564
- package/skills/cometchat-angular-push/SKILL.md +0 -389
- package/skills/cometchat-angular-testing/SKILL.md +0 -605
- package/skills/cometchat-angular-theming/SKILL.md +0 -290
- package/skills/cometchat-angular-troubleshooting/SKILL.md +0 -364
- package/skills/cometchat-astro-patterns/SKILL.md +0 -708
- package/skills/cometchat-calls/SKILL.md +0 -364
- package/skills/cometchat-calls/references/use-case-broadcast.md +0 -199
- package/skills/cometchat-calls/references/use-case-marketplace.md +0 -157
- package/skills/cometchat-calls/references/use-case-support.md +0 -189
- package/skills/cometchat-calls/references/use-case-team.md +0 -180
- package/skills/cometchat-calls/references/use-case-telehealth.md +0 -153
- package/skills/cometchat-components/SKILL.md +0 -1142
- package/skills/cometchat-core/SKILL.md +0 -1048
- package/skills/cometchat-customization/SKILL.md +0 -580
- package/skills/cometchat-customization/references/component-catalog.md +0 -236
- package/skills/cometchat-features/SKILL.md +0 -861
- package/skills/cometchat-flutter-v5/SKILL.md +0 -173
- package/skills/cometchat-flutter-v5-calls/SKILL.md +0 -455
- package/skills/cometchat-flutter-v5-calls/references/add-calls-to-existing-chat.md +0 -193
- package/skills/cometchat-flutter-v5-calls/references/call-layouts.md +0 -103
- package/skills/cometchat-flutter-v5-calls/references/call-session.md +0 -285
- package/skills/cometchat-flutter-v5-calls/references/device-management.md +0 -124
- package/skills/cometchat-flutter-v5-calls/references/group-calls.md +0 -181
- package/skills/cometchat-flutter-v5-calls/references/idle-timeout.md +0 -99
- package/skills/cometchat-flutter-v5-calls/references/in-call-chat.md +0 -135
- package/skills/cometchat-flutter-v5-calls/references/migration-v4-to-v5.md +0 -210
- package/skills/cometchat-flutter-v5-calls/references/raise-hand.md +0 -255
- package/skills/cometchat-flutter-v5-calls/references/ringing-integration.md +0 -196
- package/skills/cometchat-flutter-v5-calls/references/server-push-bridge.md +0 -101
- package/skills/cometchat-flutter-v5-calls/references/share-invite.md +0 -148
- package/skills/cometchat-flutter-v5-conversations/SKILL.md +0 -118
- package/skills/cometchat-flutter-v5-core/SKILL.md +0 -239
- package/skills/cometchat-flutter-v5-customization/SKILL.md +0 -358
- package/skills/cometchat-flutter-v5-events/SKILL.md +0 -156
- package/skills/cometchat-flutter-v5-messages/SKILL.md +0 -259
- package/skills/cometchat-flutter-v5-production/SKILL.md +0 -216
- package/skills/cometchat-flutter-v5-push/SKILL.md +0 -285
- package/skills/cometchat-flutter-v5-testing/SKILL.md +0 -401
- package/skills/cometchat-flutter-v5-theming/SKILL.md +0 -161
- package/skills/cometchat-flutter-v5-troubleshooting/SKILL.md +0 -130
- package/skills/cometchat-flutter-v5-users-groups/SKILL.md +0 -152
- package/skills/cometchat-flutter-v6/SKILL.md +0 -446
- package/skills/cometchat-flutter-v6-calls/references/add-calls-to-existing-chat.md +0 -136
- package/skills/cometchat-flutter-v6-calls/references/advanced-features.md +0 -89
- package/skills/cometchat-flutter-v6-calls/references/call-layouts.md +0 -105
- package/skills/cometchat-flutter-v6-calls/references/call-session.md +0 -229
- package/skills/cometchat-flutter-v6-calls/references/device-management.md +0 -105
- package/skills/cometchat-flutter-v6-calls/references/group-calls.md +0 -190
- package/skills/cometchat-flutter-v6-calls/references/idle-timeout.md +0 -88
- package/skills/cometchat-flutter-v6-calls/references/in-call-chat.md +0 -125
- package/skills/cometchat-flutter-v6-calls/references/raise-hand.md +0 -275
- package/skills/cometchat-flutter-v6-calls/references/ringing-integration.md +0 -171
- package/skills/cometchat-flutter-v6-calls/references/server-push-bridge.md +0 -93
- package/skills/cometchat-flutter-v6-calls/references/share-invite.md +0 -102
- package/skills/cometchat-flutter-v6-conversations/SKILL.md +0 -238
- package/skills/cometchat-flutter-v6-messages/SKILL.md +0 -384
- package/skills/cometchat-flutter-v6-theming/SKILL.md +0 -293
- package/skills/cometchat-flutter-v6-users-groups/SKILL.md +0 -224
- package/skills/cometchat-ios/SKILL.md +0 -325
- package/skills/cometchat-ios-calls/references/add-calls-to-existing-chat.md +0 -181
- package/skills/cometchat-ios-calls/references/audio-modes-and-controls.md +0 -45
- package/skills/cometchat-ios-calls/references/avaudiosession-routing.md +0 -188
- package/skills/cometchat-ios-calls/references/call-layouts.md +0 -76
- package/skills/cometchat-ios-calls/references/call-session.md +0 -218
- package/skills/cometchat-ios-calls/references/callkit-and-pushkit.md +0 -357
- package/skills/cometchat-ios-calls/references/custom-ui.md +0 -322
- package/skills/cometchat-ios-calls/references/device-management.md +0 -171
- package/skills/cometchat-ios-calls/references/group-calls.md +0 -359
- package/skills/cometchat-ios-calls/references/idle-timeout.md +0 -184
- package/skills/cometchat-ios-calls/references/in-call-chat.md +0 -179
- package/skills/cometchat-ios-calls/references/migration-v4-to-v5.md +0 -196
- package/skills/cometchat-ios-calls/references/picture-in-picture.md +0 -246
- package/skills/cometchat-ios-calls/references/raise-hand.md +0 -26
- package/skills/cometchat-ios-calls/references/recording-screen-share.md +0 -252
- package/skills/cometchat-ios-calls/references/ringing-integration.md +0 -143
- package/skills/cometchat-ios-calls/references/server-apns-pushkit.md +0 -267
- package/skills/cometchat-ios-calls/references/share-invite.md +0 -148
- package/skills/cometchat-ios-calls/references/swiftui-uikit-hosting.md +0 -246
- package/skills/cometchat-ios-calls/references/voip-cert-setup.md +0 -166
- package/skills/cometchat-ios-theming/SKILL.md +0 -667
- package/skills/cometchat-native-bare-patterns/SKILL.md +0 -550
- package/skills/cometchat-native-calls/SKILL.md +0 -671
- package/skills/cometchat-native-calls/references/add-calls-to-existing-chat.md +0 -203
- package/skills/cometchat-native-calls/references/call-layouts.md +0 -125
- package/skills/cometchat-native-calls/references/call-session.md +0 -182
- package/skills/cometchat-native-calls/references/custom-ui.md +0 -254
- package/skills/cometchat-native-calls/references/device-management.md +0 -158
- package/skills/cometchat-native-calls/references/expo-vs-bare.md +0 -179
- package/skills/cometchat-native-calls/references/group-calls.md +0 -296
- package/skills/cometchat-native-calls/references/idle-timeout.md +0 -128
- package/skills/cometchat-native-calls/references/in-call-chat.md +0 -145
- package/skills/cometchat-native-calls/references/migration-v4-to-v5.md +0 -72
- package/skills/cometchat-native-calls/references/picture-in-picture.md +0 -276
- package/skills/cometchat-native-calls/references/raise-hand.md +0 -205
- package/skills/cometchat-native-calls/references/recording-screen-share.md +0 -169
- package/skills/cometchat-native-calls/references/ringing-integration.md +0 -118
- package/skills/cometchat-native-calls/references/server-push-bridge.md +0 -135
- package/skills/cometchat-native-calls/references/server-push-payloads.md +0 -193
- package/skills/cometchat-native-calls/references/share-invite.md +0 -146
- package/skills/cometchat-native-calls/references/voip-push-end-to-end.md +0 -319
- package/skills/cometchat-native-components/SKILL.md +0 -628
- package/skills/cometchat-native-core/SKILL.md +0 -679
- package/skills/cometchat-native-customization/SKILL.md +0 -716
- package/skills/cometchat-native-expo-patterns/SKILL.md +0 -552
- package/skills/cometchat-native-features/SKILL.md +0 -638
- package/skills/cometchat-native-placement/SKILL.md +0 -509
- package/skills/cometchat-native-production/SKILL.md +0 -700
- package/skills/cometchat-native-push/SKILL.md +0 -594
- package/skills/cometchat-native-testing/SKILL.md +0 -582
- package/skills/cometchat-native-theming/SKILL.md +0 -681
- package/skills/cometchat-native-troubleshooting/SKILL.md +0 -501
- package/skills/cometchat-nextjs-patterns/SKILL.md +0 -899
- package/skills/cometchat-placement/SKILL.md +0 -1360
- package/skills/cometchat-production/SKILL.md +0 -1027
- package/skills/cometchat-react-calls/SKILL.md +0 -752
- package/skills/cometchat-react-calls/references/add-calls-to-existing-chat.md +0 -146
- package/skills/cometchat-react-calls/references/call-layouts.md +0 -160
- package/skills/cometchat-react-calls/references/call-session.md +0 -235
- package/skills/cometchat-react-calls/references/custom-ui.md +0 -247
- package/skills/cometchat-react-calls/references/device-management.md +0 -210
- package/skills/cometchat-react-calls/references/group-calls.md +0 -257
- package/skills/cometchat-react-calls/references/idle-timeout.md +0 -188
- package/skills/cometchat-react-calls/references/in-call-chat.md +0 -212
- package/skills/cometchat-react-calls/references/migration-v4-to-v5.md +0 -170
- package/skills/cometchat-react-calls/references/picture-in-picture.md +0 -245
- package/skills/cometchat-react-calls/references/raise-hand.md +0 -238
- package/skills/cometchat-react-calls/references/recording-screen-share.md +0 -144
- package/skills/cometchat-react-calls/references/ringing-integration.md +0 -255
- package/skills/cometchat-react-calls/references/server-web-push-vapid.md +0 -241
- package/skills/cometchat-react-calls/references/share-invite.md +0 -175
- package/skills/cometchat-react-calls/references/testing-calls-on-web.md +0 -216
- package/skills/cometchat-react-calls/references/virtual-background.md +0 -32
- package/skills/cometchat-react-calls/references/voip-and-web-push.md +0 -165
- package/skills/cometchat-react-patterns/SKILL.md +0 -628
- package/skills/cometchat-react-push/SKILL.md +0 -634
- package/skills/cometchat-react-router-patterns/SKILL.md +0 -758
- package/skills/cometchat-react-testing/SKILL.md +0 -413
- package/skills/cometchat-theming/SKILL.md +0 -498
- package/skills/cometchat-troubleshooting/SKILL.md +0 -294
|
@@ -0,0 +1,1383 @@
|
|
|
1
|
+
{
|
|
2
|
+
"family": "ios-v5",
|
|
3
|
+
"generatedFrom": [
|
|
4
|
+
"test-suite/catalogs/ios-v5.symbols.txt"
|
|
5
|
+
],
|
|
6
|
+
"source": "curated",
|
|
7
|
+
"mode": "curated",
|
|
8
|
+
"lang": "swift",
|
|
9
|
+
"symbolCount": 683,
|
|
10
|
+
"symbols": [
|
|
11
|
+
"AIActionBarView",
|
|
12
|
+
"AIAssistBotConfiguration",
|
|
13
|
+
"AIAssistBotExtension",
|
|
14
|
+
"AIAssistBotStyle",
|
|
15
|
+
"AIAssistViewController",
|
|
16
|
+
"AIAssistanceChatHistoryShimmerView",
|
|
17
|
+
"AIAssistanceChatHistoryViewModel",
|
|
18
|
+
"AIAssistantBaseEvent",
|
|
19
|
+
"AIAssistantBubbleStyle",
|
|
20
|
+
"AIAssistantCardEndedEvent",
|
|
21
|
+
"AIAssistantCardReceivedEvent",
|
|
22
|
+
"AIAssistantCardStartedEvent",
|
|
23
|
+
"AIAssistantContentReceivedEvent",
|
|
24
|
+
"AIAssistantElement",
|
|
25
|
+
"AIAssistantEventsDelegate",
|
|
26
|
+
"AIAssistantMessage",
|
|
27
|
+
"AIAssistantMessageEndedEvent",
|
|
28
|
+
"AIAssistantRunFinishedEvent",
|
|
29
|
+
"AIAssistantRunStartedEvent",
|
|
30
|
+
"AIAssistantToolArgumentEvent",
|
|
31
|
+
"AIAssistantToolEndedEvent",
|
|
32
|
+
"AIAssistantToolResultEvent",
|
|
33
|
+
"AIAssistantToolStartedEvent",
|
|
34
|
+
"AIConstants",
|
|
35
|
+
"AIConversationStarterConfiguration",
|
|
36
|
+
"AIConversationStarterExtension",
|
|
37
|
+
"AIConversationStarterStyle",
|
|
38
|
+
"AIConversationSummaryConfiguration",
|
|
39
|
+
"AIConversationSummaryExtension",
|
|
40
|
+
"AIConversationSummaryStyle",
|
|
41
|
+
"AIOptionsStyle",
|
|
42
|
+
"AIParentConfiguration",
|
|
43
|
+
"AIParentStyle",
|
|
44
|
+
"AISmartRepliesConfiguration",
|
|
45
|
+
"AISmartRepliesExtension",
|
|
46
|
+
"AISmartRepliesStyle",
|
|
47
|
+
"AIToolArgumentMessage",
|
|
48
|
+
"AIToolCall",
|
|
49
|
+
"AIToolCallFunction",
|
|
50
|
+
"AIToolResultMessage",
|
|
51
|
+
"APIAction",
|
|
52
|
+
"ActionEntity",
|
|
53
|
+
"ActionEntityType",
|
|
54
|
+
"ActionItem",
|
|
55
|
+
"ActionMessage",
|
|
56
|
+
"ActionSheetStyle",
|
|
57
|
+
"ActivityIndicatorStyle",
|
|
58
|
+
"AdditionalConfiguration",
|
|
59
|
+
"AddtionalView",
|
|
60
|
+
"AgentBadgeStyle",
|
|
61
|
+
"AgentHandoffMode",
|
|
62
|
+
"AgentUIConfiguration",
|
|
63
|
+
"AiAssistantChatHistoryStyle",
|
|
64
|
+
"AllCases",
|
|
65
|
+
"AnimationCompletion",
|
|
66
|
+
"ApiStatus",
|
|
67
|
+
"AppEntity",
|
|
68
|
+
"AppSettings",
|
|
69
|
+
"AppSettingsBuilder",
|
|
70
|
+
"ApplicationCurrentState",
|
|
71
|
+
"ArrayLiteralElement",
|
|
72
|
+
"AspectRatio",
|
|
73
|
+
"AssetConstants",
|
|
74
|
+
"Attachment",
|
|
75
|
+
"AttachmentTile",
|
|
76
|
+
"AttachmentTileKind",
|
|
77
|
+
"AttachmentTileStatus",
|
|
78
|
+
"AttachmentType",
|
|
79
|
+
"AttachmentUploadManager",
|
|
80
|
+
"AudioBubbleStyle",
|
|
81
|
+
"AudioDevice",
|
|
82
|
+
"AudioMode",
|
|
83
|
+
"AudioModeInfo",
|
|
84
|
+
"AudioWaveformView",
|
|
85
|
+
"AudiosBubble",
|
|
86
|
+
"AuxilaryButtonAlignment",
|
|
87
|
+
"AvatarMode",
|
|
88
|
+
"AvatarStyle",
|
|
89
|
+
"AvatarUtils",
|
|
90
|
+
"BadgeStyle",
|
|
91
|
+
"BannedGroupMembersRequest",
|
|
92
|
+
"BannedGroupMembersRequestBuilder",
|
|
93
|
+
"BaseMessage",
|
|
94
|
+
"BaseMessageBubbleStyle",
|
|
95
|
+
"BaseMessageTypes",
|
|
96
|
+
"BaseStyle",
|
|
97
|
+
"Blocked",
|
|
98
|
+
"BlockedUserRequest",
|
|
99
|
+
"BlockedUserRequestBuilder",
|
|
100
|
+
"Body",
|
|
101
|
+
"BubbleStyleType",
|
|
102
|
+
"Button",
|
|
103
|
+
"ButtonClickListener",
|
|
104
|
+
"ButtonElement",
|
|
105
|
+
"ButtonStyle",
|
|
106
|
+
"ButtonUIConstants",
|
|
107
|
+
"CCExtension",
|
|
108
|
+
"Call",
|
|
109
|
+
"CallActionBubbleStyle",
|
|
110
|
+
"CallAppEntity",
|
|
111
|
+
"CallAppSettings",
|
|
112
|
+
"CallAppSettingsBuilder",
|
|
113
|
+
"CallAudioMode",
|
|
114
|
+
"CallBubbleConfiguration",
|
|
115
|
+
"CallBubbleStyle",
|
|
116
|
+
"CallButtonConfiguration",
|
|
117
|
+
"CallButtonStyle",
|
|
118
|
+
"CallCategory",
|
|
119
|
+
"CallDirection",
|
|
120
|
+
"CallEntity",
|
|
121
|
+
"CallEntityType",
|
|
122
|
+
"CallFlowMode",
|
|
123
|
+
"CallGroup",
|
|
124
|
+
"CallLog",
|
|
125
|
+
"CallLogStyle",
|
|
126
|
+
"CallLogsBuilder",
|
|
127
|
+
"CallLogsDetailsConstants",
|
|
128
|
+
"CallLogsRequest",
|
|
129
|
+
"CallLogsViewModel",
|
|
130
|
+
"CallManager",
|
|
131
|
+
"CallMode",
|
|
132
|
+
"CallSession",
|
|
133
|
+
"CallSettings",
|
|
134
|
+
"CallSettingsBuilder",
|
|
135
|
+
"CallStatus",
|
|
136
|
+
"CallSwitchRequestInfo",
|
|
137
|
+
"CallType",
|
|
138
|
+
"CallUser",
|
|
139
|
+
"CallUtils",
|
|
140
|
+
"CallWorkFlow",
|
|
141
|
+
"CallingConfiguration",
|
|
142
|
+
"CallingDefaultBuilder",
|
|
143
|
+
"CallingExtension",
|
|
144
|
+
"CallsEventsDelegate",
|
|
145
|
+
"CallsSDKUser",
|
|
146
|
+
"CallsUser",
|
|
147
|
+
"CameraFacing",
|
|
148
|
+
"Caption1",
|
|
149
|
+
"Caption2",
|
|
150
|
+
"CardBubbleStyle",
|
|
151
|
+
"CardMessage",
|
|
152
|
+
"ChatConfigurator",
|
|
153
|
+
"CheckBoxUIConstants",
|
|
154
|
+
"CheckboxElement",
|
|
155
|
+
"CircularProgressBar",
|
|
156
|
+
"CollaborativeBubbleStyle",
|
|
157
|
+
"CollaborativeDocumentBubbleConfiguration",
|
|
158
|
+
"CollaborativeDocumentExtension",
|
|
159
|
+
"CollaborativeDocumentViewModel",
|
|
160
|
+
"CollaborativeWhiteboardBubbleConfiguration",
|
|
161
|
+
"CollaborativeWhiteboardExtension",
|
|
162
|
+
"CollaborativeWhiteboardViewModel",
|
|
163
|
+
"CometChat",
|
|
164
|
+
"CometChatAIAssistanceChatHistory",
|
|
165
|
+
"CometChatAIAssistantBubble",
|
|
166
|
+
"CometChatAIConversationStarter",
|
|
167
|
+
"CometChatAIConversationStarterShimmer",
|
|
168
|
+
"CometChatAIConversationSummary",
|
|
169
|
+
"CometChatAIConversationSummaryShimmer",
|
|
170
|
+
"CometChatAISmartRepliesShimmer",
|
|
171
|
+
"CometChatAISmartReply",
|
|
172
|
+
"CometChatAIStreamService",
|
|
173
|
+
"CometChatActionSheet",
|
|
174
|
+
"CometChatAgentBadge",
|
|
175
|
+
"CometChatAttachmentTray",
|
|
176
|
+
"CometChatAudioBubble",
|
|
177
|
+
"CometChatAvatar",
|
|
178
|
+
"CometChatBadge",
|
|
179
|
+
"CometChatButton",
|
|
180
|
+
"CometChatCallButtons",
|
|
181
|
+
"CometChatCallDelegate",
|
|
182
|
+
"CometChatCallEventListener",
|
|
183
|
+
"CometChatCallEvents",
|
|
184
|
+
"CometChatCallException",
|
|
185
|
+
"CometChatCallLogShimmer",
|
|
186
|
+
"CometChatCallLogs",
|
|
187
|
+
"CometChatCallOption",
|
|
188
|
+
"CometChatCalls",
|
|
189
|
+
"CometChatCardBubble",
|
|
190
|
+
"CometChatCardEventListener",
|
|
191
|
+
"CometChatCardEvents",
|
|
192
|
+
"CometChatCollaborativeBubble",
|
|
193
|
+
"CometChatCompactMessageComposer",
|
|
194
|
+
"CometChatConnectionDelegate",
|
|
195
|
+
"CometChatConversationEventListener",
|
|
196
|
+
"CometChatConversationEvents",
|
|
197
|
+
"CometChatConversationOption",
|
|
198
|
+
"CometChatConversations",
|
|
199
|
+
"CometChatCorner",
|
|
200
|
+
"CometChatCornerStyle",
|
|
201
|
+
"CometChatCreatePoll",
|
|
202
|
+
"CometChatDate",
|
|
203
|
+
"CometChatDatePattern",
|
|
204
|
+
"CometChatDateTimeFormatter",
|
|
205
|
+
"CometChatDeleteBubble",
|
|
206
|
+
"CometChatDialog",
|
|
207
|
+
"CometChatEmoji",
|
|
208
|
+
"CometChatEmojiKeyboard",
|
|
209
|
+
"CometChatErrorState",
|
|
210
|
+
"CometChatErrorStateStyle",
|
|
211
|
+
"CometChatEventID",
|
|
212
|
+
"CometChatException",
|
|
213
|
+
"CometChatExtension",
|
|
214
|
+
"CometChatFileBubble",
|
|
215
|
+
"CometChatFontFamily",
|
|
216
|
+
"CometChatFormBubble",
|
|
217
|
+
"CometChatGroupActionBubble",
|
|
218
|
+
"CometChatGroupDelegate",
|
|
219
|
+
"CometChatGroupEventListener",
|
|
220
|
+
"CometChatGroupEvents",
|
|
221
|
+
"CometChatGroupMemberOption",
|
|
222
|
+
"CometChatGroupMembers",
|
|
223
|
+
"CometChatGroupOption",
|
|
224
|
+
"CometChatGroups",
|
|
225
|
+
"CometChatICSParser",
|
|
226
|
+
"CometChatImageBubble",
|
|
227
|
+
"CometChatIncomingCall",
|
|
228
|
+
"CometChatInlineVoiceRecorder",
|
|
229
|
+
"CometChatLinkPreviewBubble",
|
|
230
|
+
"CometChatLinkPreviewExtension",
|
|
231
|
+
"CometChatListBase",
|
|
232
|
+
"CometChatListItem",
|
|
233
|
+
"CometChatLiveReaction",
|
|
234
|
+
"CometChatLocalize",
|
|
235
|
+
"CometChatLoginDelegate",
|
|
236
|
+
"CometChatMediaGridBubble",
|
|
237
|
+
"CometChatMediaRecorder",
|
|
238
|
+
"CometChatMediaViewer",
|
|
239
|
+
"CometChatMentionsFormatter",
|
|
240
|
+
"CometChatMessageBubble",
|
|
241
|
+
"CometChatMessageComposer",
|
|
242
|
+
"CometChatMessageComposerAction",
|
|
243
|
+
"CometChatMessageDelegate",
|
|
244
|
+
"CometChatMessageEventListener",
|
|
245
|
+
"CometChatMessageEvents",
|
|
246
|
+
"CometChatMessageHeader",
|
|
247
|
+
"CometChatMessageInformation",
|
|
248
|
+
"CometChatMessageList",
|
|
249
|
+
"CometChatMessageOption",
|
|
250
|
+
"CometChatMessagePreview",
|
|
251
|
+
"CometChatMessageReaction",
|
|
252
|
+
"CometChatMessageShimmerView",
|
|
253
|
+
"CometChatMessageTemplate",
|
|
254
|
+
"CometChatMessageTranslationBubble",
|
|
255
|
+
"CometChatModerationStatusChangeEvent",
|
|
256
|
+
"CometChatMultiAttachmentBubble",
|
|
257
|
+
"CometChatNewMessageIndicator",
|
|
258
|
+
"CometChatNotificationFeed",
|
|
259
|
+
"CometChatNotificationFeedDelegate",
|
|
260
|
+
"CometChatNotifications",
|
|
261
|
+
"CometChatOngoingCall",
|
|
262
|
+
"CometChatOption",
|
|
263
|
+
"CometChatOutgoingCall",
|
|
264
|
+
"CometChatPollsBubble",
|
|
265
|
+
"CometChatPollsExtension",
|
|
266
|
+
"CometChatPollsSection",
|
|
267
|
+
"CometChatPollsViewModel",
|
|
268
|
+
"CometChatPopupMenu",
|
|
269
|
+
"CometChatQuickReactions",
|
|
270
|
+
"CometChatQuickView",
|
|
271
|
+
"CometChatReactionList",
|
|
272
|
+
"CometChatReactionListShimmer",
|
|
273
|
+
"CometChatReactions",
|
|
274
|
+
"CometChatReceipt",
|
|
275
|
+
"CometChatRichTextToolbar",
|
|
276
|
+
"CometChatSchedulerBubble",
|
|
277
|
+
"CometChatScopeChange",
|
|
278
|
+
"CometChatSearch",
|
|
279
|
+
"CometChatShimmerView",
|
|
280
|
+
"CometChatSmartReplies",
|
|
281
|
+
"CometChatSmartReplyExtension",
|
|
282
|
+
"CometChatSoundManager",
|
|
283
|
+
"CometChatSpacing",
|
|
284
|
+
"CometChatStatusIndicator",
|
|
285
|
+
"CometChatSticker",
|
|
286
|
+
"CometChatStickerBubble",
|
|
287
|
+
"CometChatStickerExtension",
|
|
288
|
+
"CometChatStickerKeyboard",
|
|
289
|
+
"CometChatStickerSet",
|
|
290
|
+
"CometChatStickerShimmer",
|
|
291
|
+
"CometChatStreamBubble",
|
|
292
|
+
"CometChatStreamCallBackEvents",
|
|
293
|
+
"CometChatStreamMessageEvent",
|
|
294
|
+
"CometChatSuggestionView",
|
|
295
|
+
"CometChatTextBubble",
|
|
296
|
+
"CometChatTextFormatter",
|
|
297
|
+
"CometChatTheme",
|
|
298
|
+
"CometChatTheme_v4",
|
|
299
|
+
"CometChatThreadedMessageHeader",
|
|
300
|
+
"CometChatTimeSlotSelector",
|
|
301
|
+
"CometChatTypingIndicator",
|
|
302
|
+
"CometChatTypography",
|
|
303
|
+
"CometChatUIEventListener",
|
|
304
|
+
"CometChatUIEvents",
|
|
305
|
+
"CometChatUIKit",
|
|
306
|
+
"CometChatUIKitHelper",
|
|
307
|
+
"CometChatUserDelegate",
|
|
308
|
+
"CometChatUserEventListener",
|
|
309
|
+
"CometChatUserEvents",
|
|
310
|
+
"CometChatUserOption",
|
|
311
|
+
"CometChatUsers",
|
|
312
|
+
"CometChatVideoBubble",
|
|
313
|
+
"CompactMessageComposerStyle",
|
|
314
|
+
"CompactMessageComposerViewModel",
|
|
315
|
+
"ComposerAttachmentConstants",
|
|
316
|
+
"ComposerState",
|
|
317
|
+
"ConfigureLinkAttribute",
|
|
318
|
+
"ConnectionStatus",
|
|
319
|
+
"Conversation",
|
|
320
|
+
"ConversationConstants",
|
|
321
|
+
"ConversationOptionConstants",
|
|
322
|
+
"ConversationRequest",
|
|
323
|
+
"ConversationRequestBuilder",
|
|
324
|
+
"ConversationSimmerView",
|
|
325
|
+
"ConversationType",
|
|
326
|
+
"ConversationTypeConstants",
|
|
327
|
+
"ConversationUpdateSettings",
|
|
328
|
+
"ConversationsBuilder",
|
|
329
|
+
"ConversationsListenerConstants",
|
|
330
|
+
"ConversationsStyle",
|
|
331
|
+
"ConversationsUtils",
|
|
332
|
+
"Corner",
|
|
333
|
+
"CreatePollConfiguration",
|
|
334
|
+
"CreatePollStyle",
|
|
335
|
+
"CurrentUser",
|
|
336
|
+
"CustomError",
|
|
337
|
+
"CustomInteractiveMessage",
|
|
338
|
+
"CustomMessage",
|
|
339
|
+
"CustomVisualEffectView",
|
|
340
|
+
"DNDOptions",
|
|
341
|
+
"DataSource",
|
|
342
|
+
"DataSourceDecorator",
|
|
343
|
+
"DateStyle",
|
|
344
|
+
"DateTimeConstants",
|
|
345
|
+
"DateTimeElement",
|
|
346
|
+
"DateTimeFormatterUtils",
|
|
347
|
+
"DateTimePickerMode",
|
|
348
|
+
"DayOfWeek",
|
|
349
|
+
"DaySchedule",
|
|
350
|
+
"DefaultExtensions",
|
|
351
|
+
"DeleteBubbleStyle",
|
|
352
|
+
"DetailTemplateConstants",
|
|
353
|
+
"Direction",
|
|
354
|
+
"DisplayModes",
|
|
355
|
+
"DividerEntity",
|
|
356
|
+
"DownloadableCircularProgressBar",
|
|
357
|
+
"DropDownUIConstants",
|
|
358
|
+
"DropdownElement",
|
|
359
|
+
"Element",
|
|
360
|
+
"ElementEntity",
|
|
361
|
+
"ElementsType",
|
|
362
|
+
"EmojiKeyboardStyle",
|
|
363
|
+
"EnabledElements",
|
|
364
|
+
"ExtensionConstants",
|
|
365
|
+
"ExtensionDataSource",
|
|
366
|
+
"FeatureType",
|
|
367
|
+
"FeedReadState",
|
|
368
|
+
"File",
|
|
369
|
+
"FileBubbleStyle",
|
|
370
|
+
"FilesBubble",
|
|
371
|
+
"FilterChipData",
|
|
372
|
+
"FilterItem",
|
|
373
|
+
"FlagDetail",
|
|
374
|
+
"FlagMessageStyle",
|
|
375
|
+
"FlagReason",
|
|
376
|
+
"FormBubbleStyle",
|
|
377
|
+
"FormMessage",
|
|
378
|
+
"FormatCompatibilityEngine",
|
|
379
|
+
"FormatType",
|
|
380
|
+
"FormattingType",
|
|
381
|
+
"GIFImageView",
|
|
382
|
+
"GalleryBubbleStyle",
|
|
383
|
+
"Group",
|
|
384
|
+
"GroupActionBubbleStyle",
|
|
385
|
+
"GroupMember",
|
|
386
|
+
"GroupMemberOptionConstants",
|
|
387
|
+
"GroupMemberScope",
|
|
388
|
+
"GroupMemberScopeType",
|
|
389
|
+
"GroupMembersBuilder",
|
|
390
|
+
"GroupMembersListenerConstants",
|
|
391
|
+
"GroupMembersRequest",
|
|
392
|
+
"GroupMembersRequestBuilder",
|
|
393
|
+
"GroupMembersStyle",
|
|
394
|
+
"GroupMembersUtils",
|
|
395
|
+
"GroupMembersViewModel",
|
|
396
|
+
"GroupOptionConstants",
|
|
397
|
+
"GroupPreferences",
|
|
398
|
+
"GroupTypeConstants",
|
|
399
|
+
"GroupsBuilder",
|
|
400
|
+
"GroupsListenerConstants",
|
|
401
|
+
"GroupsRequest",
|
|
402
|
+
"GroupsRequestBuilder",
|
|
403
|
+
"GroupsShimmerView",
|
|
404
|
+
"GroupsStyle",
|
|
405
|
+
"GroupsViewModel",
|
|
406
|
+
"GrowingTextView",
|
|
407
|
+
"GrowingTextViewDelegate",
|
|
408
|
+
"HTTPMethod",
|
|
409
|
+
"Heading1",
|
|
410
|
+
"Heading2",
|
|
411
|
+
"Heading3",
|
|
412
|
+
"Heading4",
|
|
413
|
+
"HttpMethodType",
|
|
414
|
+
"HyperlinkLabel",
|
|
415
|
+
"HyperlinkLabelDelegate",
|
|
416
|
+
"HyperlinkType",
|
|
417
|
+
"Id",
|
|
418
|
+
"ImageBubbleStyle",
|
|
419
|
+
"ImagesBubble",
|
|
420
|
+
"IncomingCallConfiguration",
|
|
421
|
+
"IncomingCallStyle",
|
|
422
|
+
"InlineVoiceRecorderState",
|
|
423
|
+
"InlineVoiceRecorderStyle",
|
|
424
|
+
"Interaction",
|
|
425
|
+
"InteractionGoal",
|
|
426
|
+
"InteractionReceipt",
|
|
427
|
+
"InteractionType",
|
|
428
|
+
"InteractiveConstants",
|
|
429
|
+
"InteractiveMessage",
|
|
430
|
+
"LabelElement",
|
|
431
|
+
"LabelUIConstants",
|
|
432
|
+
"Language",
|
|
433
|
+
"LayoutListener",
|
|
434
|
+
"LayoutType",
|
|
435
|
+
"Link",
|
|
436
|
+
"LinkPreviewBubbleStyle",
|
|
437
|
+
"LinkPreviewViewModel",
|
|
438
|
+
"ListBaseStyle",
|
|
439
|
+
"ListItemStyle",
|
|
440
|
+
"ListItemStyleDefault",
|
|
441
|
+
"ListModeCell",
|
|
442
|
+
"MainVideoContainerSetting",
|
|
443
|
+
"Margin",
|
|
444
|
+
"MarkdownAutomaticLink",
|
|
445
|
+
"MarkdownBold",
|
|
446
|
+
"MarkdownCode",
|
|
447
|
+
"MarkdownCodeEscaping",
|
|
448
|
+
"MarkdownColor",
|
|
449
|
+
"MarkdownCommonElement",
|
|
450
|
+
"MarkdownElement",
|
|
451
|
+
"MarkdownEscaping",
|
|
452
|
+
"MarkdownFont",
|
|
453
|
+
"MarkdownHeader",
|
|
454
|
+
"MarkdownItalic",
|
|
455
|
+
"MarkdownLevelElement",
|
|
456
|
+
"MarkdownLink",
|
|
457
|
+
"MarkdownLinkElement",
|
|
458
|
+
"MarkdownList",
|
|
459
|
+
"MarkdownParser",
|
|
460
|
+
"MarkdownQuote",
|
|
461
|
+
"MarkdownStrikethrough",
|
|
462
|
+
"MarkdownStyle",
|
|
463
|
+
"MarkdownSyntax",
|
|
464
|
+
"MarkdownUnescaping",
|
|
465
|
+
"MediaEventsListener",
|
|
466
|
+
"MediaMessage",
|
|
467
|
+
"MediaRecorderStyle",
|
|
468
|
+
"MediaRecorderViewModel",
|
|
469
|
+
"MemberActionsOptions",
|
|
470
|
+
"MemberScope",
|
|
471
|
+
"MentionTextStyle",
|
|
472
|
+
"MentionsType",
|
|
473
|
+
"MentionsVisibility",
|
|
474
|
+
"MenuItem",
|
|
475
|
+
"MessageBubbleAlignment",
|
|
476
|
+
"MessageBubbleStyle",
|
|
477
|
+
"MessageBubbleTimeAlignment",
|
|
478
|
+
"MessageCategory",
|
|
479
|
+
"MessageCategoryConstants",
|
|
480
|
+
"MessageComposerBuilder",
|
|
481
|
+
"MessageComposerMode",
|
|
482
|
+
"MessageComposerStyle",
|
|
483
|
+
"MessageComposerViewModel",
|
|
484
|
+
"MessageFilterType",
|
|
485
|
+
"MessageHeaderConstants",
|
|
486
|
+
"MessageHeaderStyle",
|
|
487
|
+
"MessageHeaderViewModel",
|
|
488
|
+
"MessageHeaderViewModelProtocol",
|
|
489
|
+
"MessageInformationConfiguration",
|
|
490
|
+
"MessageInformationStyle",
|
|
491
|
+
"MessageInformationViewModel",
|
|
492
|
+
"MessageInformationViewModelProtocol",
|
|
493
|
+
"MessageInputStyle",
|
|
494
|
+
"MessageListAlignment",
|
|
495
|
+
"MessageListStyle",
|
|
496
|
+
"MessageListViewModel",
|
|
497
|
+
"MessageOptionConstants",
|
|
498
|
+
"MessageOptionStyle",
|
|
499
|
+
"MessagePreviewStyle",
|
|
500
|
+
"MessageReceipt",
|
|
501
|
+
"MessageReceiptUtils",
|
|
502
|
+
"MessageRequestBuilder",
|
|
503
|
+
"MessageStatus",
|
|
504
|
+
"MessageTranslationBubbleStyle",
|
|
505
|
+
"MessageTranslationExtension",
|
|
506
|
+
"MessageTranslationViewModel",
|
|
507
|
+
"MessageType",
|
|
508
|
+
"MessageTypeConstants",
|
|
509
|
+
"MessageUtils",
|
|
510
|
+
"MessagesConstants",
|
|
511
|
+
"MessagesDataSource",
|
|
512
|
+
"MessagesListBuilder",
|
|
513
|
+
"MessagesListenerConstants",
|
|
514
|
+
"MessagesOptions",
|
|
515
|
+
"MessagesRequest",
|
|
516
|
+
"MetadataConstants",
|
|
517
|
+
"ModeCategory",
|
|
518
|
+
"ModerationDisapprovedView",
|
|
519
|
+
"ModerationStyle",
|
|
520
|
+
"MultiMediaPicker",
|
|
521
|
+
"MutePreferences",
|
|
522
|
+
"MutedConversation",
|
|
523
|
+
"MutedConversationType",
|
|
524
|
+
"NSMutableParagraphStyle",
|
|
525
|
+
"NSUnderlineStyle",
|
|
526
|
+
"NewMessageIndicatorStyle",
|
|
527
|
+
"NibLoadable",
|
|
528
|
+
"NotificationCategoriesRequest",
|
|
529
|
+
"NotificationCategoriesRequestBuilder",
|
|
530
|
+
"NotificationCategory",
|
|
531
|
+
"NotificationFeedBuilder",
|
|
532
|
+
"NotificationFeedFilterChipsView",
|
|
533
|
+
"NotificationFeedItem",
|
|
534
|
+
"NotificationFeedItemCell",
|
|
535
|
+
"NotificationFeedRequest",
|
|
536
|
+
"NotificationFeedRequestBuilder",
|
|
537
|
+
"NotificationFeedShimmerView",
|
|
538
|
+
"NotificationFeedStyle",
|
|
539
|
+
"NotificationFeedTimestampGroup",
|
|
540
|
+
"NotificationFeedViewModel",
|
|
541
|
+
"NotificationPreferences",
|
|
542
|
+
"OneOnOnePreferences",
|
|
543
|
+
"OptionElement",
|
|
544
|
+
"OptionElementConstants",
|
|
545
|
+
"OutgoingCallConfiguration",
|
|
546
|
+
"OutgoingCallStyle",
|
|
547
|
+
"Padding",
|
|
548
|
+
"Palette",
|
|
549
|
+
"PanModalPresentationController",
|
|
550
|
+
"Participant",
|
|
551
|
+
"ParticipantEventListener",
|
|
552
|
+
"PastedFileItem",
|
|
553
|
+
"PiPViewCoordinator",
|
|
554
|
+
"PiPViewCoordinatorDelegate",
|
|
555
|
+
"PickedMedia",
|
|
556
|
+
"PollBubbleConfiguration",
|
|
557
|
+
"PollBubbleStyle",
|
|
558
|
+
"PollOptions",
|
|
559
|
+
"PollsData",
|
|
560
|
+
"Position",
|
|
561
|
+
"PresentationSettings",
|
|
562
|
+
"PresentationSettingsBuilder",
|
|
563
|
+
"ProfanityDataMaskingExtension",
|
|
564
|
+
"ProfanityDataMaskingExtensionDecorator",
|
|
565
|
+
"PushNotification",
|
|
566
|
+
"PushPlatforms",
|
|
567
|
+
"PushPreferences",
|
|
568
|
+
"QueueCompletionCallback",
|
|
569
|
+
"QuickReactionsConfiguration",
|
|
570
|
+
"QuickReactionsStyle",
|
|
571
|
+
"RTCMutedUser",
|
|
572
|
+
"RTCRecordingInfo",
|
|
573
|
+
"RTCUser",
|
|
574
|
+
"RadioButtonElement",
|
|
575
|
+
"RadioButtonUIConstants",
|
|
576
|
+
"Radius",
|
|
577
|
+
"RawValue",
|
|
578
|
+
"Reaction",
|
|
579
|
+
"ReactionAction",
|
|
580
|
+
"ReactionCount",
|
|
581
|
+
"ReactionEvent",
|
|
582
|
+
"ReactionListConfiguration",
|
|
583
|
+
"ReactionListDataModel",
|
|
584
|
+
"ReactionListStyle",
|
|
585
|
+
"ReactionsConfiguration",
|
|
586
|
+
"ReactionsOptions",
|
|
587
|
+
"ReactionsRequest",
|
|
588
|
+
"ReactionsRequestBuilder",
|
|
589
|
+
"ReactionsStyle",
|
|
590
|
+
"ReceiptStatus",
|
|
591
|
+
"ReceiptStyle",
|
|
592
|
+
"ReceiptType",
|
|
593
|
+
"ReceiverType",
|
|
594
|
+
"ReceiverTypeConstants",
|
|
595
|
+
"Recording",
|
|
596
|
+
"RepliesOptions",
|
|
597
|
+
"Response",
|
|
598
|
+
"RichTextFormatterManager",
|
|
599
|
+
"RichTextToolbarStyle",
|
|
600
|
+
"SDKEventInitializer",
|
|
601
|
+
"SchedulerBubbleStyle",
|
|
602
|
+
"SchedulerMessage",
|
|
603
|
+
"SchedulerMessageConstants",
|
|
604
|
+
"SchedulerUtils",
|
|
605
|
+
"ScopeChangeStyle",
|
|
606
|
+
"SearchBarStyle",
|
|
607
|
+
"SearchFilter",
|
|
608
|
+
"SearchScope",
|
|
609
|
+
"SearchShimmerView",
|
|
610
|
+
"SearchState",
|
|
611
|
+
"SearchStyle",
|
|
612
|
+
"SearchUtils",
|
|
613
|
+
"SearchViewModel",
|
|
614
|
+
"SelectionMode",
|
|
615
|
+
"SelfSizingTableView",
|
|
616
|
+
"SessionSettings",
|
|
617
|
+
"SessionSettingsBuilder",
|
|
618
|
+
"SessionStatusListener",
|
|
619
|
+
"SessionType",
|
|
620
|
+
"SingleSelectElement",
|
|
621
|
+
"SingleSelectUIConstants",
|
|
622
|
+
"SmartRepliesConfiguration",
|
|
623
|
+
"SmartRepliesStyle",
|
|
624
|
+
"SortOrder",
|
|
625
|
+
"Sound",
|
|
626
|
+
"Spacing",
|
|
627
|
+
"StateManagement",
|
|
628
|
+
"StateView",
|
|
629
|
+
"StatusIndicatorStyle",
|
|
630
|
+
"StickerAuxiliaryButton",
|
|
631
|
+
"StickerBubbleConfiguration",
|
|
632
|
+
"StickerBubbleStyle",
|
|
633
|
+
"StickerConfiguration",
|
|
634
|
+
"StickerKeyboardConfiguration",
|
|
635
|
+
"StickerKeyboardStyle",
|
|
636
|
+
"StreamCallback",
|
|
637
|
+
"StreamMessage",
|
|
638
|
+
"SubscriptionType",
|
|
639
|
+
"SuggestionItem",
|
|
640
|
+
"SuggestionViewStyle",
|
|
641
|
+
"TextBubbleStyle",
|
|
642
|
+
"TextInputElement",
|
|
643
|
+
"TextInputUIConstants",
|
|
644
|
+
"TextMessage",
|
|
645
|
+
"ThreadedMessageHeaderStyle",
|
|
646
|
+
"ThreadedMessageHeaderViewModel",
|
|
647
|
+
"ThreadedMessageHeaderViewModelProtocol",
|
|
648
|
+
"ThumbnailGenerationExtension",
|
|
649
|
+
"ThumbnailGenerationViewModel",
|
|
650
|
+
"TimeRange",
|
|
651
|
+
"TimeSlotSelectorStyle",
|
|
652
|
+
"TimeSlotView",
|
|
653
|
+
"Title",
|
|
654
|
+
"TransientMessage",
|
|
655
|
+
"TypingIndicator",
|
|
656
|
+
"TypingIndicatorStyle",
|
|
657
|
+
"TypingIndicatorView",
|
|
658
|
+
"Typography",
|
|
659
|
+
"UIAlignment",
|
|
660
|
+
"UIConstants",
|
|
661
|
+
"UIKitSettings",
|
|
662
|
+
"UIViewNibLoadable",
|
|
663
|
+
"URLNavigationAction",
|
|
664
|
+
"UnmutedConversation",
|
|
665
|
+
"UploadErrorEntry",
|
|
666
|
+
"UploadFileItem",
|
|
667
|
+
"UploadFileListener",
|
|
668
|
+
"UploadFileRequest",
|
|
669
|
+
"UploadResult",
|
|
670
|
+
"UploadStatus",
|
|
671
|
+
"UploadSuccessEntry",
|
|
672
|
+
"User",
|
|
673
|
+
"UserOptionConstants",
|
|
674
|
+
"UserStatus",
|
|
675
|
+
"UsersBuilder",
|
|
676
|
+
"UsersListenerConstants",
|
|
677
|
+
"UsersRequest",
|
|
678
|
+
"UsersRequestBuilder",
|
|
679
|
+
"UsersShimmerView",
|
|
680
|
+
"UsersStyle",
|
|
681
|
+
"UsersViewModel",
|
|
682
|
+
"VerticalButton",
|
|
683
|
+
"VideoBubble",
|
|
684
|
+
"VideoBubbleStyle",
|
|
685
|
+
"XMPPMsgType",
|
|
686
|
+
"actionType",
|
|
687
|
+
"applicationState",
|
|
688
|
+
"callStatus",
|
|
689
|
+
"elementType",
|
|
690
|
+
"func",
|
|
691
|
+
"groupType",
|
|
692
|
+
"iCalError",
|
|
693
|
+
"titleAlignment"
|
|
694
|
+
],
|
|
695
|
+
"symbolsBySource": {
|
|
696
|
+
"test-suite/catalogs/ios-v5.symbols.txt": [
|
|
697
|
+
"AIActionBarView",
|
|
698
|
+
"AIAssistBotConfiguration",
|
|
699
|
+
"AIAssistBotExtension",
|
|
700
|
+
"AIAssistBotStyle",
|
|
701
|
+
"AIAssistViewController",
|
|
702
|
+
"AIAssistanceChatHistoryShimmerView",
|
|
703
|
+
"AIAssistanceChatHistoryViewModel",
|
|
704
|
+
"AIAssistantBaseEvent",
|
|
705
|
+
"AIAssistantBubbleStyle",
|
|
706
|
+
"AIAssistantCardEndedEvent",
|
|
707
|
+
"AIAssistantCardReceivedEvent",
|
|
708
|
+
"AIAssistantCardStartedEvent",
|
|
709
|
+
"AIAssistantContentReceivedEvent",
|
|
710
|
+
"AIAssistantElement",
|
|
711
|
+
"AIAssistantEventsDelegate",
|
|
712
|
+
"AIAssistantMessage",
|
|
713
|
+
"AIAssistantMessageEndedEvent",
|
|
714
|
+
"AIAssistantRunFinishedEvent",
|
|
715
|
+
"AIAssistantRunStartedEvent",
|
|
716
|
+
"AIAssistantToolArgumentEvent",
|
|
717
|
+
"AIAssistantToolEndedEvent",
|
|
718
|
+
"AIAssistantToolResultEvent",
|
|
719
|
+
"AIAssistantToolStartedEvent",
|
|
720
|
+
"AIConstants",
|
|
721
|
+
"AIConversationStarterConfiguration",
|
|
722
|
+
"AIConversationStarterExtension",
|
|
723
|
+
"AIConversationStarterStyle",
|
|
724
|
+
"AIConversationSummaryConfiguration",
|
|
725
|
+
"AIConversationSummaryExtension",
|
|
726
|
+
"AIConversationSummaryStyle",
|
|
727
|
+
"AIOptionsStyle",
|
|
728
|
+
"AIParentConfiguration",
|
|
729
|
+
"AIParentStyle",
|
|
730
|
+
"AISmartRepliesConfiguration",
|
|
731
|
+
"AISmartRepliesExtension",
|
|
732
|
+
"AISmartRepliesStyle",
|
|
733
|
+
"AIToolArgumentMessage",
|
|
734
|
+
"AIToolCall",
|
|
735
|
+
"AIToolCallFunction",
|
|
736
|
+
"AIToolResultMessage",
|
|
737
|
+
"APIAction",
|
|
738
|
+
"ActionEntity",
|
|
739
|
+
"ActionEntityType",
|
|
740
|
+
"ActionItem",
|
|
741
|
+
"ActionMessage",
|
|
742
|
+
"ActionSheetStyle",
|
|
743
|
+
"ActivityIndicatorStyle",
|
|
744
|
+
"AdditionalConfiguration",
|
|
745
|
+
"AddtionalView",
|
|
746
|
+
"AgentBadgeStyle",
|
|
747
|
+
"AgentHandoffMode",
|
|
748
|
+
"AgentUIConfiguration",
|
|
749
|
+
"AiAssistantChatHistoryStyle",
|
|
750
|
+
"AllCases",
|
|
751
|
+
"AnimationCompletion",
|
|
752
|
+
"ApiStatus",
|
|
753
|
+
"AppEntity",
|
|
754
|
+
"AppSettings",
|
|
755
|
+
"AppSettingsBuilder",
|
|
756
|
+
"ApplicationCurrentState",
|
|
757
|
+
"ArrayLiteralElement",
|
|
758
|
+
"AspectRatio",
|
|
759
|
+
"AssetConstants",
|
|
760
|
+
"Attachment",
|
|
761
|
+
"AttachmentTile",
|
|
762
|
+
"AttachmentTileKind",
|
|
763
|
+
"AttachmentTileStatus",
|
|
764
|
+
"AttachmentType",
|
|
765
|
+
"AttachmentUploadManager",
|
|
766
|
+
"AudioBubbleStyle",
|
|
767
|
+
"AudioDevice",
|
|
768
|
+
"AudioMode",
|
|
769
|
+
"AudioModeInfo",
|
|
770
|
+
"AudioWaveformView",
|
|
771
|
+
"AudiosBubble",
|
|
772
|
+
"AuxilaryButtonAlignment",
|
|
773
|
+
"AvatarMode",
|
|
774
|
+
"AvatarStyle",
|
|
775
|
+
"AvatarUtils",
|
|
776
|
+
"BadgeStyle",
|
|
777
|
+
"BannedGroupMembersRequest",
|
|
778
|
+
"BannedGroupMembersRequestBuilder",
|
|
779
|
+
"BaseMessage",
|
|
780
|
+
"BaseMessageBubbleStyle",
|
|
781
|
+
"BaseMessageTypes",
|
|
782
|
+
"BaseStyle",
|
|
783
|
+
"Blocked",
|
|
784
|
+
"BlockedUserRequest",
|
|
785
|
+
"BlockedUserRequestBuilder",
|
|
786
|
+
"Body",
|
|
787
|
+
"BubbleStyleType",
|
|
788
|
+
"Button",
|
|
789
|
+
"ButtonClickListener",
|
|
790
|
+
"ButtonElement",
|
|
791
|
+
"ButtonStyle",
|
|
792
|
+
"ButtonUIConstants",
|
|
793
|
+
"CCExtension",
|
|
794
|
+
"Call",
|
|
795
|
+
"CallActionBubbleStyle",
|
|
796
|
+
"CallAppEntity",
|
|
797
|
+
"CallAppSettings",
|
|
798
|
+
"CallAppSettingsBuilder",
|
|
799
|
+
"CallAudioMode",
|
|
800
|
+
"CallBubbleConfiguration",
|
|
801
|
+
"CallBubbleStyle",
|
|
802
|
+
"CallButtonConfiguration",
|
|
803
|
+
"CallButtonStyle",
|
|
804
|
+
"CallCategory",
|
|
805
|
+
"CallDirection",
|
|
806
|
+
"CallEntity",
|
|
807
|
+
"CallEntityType",
|
|
808
|
+
"CallFlowMode",
|
|
809
|
+
"CallGroup",
|
|
810
|
+
"CallLog",
|
|
811
|
+
"CallLogStyle",
|
|
812
|
+
"CallLogsBuilder",
|
|
813
|
+
"CallLogsDetailsConstants",
|
|
814
|
+
"CallLogsRequest",
|
|
815
|
+
"CallLogsViewModel",
|
|
816
|
+
"CallManager",
|
|
817
|
+
"CallMode",
|
|
818
|
+
"CallSession",
|
|
819
|
+
"CallSettings",
|
|
820
|
+
"CallSettingsBuilder",
|
|
821
|
+
"CallStatus",
|
|
822
|
+
"CallSwitchRequestInfo",
|
|
823
|
+
"CallType",
|
|
824
|
+
"CallUser",
|
|
825
|
+
"CallUtils",
|
|
826
|
+
"CallWorkFlow",
|
|
827
|
+
"CallingConfiguration",
|
|
828
|
+
"CallingDefaultBuilder",
|
|
829
|
+
"CallingExtension",
|
|
830
|
+
"CallsEventsDelegate",
|
|
831
|
+
"CallsSDKUser",
|
|
832
|
+
"CallsUser",
|
|
833
|
+
"CameraFacing",
|
|
834
|
+
"Caption1",
|
|
835
|
+
"Caption2",
|
|
836
|
+
"CardBubbleStyle",
|
|
837
|
+
"CardMessage",
|
|
838
|
+
"ChatConfigurator",
|
|
839
|
+
"CheckBoxUIConstants",
|
|
840
|
+
"CheckboxElement",
|
|
841
|
+
"CircularProgressBar",
|
|
842
|
+
"CollaborativeBubbleStyle",
|
|
843
|
+
"CollaborativeDocumentBubbleConfiguration",
|
|
844
|
+
"CollaborativeDocumentExtension",
|
|
845
|
+
"CollaborativeDocumentViewModel",
|
|
846
|
+
"CollaborativeWhiteboardBubbleConfiguration",
|
|
847
|
+
"CollaborativeWhiteboardExtension",
|
|
848
|
+
"CollaborativeWhiteboardViewModel",
|
|
849
|
+
"CometChat",
|
|
850
|
+
"CometChatAIAssistanceChatHistory",
|
|
851
|
+
"CometChatAIAssistantBubble",
|
|
852
|
+
"CometChatAIConversationStarter",
|
|
853
|
+
"CometChatAIConversationStarterShimmer",
|
|
854
|
+
"CometChatAIConversationSummary",
|
|
855
|
+
"CometChatAIConversationSummaryShimmer",
|
|
856
|
+
"CometChatAISmartRepliesShimmer",
|
|
857
|
+
"CometChatAISmartReply",
|
|
858
|
+
"CometChatAIStreamService",
|
|
859
|
+
"CometChatActionSheet",
|
|
860
|
+
"CometChatAgentBadge",
|
|
861
|
+
"CometChatAttachmentTray",
|
|
862
|
+
"CometChatAudioBubble",
|
|
863
|
+
"CometChatAvatar",
|
|
864
|
+
"CometChatBadge",
|
|
865
|
+
"CometChatButton",
|
|
866
|
+
"CometChatCallButtons",
|
|
867
|
+
"CometChatCallDelegate",
|
|
868
|
+
"CometChatCallEventListener",
|
|
869
|
+
"CometChatCallEvents",
|
|
870
|
+
"CometChatCallException",
|
|
871
|
+
"CometChatCallLogShimmer",
|
|
872
|
+
"CometChatCallLogs",
|
|
873
|
+
"CometChatCallOption",
|
|
874
|
+
"CometChatCalls",
|
|
875
|
+
"CometChatCardBubble",
|
|
876
|
+
"CometChatCardEventListener",
|
|
877
|
+
"CometChatCardEvents",
|
|
878
|
+
"CometChatCollaborativeBubble",
|
|
879
|
+
"CometChatCompactMessageComposer",
|
|
880
|
+
"CometChatConnectionDelegate",
|
|
881
|
+
"CometChatConversationEventListener",
|
|
882
|
+
"CometChatConversationEvents",
|
|
883
|
+
"CometChatConversationOption",
|
|
884
|
+
"CometChatConversations",
|
|
885
|
+
"CometChatCorner",
|
|
886
|
+
"CometChatCornerStyle",
|
|
887
|
+
"CometChatCreatePoll",
|
|
888
|
+
"CometChatDate",
|
|
889
|
+
"CometChatDatePattern",
|
|
890
|
+
"CometChatDateTimeFormatter",
|
|
891
|
+
"CometChatDeleteBubble",
|
|
892
|
+
"CometChatDialog",
|
|
893
|
+
"CometChatEmoji",
|
|
894
|
+
"CometChatEmojiKeyboard",
|
|
895
|
+
"CometChatErrorState",
|
|
896
|
+
"CometChatErrorStateStyle",
|
|
897
|
+
"CometChatEventID",
|
|
898
|
+
"CometChatException",
|
|
899
|
+
"CometChatExtension",
|
|
900
|
+
"CometChatFileBubble",
|
|
901
|
+
"CometChatFontFamily",
|
|
902
|
+
"CometChatFormBubble",
|
|
903
|
+
"CometChatGroupActionBubble",
|
|
904
|
+
"CometChatGroupDelegate",
|
|
905
|
+
"CometChatGroupEventListener",
|
|
906
|
+
"CometChatGroupEvents",
|
|
907
|
+
"CometChatGroupMemberOption",
|
|
908
|
+
"CometChatGroupMembers",
|
|
909
|
+
"CometChatGroupOption",
|
|
910
|
+
"CometChatGroups",
|
|
911
|
+
"CometChatICSParser",
|
|
912
|
+
"CometChatImageBubble",
|
|
913
|
+
"CometChatIncomingCall",
|
|
914
|
+
"CometChatInlineVoiceRecorder",
|
|
915
|
+
"CometChatLinkPreviewBubble",
|
|
916
|
+
"CometChatLinkPreviewExtension",
|
|
917
|
+
"CometChatListBase",
|
|
918
|
+
"CometChatListItem",
|
|
919
|
+
"CometChatLiveReaction",
|
|
920
|
+
"CometChatLocalize",
|
|
921
|
+
"CometChatLoginDelegate",
|
|
922
|
+
"CometChatMediaGridBubble",
|
|
923
|
+
"CometChatMediaRecorder",
|
|
924
|
+
"CometChatMediaViewer",
|
|
925
|
+
"CometChatMentionsFormatter",
|
|
926
|
+
"CometChatMessageBubble",
|
|
927
|
+
"CometChatMessageComposer",
|
|
928
|
+
"CometChatMessageComposerAction",
|
|
929
|
+
"CometChatMessageDelegate",
|
|
930
|
+
"CometChatMessageEventListener",
|
|
931
|
+
"CometChatMessageEvents",
|
|
932
|
+
"CometChatMessageHeader",
|
|
933
|
+
"CometChatMessageInformation",
|
|
934
|
+
"CometChatMessageList",
|
|
935
|
+
"CometChatMessageOption",
|
|
936
|
+
"CometChatMessagePreview",
|
|
937
|
+
"CometChatMessageReaction",
|
|
938
|
+
"CometChatMessageShimmerView",
|
|
939
|
+
"CometChatMessageTemplate",
|
|
940
|
+
"CometChatMessageTranslationBubble",
|
|
941
|
+
"CometChatModerationStatusChangeEvent",
|
|
942
|
+
"CometChatMultiAttachmentBubble",
|
|
943
|
+
"CometChatNewMessageIndicator",
|
|
944
|
+
"CometChatNotificationFeed",
|
|
945
|
+
"CometChatNotificationFeedDelegate",
|
|
946
|
+
"CometChatNotifications",
|
|
947
|
+
"CometChatOngoingCall",
|
|
948
|
+
"CometChatOption",
|
|
949
|
+
"CometChatOutgoingCall",
|
|
950
|
+
"CometChatPollsBubble",
|
|
951
|
+
"CometChatPollsExtension",
|
|
952
|
+
"CometChatPollsSection",
|
|
953
|
+
"CometChatPollsViewModel",
|
|
954
|
+
"CometChatPopupMenu",
|
|
955
|
+
"CometChatQuickReactions",
|
|
956
|
+
"CometChatQuickView",
|
|
957
|
+
"CometChatReactionList",
|
|
958
|
+
"CometChatReactionListShimmer",
|
|
959
|
+
"CometChatReactions",
|
|
960
|
+
"CometChatReceipt",
|
|
961
|
+
"CometChatRichTextToolbar",
|
|
962
|
+
"CometChatSchedulerBubble",
|
|
963
|
+
"CometChatScopeChange",
|
|
964
|
+
"CometChatSearch",
|
|
965
|
+
"CometChatShimmerView",
|
|
966
|
+
"CometChatSmartReplies",
|
|
967
|
+
"CometChatSmartReplyExtension",
|
|
968
|
+
"CometChatSoundManager",
|
|
969
|
+
"CometChatSpacing",
|
|
970
|
+
"CometChatStatusIndicator",
|
|
971
|
+
"CometChatSticker",
|
|
972
|
+
"CometChatStickerBubble",
|
|
973
|
+
"CometChatStickerExtension",
|
|
974
|
+
"CometChatStickerKeyboard",
|
|
975
|
+
"CometChatStickerSet",
|
|
976
|
+
"CometChatStickerShimmer",
|
|
977
|
+
"CometChatStreamBubble",
|
|
978
|
+
"CometChatStreamCallBackEvents",
|
|
979
|
+
"CometChatStreamMessageEvent",
|
|
980
|
+
"CometChatSuggestionView",
|
|
981
|
+
"CometChatTextBubble",
|
|
982
|
+
"CometChatTextFormatter",
|
|
983
|
+
"CometChatTheme",
|
|
984
|
+
"CometChatTheme_v4",
|
|
985
|
+
"CometChatThreadedMessageHeader",
|
|
986
|
+
"CometChatTimeSlotSelector",
|
|
987
|
+
"CometChatTypingIndicator",
|
|
988
|
+
"CometChatTypography",
|
|
989
|
+
"CometChatUIEventListener",
|
|
990
|
+
"CometChatUIEvents",
|
|
991
|
+
"CometChatUIKit",
|
|
992
|
+
"CometChatUIKitHelper",
|
|
993
|
+
"CometChatUserDelegate",
|
|
994
|
+
"CometChatUserEventListener",
|
|
995
|
+
"CometChatUserEvents",
|
|
996
|
+
"CometChatUserOption",
|
|
997
|
+
"CometChatUsers",
|
|
998
|
+
"CometChatVideoBubble",
|
|
999
|
+
"CompactMessageComposerStyle",
|
|
1000
|
+
"CompactMessageComposerViewModel",
|
|
1001
|
+
"ComposerAttachmentConstants",
|
|
1002
|
+
"ComposerState",
|
|
1003
|
+
"ConfigureLinkAttribute",
|
|
1004
|
+
"ConnectionStatus",
|
|
1005
|
+
"Conversation",
|
|
1006
|
+
"ConversationConstants",
|
|
1007
|
+
"ConversationOptionConstants",
|
|
1008
|
+
"ConversationRequest",
|
|
1009
|
+
"ConversationRequestBuilder",
|
|
1010
|
+
"ConversationSimmerView",
|
|
1011
|
+
"ConversationType",
|
|
1012
|
+
"ConversationTypeConstants",
|
|
1013
|
+
"ConversationUpdateSettings",
|
|
1014
|
+
"ConversationsBuilder",
|
|
1015
|
+
"ConversationsListenerConstants",
|
|
1016
|
+
"ConversationsStyle",
|
|
1017
|
+
"ConversationsUtils",
|
|
1018
|
+
"Corner",
|
|
1019
|
+
"CreatePollConfiguration",
|
|
1020
|
+
"CreatePollStyle",
|
|
1021
|
+
"CurrentUser",
|
|
1022
|
+
"CustomError",
|
|
1023
|
+
"CustomInteractiveMessage",
|
|
1024
|
+
"CustomMessage",
|
|
1025
|
+
"CustomVisualEffectView",
|
|
1026
|
+
"DNDOptions",
|
|
1027
|
+
"DataSource",
|
|
1028
|
+
"DataSourceDecorator",
|
|
1029
|
+
"DateStyle",
|
|
1030
|
+
"DateTimeConstants",
|
|
1031
|
+
"DateTimeElement",
|
|
1032
|
+
"DateTimeFormatterUtils",
|
|
1033
|
+
"DateTimePickerMode",
|
|
1034
|
+
"DayOfWeek",
|
|
1035
|
+
"DaySchedule",
|
|
1036
|
+
"DefaultExtensions",
|
|
1037
|
+
"DeleteBubbleStyle",
|
|
1038
|
+
"DetailTemplateConstants",
|
|
1039
|
+
"Direction",
|
|
1040
|
+
"DisplayModes",
|
|
1041
|
+
"DividerEntity",
|
|
1042
|
+
"DownloadableCircularProgressBar",
|
|
1043
|
+
"DropDownUIConstants",
|
|
1044
|
+
"DropdownElement",
|
|
1045
|
+
"Element",
|
|
1046
|
+
"ElementEntity",
|
|
1047
|
+
"ElementsType",
|
|
1048
|
+
"EmojiKeyboardStyle",
|
|
1049
|
+
"EnabledElements",
|
|
1050
|
+
"ExtensionConstants",
|
|
1051
|
+
"ExtensionDataSource",
|
|
1052
|
+
"FeatureType",
|
|
1053
|
+
"FeedReadState",
|
|
1054
|
+
"File",
|
|
1055
|
+
"FileBubbleStyle",
|
|
1056
|
+
"FilesBubble",
|
|
1057
|
+
"FilterChipData",
|
|
1058
|
+
"FilterItem",
|
|
1059
|
+
"FlagDetail",
|
|
1060
|
+
"FlagMessageStyle",
|
|
1061
|
+
"FlagReason",
|
|
1062
|
+
"FormBubbleStyle",
|
|
1063
|
+
"FormMessage",
|
|
1064
|
+
"FormatCompatibilityEngine",
|
|
1065
|
+
"FormatType",
|
|
1066
|
+
"FormattingType",
|
|
1067
|
+
"GIFImageView",
|
|
1068
|
+
"GalleryBubbleStyle",
|
|
1069
|
+
"Group",
|
|
1070
|
+
"GroupActionBubbleStyle",
|
|
1071
|
+
"GroupMember",
|
|
1072
|
+
"GroupMemberOptionConstants",
|
|
1073
|
+
"GroupMemberScope",
|
|
1074
|
+
"GroupMemberScopeType",
|
|
1075
|
+
"GroupMembersBuilder",
|
|
1076
|
+
"GroupMembersListenerConstants",
|
|
1077
|
+
"GroupMembersRequest",
|
|
1078
|
+
"GroupMembersRequestBuilder",
|
|
1079
|
+
"GroupMembersStyle",
|
|
1080
|
+
"GroupMembersUtils",
|
|
1081
|
+
"GroupMembersViewModel",
|
|
1082
|
+
"GroupOptionConstants",
|
|
1083
|
+
"GroupPreferences",
|
|
1084
|
+
"GroupTypeConstants",
|
|
1085
|
+
"GroupsBuilder",
|
|
1086
|
+
"GroupsListenerConstants",
|
|
1087
|
+
"GroupsRequest",
|
|
1088
|
+
"GroupsRequestBuilder",
|
|
1089
|
+
"GroupsShimmerView",
|
|
1090
|
+
"GroupsStyle",
|
|
1091
|
+
"GroupsViewModel",
|
|
1092
|
+
"GrowingTextView",
|
|
1093
|
+
"GrowingTextViewDelegate",
|
|
1094
|
+
"HTTPMethod",
|
|
1095
|
+
"Heading1",
|
|
1096
|
+
"Heading2",
|
|
1097
|
+
"Heading3",
|
|
1098
|
+
"Heading4",
|
|
1099
|
+
"HttpMethodType",
|
|
1100
|
+
"HyperlinkLabel",
|
|
1101
|
+
"HyperlinkLabelDelegate",
|
|
1102
|
+
"HyperlinkType",
|
|
1103
|
+
"Id",
|
|
1104
|
+
"ImageBubbleStyle",
|
|
1105
|
+
"ImagesBubble",
|
|
1106
|
+
"IncomingCallConfiguration",
|
|
1107
|
+
"IncomingCallStyle",
|
|
1108
|
+
"InlineVoiceRecorderState",
|
|
1109
|
+
"InlineVoiceRecorderStyle",
|
|
1110
|
+
"Interaction",
|
|
1111
|
+
"InteractionGoal",
|
|
1112
|
+
"InteractionReceipt",
|
|
1113
|
+
"InteractionType",
|
|
1114
|
+
"InteractiveConstants",
|
|
1115
|
+
"InteractiveMessage",
|
|
1116
|
+
"LabelElement",
|
|
1117
|
+
"LabelUIConstants",
|
|
1118
|
+
"Language",
|
|
1119
|
+
"LayoutListener",
|
|
1120
|
+
"LayoutType",
|
|
1121
|
+
"Link",
|
|
1122
|
+
"LinkPreviewBubbleStyle",
|
|
1123
|
+
"LinkPreviewViewModel",
|
|
1124
|
+
"ListBaseStyle",
|
|
1125
|
+
"ListItemStyle",
|
|
1126
|
+
"ListItemStyleDefault",
|
|
1127
|
+
"ListModeCell",
|
|
1128
|
+
"MainVideoContainerSetting",
|
|
1129
|
+
"Margin",
|
|
1130
|
+
"MarkdownAutomaticLink",
|
|
1131
|
+
"MarkdownBold",
|
|
1132
|
+
"MarkdownCode",
|
|
1133
|
+
"MarkdownCodeEscaping",
|
|
1134
|
+
"MarkdownColor",
|
|
1135
|
+
"MarkdownCommonElement",
|
|
1136
|
+
"MarkdownElement",
|
|
1137
|
+
"MarkdownEscaping",
|
|
1138
|
+
"MarkdownFont",
|
|
1139
|
+
"MarkdownHeader",
|
|
1140
|
+
"MarkdownItalic",
|
|
1141
|
+
"MarkdownLevelElement",
|
|
1142
|
+
"MarkdownLink",
|
|
1143
|
+
"MarkdownLinkElement",
|
|
1144
|
+
"MarkdownList",
|
|
1145
|
+
"MarkdownParser",
|
|
1146
|
+
"MarkdownQuote",
|
|
1147
|
+
"MarkdownStrikethrough",
|
|
1148
|
+
"MarkdownStyle",
|
|
1149
|
+
"MarkdownSyntax",
|
|
1150
|
+
"MarkdownUnescaping",
|
|
1151
|
+
"MediaEventsListener",
|
|
1152
|
+
"MediaMessage",
|
|
1153
|
+
"MediaRecorderStyle",
|
|
1154
|
+
"MediaRecorderViewModel",
|
|
1155
|
+
"MemberActionsOptions",
|
|
1156
|
+
"MemberScope",
|
|
1157
|
+
"MentionTextStyle",
|
|
1158
|
+
"MentionsType",
|
|
1159
|
+
"MentionsVisibility",
|
|
1160
|
+
"MenuItem",
|
|
1161
|
+
"MessageBubbleAlignment",
|
|
1162
|
+
"MessageBubbleStyle",
|
|
1163
|
+
"MessageBubbleTimeAlignment",
|
|
1164
|
+
"MessageCategory",
|
|
1165
|
+
"MessageCategoryConstants",
|
|
1166
|
+
"MessageComposerBuilder",
|
|
1167
|
+
"MessageComposerMode",
|
|
1168
|
+
"MessageComposerStyle",
|
|
1169
|
+
"MessageComposerViewModel",
|
|
1170
|
+
"MessageFilterType",
|
|
1171
|
+
"MessageHeaderConstants",
|
|
1172
|
+
"MessageHeaderStyle",
|
|
1173
|
+
"MessageHeaderViewModel",
|
|
1174
|
+
"MessageHeaderViewModelProtocol",
|
|
1175
|
+
"MessageInformationConfiguration",
|
|
1176
|
+
"MessageInformationStyle",
|
|
1177
|
+
"MessageInformationViewModel",
|
|
1178
|
+
"MessageInformationViewModelProtocol",
|
|
1179
|
+
"MessageInputStyle",
|
|
1180
|
+
"MessageListAlignment",
|
|
1181
|
+
"MessageListStyle",
|
|
1182
|
+
"MessageListViewModel",
|
|
1183
|
+
"MessageOptionConstants",
|
|
1184
|
+
"MessageOptionStyle",
|
|
1185
|
+
"MessagePreviewStyle",
|
|
1186
|
+
"MessageReceipt",
|
|
1187
|
+
"MessageReceiptUtils",
|
|
1188
|
+
"MessageRequestBuilder",
|
|
1189
|
+
"MessageStatus",
|
|
1190
|
+
"MessageTranslationBubbleStyle",
|
|
1191
|
+
"MessageTranslationExtension",
|
|
1192
|
+
"MessageTranslationViewModel",
|
|
1193
|
+
"MessageType",
|
|
1194
|
+
"MessageTypeConstants",
|
|
1195
|
+
"MessageUtils",
|
|
1196
|
+
"MessagesConstants",
|
|
1197
|
+
"MessagesDataSource",
|
|
1198
|
+
"MessagesListBuilder",
|
|
1199
|
+
"MessagesListenerConstants",
|
|
1200
|
+
"MessagesOptions",
|
|
1201
|
+
"MessagesRequest",
|
|
1202
|
+
"MetadataConstants",
|
|
1203
|
+
"ModeCategory",
|
|
1204
|
+
"ModerationDisapprovedView",
|
|
1205
|
+
"ModerationStyle",
|
|
1206
|
+
"MultiMediaPicker",
|
|
1207
|
+
"MutePreferences",
|
|
1208
|
+
"MutedConversation",
|
|
1209
|
+
"MutedConversationType",
|
|
1210
|
+
"NSMutableParagraphStyle",
|
|
1211
|
+
"NSUnderlineStyle",
|
|
1212
|
+
"NewMessageIndicatorStyle",
|
|
1213
|
+
"NibLoadable",
|
|
1214
|
+
"NotificationCategoriesRequest",
|
|
1215
|
+
"NotificationCategoriesRequestBuilder",
|
|
1216
|
+
"NotificationCategory",
|
|
1217
|
+
"NotificationFeedBuilder",
|
|
1218
|
+
"NotificationFeedFilterChipsView",
|
|
1219
|
+
"NotificationFeedItem",
|
|
1220
|
+
"NotificationFeedItemCell",
|
|
1221
|
+
"NotificationFeedRequest",
|
|
1222
|
+
"NotificationFeedRequestBuilder",
|
|
1223
|
+
"NotificationFeedShimmerView",
|
|
1224
|
+
"NotificationFeedStyle",
|
|
1225
|
+
"NotificationFeedTimestampGroup",
|
|
1226
|
+
"NotificationFeedViewModel",
|
|
1227
|
+
"NotificationPreferences",
|
|
1228
|
+
"OneOnOnePreferences",
|
|
1229
|
+
"OptionElement",
|
|
1230
|
+
"OptionElementConstants",
|
|
1231
|
+
"OutgoingCallConfiguration",
|
|
1232
|
+
"OutgoingCallStyle",
|
|
1233
|
+
"Padding",
|
|
1234
|
+
"Palette",
|
|
1235
|
+
"PanModalPresentationController",
|
|
1236
|
+
"Participant",
|
|
1237
|
+
"ParticipantEventListener",
|
|
1238
|
+
"PastedFileItem",
|
|
1239
|
+
"PiPViewCoordinator",
|
|
1240
|
+
"PiPViewCoordinatorDelegate",
|
|
1241
|
+
"PickedMedia",
|
|
1242
|
+
"PollBubbleConfiguration",
|
|
1243
|
+
"PollBubbleStyle",
|
|
1244
|
+
"PollOptions",
|
|
1245
|
+
"PollsData",
|
|
1246
|
+
"Position",
|
|
1247
|
+
"PresentationSettings",
|
|
1248
|
+
"PresentationSettingsBuilder",
|
|
1249
|
+
"ProfanityDataMaskingExtension",
|
|
1250
|
+
"ProfanityDataMaskingExtensionDecorator",
|
|
1251
|
+
"PushNotification",
|
|
1252
|
+
"PushPlatforms",
|
|
1253
|
+
"PushPreferences",
|
|
1254
|
+
"QueueCompletionCallback",
|
|
1255
|
+
"QuickReactionsConfiguration",
|
|
1256
|
+
"QuickReactionsStyle",
|
|
1257
|
+
"RTCMutedUser",
|
|
1258
|
+
"RTCRecordingInfo",
|
|
1259
|
+
"RTCUser",
|
|
1260
|
+
"RadioButtonElement",
|
|
1261
|
+
"RadioButtonUIConstants",
|
|
1262
|
+
"Radius",
|
|
1263
|
+
"RawValue",
|
|
1264
|
+
"Reaction",
|
|
1265
|
+
"ReactionAction",
|
|
1266
|
+
"ReactionCount",
|
|
1267
|
+
"ReactionEvent",
|
|
1268
|
+
"ReactionListConfiguration",
|
|
1269
|
+
"ReactionListDataModel",
|
|
1270
|
+
"ReactionListStyle",
|
|
1271
|
+
"ReactionsConfiguration",
|
|
1272
|
+
"ReactionsOptions",
|
|
1273
|
+
"ReactionsRequest",
|
|
1274
|
+
"ReactionsRequestBuilder",
|
|
1275
|
+
"ReactionsStyle",
|
|
1276
|
+
"ReceiptStatus",
|
|
1277
|
+
"ReceiptStyle",
|
|
1278
|
+
"ReceiptType",
|
|
1279
|
+
"ReceiverType",
|
|
1280
|
+
"ReceiverTypeConstants",
|
|
1281
|
+
"Recording",
|
|
1282
|
+
"RepliesOptions",
|
|
1283
|
+
"Response",
|
|
1284
|
+
"RichTextFormatterManager",
|
|
1285
|
+
"RichTextToolbarStyle",
|
|
1286
|
+
"SDKEventInitializer",
|
|
1287
|
+
"SchedulerBubbleStyle",
|
|
1288
|
+
"SchedulerMessage",
|
|
1289
|
+
"SchedulerMessageConstants",
|
|
1290
|
+
"SchedulerUtils",
|
|
1291
|
+
"ScopeChangeStyle",
|
|
1292
|
+
"SearchBarStyle",
|
|
1293
|
+
"SearchFilter",
|
|
1294
|
+
"SearchScope",
|
|
1295
|
+
"SearchShimmerView",
|
|
1296
|
+
"SearchState",
|
|
1297
|
+
"SearchStyle",
|
|
1298
|
+
"SearchUtils",
|
|
1299
|
+
"SearchViewModel",
|
|
1300
|
+
"SelectionMode",
|
|
1301
|
+
"SelfSizingTableView",
|
|
1302
|
+
"SessionSettings",
|
|
1303
|
+
"SessionSettingsBuilder",
|
|
1304
|
+
"SessionStatusListener",
|
|
1305
|
+
"SessionType",
|
|
1306
|
+
"SingleSelectElement",
|
|
1307
|
+
"SingleSelectUIConstants",
|
|
1308
|
+
"SmartRepliesConfiguration",
|
|
1309
|
+
"SmartRepliesStyle",
|
|
1310
|
+
"SortOrder",
|
|
1311
|
+
"Sound",
|
|
1312
|
+
"Spacing",
|
|
1313
|
+
"StateManagement",
|
|
1314
|
+
"StateView",
|
|
1315
|
+
"StatusIndicatorStyle",
|
|
1316
|
+
"StickerAuxiliaryButton",
|
|
1317
|
+
"StickerBubbleConfiguration",
|
|
1318
|
+
"StickerBubbleStyle",
|
|
1319
|
+
"StickerConfiguration",
|
|
1320
|
+
"StickerKeyboardConfiguration",
|
|
1321
|
+
"StickerKeyboardStyle",
|
|
1322
|
+
"StreamCallback",
|
|
1323
|
+
"StreamMessage",
|
|
1324
|
+
"SubscriptionType",
|
|
1325
|
+
"SuggestionItem",
|
|
1326
|
+
"SuggestionViewStyle",
|
|
1327
|
+
"TextBubbleStyle",
|
|
1328
|
+
"TextInputElement",
|
|
1329
|
+
"TextInputUIConstants",
|
|
1330
|
+
"TextMessage",
|
|
1331
|
+
"ThreadedMessageHeaderStyle",
|
|
1332
|
+
"ThreadedMessageHeaderViewModel",
|
|
1333
|
+
"ThreadedMessageHeaderViewModelProtocol",
|
|
1334
|
+
"ThumbnailGenerationExtension",
|
|
1335
|
+
"ThumbnailGenerationViewModel",
|
|
1336
|
+
"TimeRange",
|
|
1337
|
+
"TimeSlotSelectorStyle",
|
|
1338
|
+
"TimeSlotView",
|
|
1339
|
+
"Title",
|
|
1340
|
+
"TransientMessage",
|
|
1341
|
+
"TypingIndicator",
|
|
1342
|
+
"TypingIndicatorStyle",
|
|
1343
|
+
"TypingIndicatorView",
|
|
1344
|
+
"Typography",
|
|
1345
|
+
"UIAlignment",
|
|
1346
|
+
"UIConstants",
|
|
1347
|
+
"UIKitSettings",
|
|
1348
|
+
"UIViewNibLoadable",
|
|
1349
|
+
"URLNavigationAction",
|
|
1350
|
+
"UnmutedConversation",
|
|
1351
|
+
"UploadErrorEntry",
|
|
1352
|
+
"UploadFileItem",
|
|
1353
|
+
"UploadFileListener",
|
|
1354
|
+
"UploadFileRequest",
|
|
1355
|
+
"UploadResult",
|
|
1356
|
+
"UploadStatus",
|
|
1357
|
+
"UploadSuccessEntry",
|
|
1358
|
+
"User",
|
|
1359
|
+
"UserOptionConstants",
|
|
1360
|
+
"UserStatus",
|
|
1361
|
+
"UsersBuilder",
|
|
1362
|
+
"UsersListenerConstants",
|
|
1363
|
+
"UsersRequest",
|
|
1364
|
+
"UsersRequestBuilder",
|
|
1365
|
+
"UsersShimmerView",
|
|
1366
|
+
"UsersStyle",
|
|
1367
|
+
"UsersViewModel",
|
|
1368
|
+
"VerticalButton",
|
|
1369
|
+
"VideoBubble",
|
|
1370
|
+
"VideoBubbleStyle",
|
|
1371
|
+
"XMPPMsgType",
|
|
1372
|
+
"actionType",
|
|
1373
|
+
"applicationState",
|
|
1374
|
+
"callStatus",
|
|
1375
|
+
"elementType",
|
|
1376
|
+
"func",
|
|
1377
|
+
"groupType",
|
|
1378
|
+
"iCalError",
|
|
1379
|
+
"titleAlignment"
|
|
1380
|
+
]
|
|
1381
|
+
},
|
|
1382
|
+
"internalOnlyExcluded": []
|
|
1383
|
+
}
|