|
| 1 | + |
| 2 | +declare var FirebaseCoreDiagnosticsVersionNumber: number; |
| 3 | + |
| 4 | +declare var FirebaseCoreDiagnosticsVersionString: interop.Reference<number>; |
| 5 | + |
| 6 | +interface logs_proto_mobilesdk_ios_ICoreConfiguration { |
| 7 | + has_configuration_type: boolean; |
| 8 | + configuration_type: logs_proto_mobilesdk_ios_ICoreConfiguration_ConfigurationType; |
| 9 | + sdk_service_installed_count: number; |
| 10 | + sdk_service_installed: interop.Pointer | interop.Reference<logs_proto_mobilesdk_ios_ICoreConfiguration_ServiceType>; |
| 11 | + device_model: interop.Pointer | interop.Reference<pb_bytes_array_s>; |
| 12 | + app_id: interop.Pointer | interop.Reference<pb_bytes_array_s>; |
| 13 | + bundle_id: interop.Pointer | interop.Reference<pb_bytes_array_s>; |
| 14 | + has_pod_name: boolean; |
| 15 | + pod_name: logs_proto_mobilesdk_ios_ICoreConfiguration_PodName; |
| 16 | + icore_version: interop.Pointer | interop.Reference<pb_bytes_array_s>; |
| 17 | + sdk_version: interop.Pointer | interop.Reference<pb_bytes_array_s>; |
| 18 | + has_sdk_name: boolean; |
| 19 | + sdk_name: logs_proto_mobilesdk_ios_ICoreConfiguration_ServiceType; |
| 20 | + has_app_count: boolean; |
| 21 | + app_count: number; |
| 22 | + os_version: interop.Pointer | interop.Reference<pb_bytes_array_s>; |
| 23 | + min_supported_ios_version: interop.Pointer | interop.Reference<pb_bytes_array_s>; |
| 24 | + has_use_default_app: boolean; |
| 25 | + use_default_app: boolean; |
| 26 | + has_deployed_in_app_store: boolean; |
| 27 | + deployed_in_app_store: boolean; |
| 28 | + has_dynamic_framework_count: boolean; |
| 29 | + dynamic_framework_count: number; |
| 30 | + apple_framework_version: interop.Pointer | interop.Reference<pb_bytes_array_s>; |
| 31 | + has_using_zip_file: boolean; |
| 32 | + using_zip_file: boolean; |
| 33 | + has_deployment_type: boolean; |
| 34 | + deployment_type: logs_proto_mobilesdk_ios_ICoreConfiguration_DeploymentType; |
| 35 | + platform_info: interop.Pointer | interop.Reference<pb_bytes_array_s>; |
| 36 | + has_swizzling_enabled: boolean; |
| 37 | + swizzling_enabled: boolean; |
| 38 | + has_using_gdt: boolean; |
| 39 | + using_gdt: boolean; |
| 40 | +} |
| 41 | +declare var logs_proto_mobilesdk_ios_ICoreConfiguration: interop.StructType<logs_proto_mobilesdk_ios_ICoreConfiguration>; |
| 42 | + |
| 43 | +declare const enum logs_proto_mobilesdk_ios_ICoreConfiguration_BuildType { |
| 44 | + |
| 45 | + UNKNOWN_BUILD_TYPE = 0, |
| 46 | + |
| 47 | + INTERNAL = 1, |
| 48 | + |
| 49 | + EAP = 2, |
| 50 | + |
| 51 | + PROD = 3 |
| 52 | +} |
| 53 | + |
| 54 | +declare const enum logs_proto_mobilesdk_ios_ICoreConfiguration_ConfigurationType { |
| 55 | + |
| 56 | + UNKNOWN_CONFIGURATION_TYPE = 0, |
| 57 | + |
| 58 | + CORE = 1, |
| 59 | + |
| 60 | + SDK = 2 |
| 61 | +} |
| 62 | + |
| 63 | +declare const enum logs_proto_mobilesdk_ios_ICoreConfiguration_DeploymentType { |
| 64 | + |
| 65 | + UNKNOWN = 0, |
| 66 | + |
| 67 | + COCOAPODS = 1, |
| 68 | + |
| 69 | + ZIP_FILE = 2, |
| 70 | + |
| 71 | + CARTHAGE = 3, |
| 72 | + |
| 73 | + SPM = 4 |
| 74 | +} |
| 75 | + |
| 76 | +declare const enum logs_proto_mobilesdk_ios_ICoreConfiguration_PodName { |
| 77 | + |
| 78 | + UNKNOWN_POD_NAME = 0, |
| 79 | + |
| 80 | + GOOGLE = 1, |
| 81 | + |
| 82 | + FIREBASE = 2 |
| 83 | +} |
| 84 | + |
| 85 | +declare const enum logs_proto_mobilesdk_ios_ICoreConfiguration_ServiceType { |
| 86 | + |
| 87 | + UNKNOWN_SDK_SERVICE = 0, |
| 88 | + |
| 89 | + ICORE = 1, |
| 90 | + |
| 91 | + ADMOB = 2, |
| 92 | + |
| 93 | + APP_INVITE = 3, |
| 94 | + |
| 95 | + SIGN_IN = 5, |
| 96 | + |
| 97 | + GCM = 6, |
| 98 | + |
| 99 | + MAPS = 7, |
| 100 | + |
| 101 | + SCION = 8, |
| 102 | + |
| 103 | + ANALYTICS = 9, |
| 104 | + |
| 105 | + APP_INDEXING = 10, |
| 106 | + |
| 107 | + CONFIG = 11, |
| 108 | + |
| 109 | + DURABLE_DEEP_LINKS = 12, |
| 110 | + |
| 111 | + CRASH = 13, |
| 112 | + |
| 113 | + AUTH = 14, |
| 114 | + |
| 115 | + DATABASE = 15, |
| 116 | + |
| 117 | + STORAGE = 16, |
| 118 | + |
| 119 | + MESSAGING = 17, |
| 120 | + |
| 121 | + MEASUREMENT = 18, |
| 122 | + |
| 123 | + REMOTE_CONFIG = 19, |
| 124 | + |
| 125 | + DYNAMIC_LINKS = 20, |
| 126 | + |
| 127 | + INVITES = 21, |
| 128 | + |
| 129 | + AUTH_UI = 22, |
| 130 | + |
| 131 | + FIRESTORE = 23, |
| 132 | + |
| 133 | + PERFORMANCE = 24, |
| 134 | + |
| 135 | + ML_VISION_ON_DEVICE_FACE = 26, |
| 136 | + |
| 137 | + ML_VISION_ON_DEVICE_BARCODE = 27, |
| 138 | + |
| 139 | + ML_VISION_ON_DEVICE_TEXT = 28, |
| 140 | + |
| 141 | + ML_VISION_ON_DEVICE_LABEL = 29, |
| 142 | + |
| 143 | + ML_MODEL_INTERPRETER = 30, |
| 144 | + |
| 145 | + IN_APP_MESSAGING = 31, |
| 146 | + |
| 147 | + FUNCTIONS = 32, |
| 148 | + |
| 149 | + ML_NATURAL_LANGUAGE = 33, |
| 150 | + |
| 151 | + ML_VISION_ON_DEVICE_AUTOML = 34, |
| 152 | + |
| 153 | + ML_VISION_ON_DEVICE_OBJECT_DETECTION = 35 |
| 154 | +} |
| 155 | + |
| 156 | +declare var logs_proto_mobilesdk_ios_ICoreConfiguration_fields: interop.Reference<pb_field_s>; |
0 commit comments