You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -142,6 +142,7 @@ public class AdaWebHost: NSObject {
142
142
// MARK: - Public Methods
143
143
144
144
/// Push a dictionary of fields to the server
145
+
@available(*, deprecated, message:"This method will be deprecated in the future, please upgrade to MetaFields.Builder.", renamed:"setMetaFields(builder:)")
let jsonString =String(data: json, encoding:.utf8)else{return}
@@ -151,6 +152,7 @@ public class AdaWebHost: NSObject {
151
152
}
152
153
153
154
/// Push a dictionary of fields to the server
155
+
@available(*, deprecated, message:"This method will be deprecated in the future, please upgrade to MetaFields.Builder.", renamed:"setSensitiveMetaFields(builder:)")
let jsonString =String(data: json, encoding:.utf8)else{return}
@@ -179,6 +181,8 @@ public class AdaWebHost: NSObject {
179
181
}
180
182
181
183
/// Re-initialize chat and optionally reset history, language, meta data, etc
184
+
@available(*, deprecated, message:"This method will be deprecated in the future, please upgrade to MetaFields.Builder.", renamed:"reset(metaFields:sensitiveMetaFields:)")
185
+
/// When this method is depreciated, the 4 override reset methods should be replaced
0 commit comments