Skip to content

Commit

Permalink
Fix CrossDeviceParameterConfiguration constructor to be public (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-brx authored Jun 12, 2024
1 parent 1021605 commit e11bbf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import Foundation
/// Optional identifier/information for cross-navigation
@objc var reason: String?

@objc init(
@objc public init(
sessionId: Bool = true,
subjectUserId: Bool = false,
sourceId: Bool = true,
Expand Down

0 comments on commit e11bbf9

Please sign in to comment.