@@ -46,115 +46,119 @@ typedef struct RustCallStatus {
46
46
// ⚠️ increment the version suffix in all instances of UNIFFI_SHARED_HEADER_V4 in this file. ⚠️
47
47
#endif // def UNIFFI_SHARED_H
48
48
49
- void ffi_nimbus_8d57_NimbusClient_object_free (
49
+ void ffi_nimbus_afbf_NimbusClient_object_free (
50
50
void * _Nonnull ptr ,
51
51
RustCallStatus * _Nonnull out_status
52
52
);
53
- void * _Nonnull nimbus_8d57_NimbusClient_new (
53
+ void * _Nonnull nimbus_afbf_NimbusClient_new (
54
54
RustBuffer app_ctx ,RustBuffer dbpath ,RustBuffer remote_settings_config ,RustBuffer available_randomization_units ,
55
55
RustCallStatus * _Nonnull out_status
56
56
);
57
- void nimbus_8d57_NimbusClient_initialize (
57
+ void nimbus_afbf_NimbusClient_initialize (
58
58
void * _Nonnull ptr ,
59
59
RustCallStatus * _Nonnull out_status
60
60
);
61
- RustBuffer nimbus_8d57_NimbusClient_get_experiment_branch (
61
+ RustBuffer nimbus_afbf_NimbusClient_get_experiment_branch (
62
62
void * _Nonnull ptr ,RustBuffer id ,
63
63
RustCallStatus * _Nonnull out_status
64
64
);
65
- RustBuffer nimbus_8d57_NimbusClient_get_feature_config_variables (
65
+ RustBuffer nimbus_afbf_NimbusClient_get_feature_config_variables (
66
66
void * _Nonnull ptr ,RustBuffer feature_id ,
67
67
RustCallStatus * _Nonnull out_status
68
68
);
69
- RustBuffer nimbus_8d57_NimbusClient_get_experiment_branches (
69
+ RustBuffer nimbus_afbf_NimbusClient_get_experiment_branches (
70
70
void * _Nonnull ptr ,RustBuffer experiment_slug ,
71
71
RustCallStatus * _Nonnull out_status
72
72
);
73
- RustBuffer nimbus_8d57_NimbusClient_get_active_experiments (
73
+ RustBuffer nimbus_afbf_NimbusClient_get_active_experiments (
74
74
void * _Nonnull ptr ,
75
75
RustCallStatus * _Nonnull out_status
76
76
);
77
- RustBuffer nimbus_8d57_NimbusClient_get_available_experiments (
77
+ RustBuffer nimbus_afbf_NimbusClient_get_available_experiments (
78
78
void * _Nonnull ptr ,
79
79
RustCallStatus * _Nonnull out_status
80
80
);
81
- int8_t nimbus_8d57_NimbusClient_get_global_user_participation (
81
+ int8_t nimbus_afbf_NimbusClient_get_global_user_participation (
82
82
void * _Nonnull ptr ,
83
83
RustCallStatus * _Nonnull out_status
84
84
);
85
- RustBuffer nimbus_8d57_NimbusClient_set_global_user_participation (
85
+ RustBuffer nimbus_afbf_NimbusClient_set_global_user_participation (
86
86
void * _Nonnull ptr ,int8_t opt_in ,
87
87
RustCallStatus * _Nonnull out_status
88
88
);
89
- RustBuffer nimbus_8d57_NimbusClient_update_experiments (
89
+ RustBuffer nimbus_afbf_NimbusClient_update_experiments (
90
90
void * _Nonnull ptr ,
91
91
RustCallStatus * _Nonnull out_status
92
92
);
93
- void nimbus_8d57_NimbusClient_fetch_experiments (
93
+ void nimbus_afbf_NimbusClient_fetch_experiments (
94
94
void * _Nonnull ptr ,
95
95
RustCallStatus * _Nonnull out_status
96
96
);
97
- RustBuffer nimbus_8d57_NimbusClient_apply_pending_experiments (
97
+ RustBuffer nimbus_afbf_NimbusClient_apply_pending_experiments (
98
98
void * _Nonnull ptr ,
99
99
RustCallStatus * _Nonnull out_status
100
100
);
101
- void nimbus_8d57_NimbusClient_set_experiments_locally (
101
+ void nimbus_afbf_NimbusClient_set_experiments_locally (
102
102
void * _Nonnull ptr ,RustBuffer experiments_json ,
103
103
RustCallStatus * _Nonnull out_status
104
104
);
105
- RustBuffer nimbus_8d57_NimbusClient_opt_in_with_branch (
105
+ RustBuffer nimbus_afbf_NimbusClient_opt_in_with_branch (
106
106
void * _Nonnull ptr ,RustBuffer experiment_slug ,RustBuffer branch ,
107
107
RustCallStatus * _Nonnull out_status
108
108
);
109
- RustBuffer nimbus_8d57_NimbusClient_opt_out (
109
+ RustBuffer nimbus_afbf_NimbusClient_opt_out (
110
110
void * _Nonnull ptr ,RustBuffer experiment_slug ,
111
111
RustCallStatus * _Nonnull out_status
112
112
);
113
- RustBuffer nimbus_8d57_NimbusClient_reset_telemetry_identifiers (
113
+ RustBuffer nimbus_afbf_NimbusClient_reset_telemetry_identifiers (
114
114
void * _Nonnull ptr ,RustBuffer new_randomization_units ,
115
115
RustCallStatus * _Nonnull out_status
116
116
);
117
- void * _Nonnull nimbus_8d57_NimbusClient_create_targeting_helper (
117
+ void * _Nonnull nimbus_afbf_NimbusClient_create_targeting_helper (
118
118
void * _Nonnull ptr ,RustBuffer additional_context ,
119
119
RustCallStatus * _Nonnull out_status
120
120
);
121
- void * _Nonnull nimbus_8d57_NimbusClient_create_string_helper (
121
+ void * _Nonnull nimbus_afbf_NimbusClient_create_string_helper (
122
122
void * _Nonnull ptr ,RustBuffer additional_context ,
123
123
RustCallStatus * _Nonnull out_status
124
124
);
125
- void ffi_nimbus_8d57_NimbusTargetingHelper_object_free (
125
+ void nimbus_afbf_NimbusClient_record_event (
126
+ void * _Nonnull ptr ,RustBuffer event_id ,
127
+ RustCallStatus * _Nonnull out_status
128
+ );
129
+ void ffi_nimbus_afbf_NimbusTargetingHelper_object_free (
126
130
void * _Nonnull ptr ,
127
131
RustCallStatus * _Nonnull out_status
128
132
);
129
- int8_t nimbus_8d57_NimbusTargetingHelper_eval_jexl (
133
+ int8_t nimbus_afbf_NimbusTargetingHelper_eval_jexl (
130
134
void * _Nonnull ptr ,RustBuffer expression ,
131
135
RustCallStatus * _Nonnull out_status
132
136
);
133
- void ffi_nimbus_8d57_NimbusStringHelper_object_free (
137
+ void ffi_nimbus_afbf_NimbusStringHelper_object_free (
134
138
void * _Nonnull ptr ,
135
139
RustCallStatus * _Nonnull out_status
136
140
);
137
- RustBuffer nimbus_8d57_NimbusStringHelper_string_format (
141
+ RustBuffer nimbus_afbf_NimbusStringHelper_string_format (
138
142
void * _Nonnull ptr ,RustBuffer template ,RustBuffer uuid ,
139
143
RustCallStatus * _Nonnull out_status
140
144
);
141
- RustBuffer nimbus_8d57_NimbusStringHelper_get_uuid (
145
+ RustBuffer nimbus_afbf_NimbusStringHelper_get_uuid (
142
146
void * _Nonnull ptr ,RustBuffer template ,
143
147
RustCallStatus * _Nonnull out_status
144
148
);
145
- RustBuffer ffi_nimbus_8d57_rustbuffer_alloc (
149
+ RustBuffer ffi_nimbus_afbf_rustbuffer_alloc (
146
150
int32_t size ,
147
151
RustCallStatus * _Nonnull out_status
148
152
);
149
- RustBuffer ffi_nimbus_8d57_rustbuffer_from_bytes (
153
+ RustBuffer ffi_nimbus_afbf_rustbuffer_from_bytes (
150
154
ForeignBytes bytes ,
151
155
RustCallStatus * _Nonnull out_status
152
156
);
153
- void ffi_nimbus_8d57_rustbuffer_free (
157
+ void ffi_nimbus_afbf_rustbuffer_free (
154
158
RustBuffer buf ,
155
159
RustCallStatus * _Nonnull out_status
156
160
);
157
- RustBuffer ffi_nimbus_8d57_rustbuffer_reserve (
161
+ RustBuffer ffi_nimbus_afbf_rustbuffer_reserve (
158
162
RustBuffer buf ,int32_t additional ,
159
163
RustCallStatus * _Nonnull out_status
160
164
);
0 commit comments