File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -344,7 +344,6 @@ open class OptimizelyClient: NSObject {
344
344
/// - userId: The user ID to be used for bucketing.
345
345
/// - attributes: The user's attributes.
346
346
/// - Returns: true if feature is enabled, false otherwise.
347
- /// - Throws: `OptimizelyError` if feature parameter is not valid
348
347
public func isFeatureEnabled( featureKey: String ,
349
348
userId: String ,
350
349
attributes: OptimizelyAttributes ? = nil ) -> Bool {
@@ -565,7 +564,6 @@ open class OptimizelyClient: NSObject {
565
564
/// - userId: The user ID to be used for bucketing.
566
565
/// - attributes: The user's attributes.
567
566
/// - Returns: Array of feature keys that are enabled for the user.
568
- /// - Throws: `OptimizelyError` if feature parameter is not valid
569
567
public func getEnabledFeatures( userId: String ,
570
568
attributes: OptimizelyAttributes ? = nil ) -> [ String ] {
571
569
You can’t perform that action at this time.
0 commit comments