From e845fe835f0465e6c01f5a526d16c4e56ec4bb10 Mon Sep 17 00:00:00 2001 From: Martin De Simone Date: Thu, 30 Nov 2023 17:57:09 -0300 Subject: [PATCH] New version --- SampleApp/Viafoura/AppDelegate.swift | 4 +- ViafouraCore.podspec | 2 +- .../ViafouraSDK.framework/Assets.car | Bin 234672 -> 234672 bytes .../arm64-apple-ios.private.swiftinterface-e | 1128 ++++++++--------- .../arm64-apple-ios.swiftinterface-e | 1128 ++++++++--------- .../ViafouraSDK.framework/Assets.car | Bin 234672 -> 234672 bytes ...ple-ios-simulator.private.swiftinterface-e | 1128 ++++++++--------- ...arm64-apple-ios-simulator.swiftinterface-e | 1128 ++++++++--------- ...ple-ios-simulator.private.swiftinterface-e | 1128 ++++++++--------- ...86_64-apple-ios-simulator.swiftinterface-e | 1128 ++++++++--------- .../ViafouraSDK.framework/ViafouraSDK | Bin 9662992 -> 9662992 bytes .../_CodeSignature/CodeResources | 4 +- 12 files changed, 3389 insertions(+), 3389 deletions(-) diff --git a/SampleApp/Viafoura/AppDelegate.swift b/SampleApp/Viafoura/AppDelegate.swift index c47db3ca..d9017a02 100644 --- a/SampleApp/Viafoura/AppDelegate.swift +++ b/SampleApp/Viafoura/AppDelegate.swift @@ -18,10 +18,10 @@ class AppDelegate: UIResponder, UIApplicationDelegate, MessagingDelegate, UNUser var window: UIWindow? func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { - ViafouraSDK.initialize(siteUUID: "00000000-0000-4000-8000-c8cddfd7b365", siteDomain: "viafoura-mobile-demo.vercel.app") + //ViafouraSDK.initialize(siteUUID: "00000000-0000-4000-8000-c8cddfd7b365", siteDomain: "viafoura-mobile-demo.vercel.app") //ViafouraSDK.initialize(siteUUID: "00000000-0000-4000-8000-0892B54DBF4E", siteDomain: "www.thestar.com") //ViafouraSDK.initialize(siteUUID: "00000000-0000-4000-8000-a3692e0c0e77", siteDomain: "test.viafoura.com") - //ViafouraSDK.initialize(siteUUID: "00000000-0000-4000-8000-0892b54dbf4e", siteDomain: "reactqa5.smgdigitaldev.com") + ViafouraSDK.initialize(siteUUID: "00000000-0000-4000-8000-0892b54dbf4e", siteDomain: "reactqa5.smgdigitaldev.com") FirebaseApp.configure() diff --git a/ViafouraCore.podspec b/ViafouraCore.podspec index 356fcb1c..3a8aee88 100644 --- a/ViafouraCore.podspec +++ b/ViafouraCore.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'ViafouraCore' - s.version = '0.0.37' + s.version = '0.0.38' s.swift_versions = ['5.0'] s.summary = 'Viafoura SDK' s.description = 'This SDK allows you to integrate Viafoura tools into your iOS app.' diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Assets.car b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Assets.car index 9f041eb92fe40e3060530c983d68cf9523693fd1..a153e9ed523eead705da07ce713bdc5f2a3c24ac 100644 GIT binary patch delta 137 zcmdn6l5YbL?KkG-W?*380%A@e=GdrspK+tX1w1&EaqipTaB&0L=3!*8l(j delta 137 zcmdn6l5YbL?KkG-WME+60Ag++=Gv%upK+tX1w1&EaqipTaB&0L-%}*8l(j diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.private.swiftinterface-e b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.private.swiftinterface-e index 35f6b2ed..920e4727 100644 --- a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.private.swiftinterface-e +++ b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.private.swiftinterface-e @@ -24,13 +24,13 @@ import _SwiftConcurrencyShims } public enum VFDislikeChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFDislikeChatError, b: VFDislikeChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDislikeChatError, b: ViafouraSDK.VFDislikeChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDislikeChatError { +extension ViafouraSDK.VFDislikeChatError { public var errorDescription: Swift.String? { get } @@ -42,35 +42,35 @@ public struct VFColors { public init(colorPrimary: UIKit.UIColor = VFDefaultColors.colorPrimaryDefault(), colorPrimaryLight: UIKit.UIColor = VFDefaultColors.colorPrimaryLightDefault(), colorBackground: UIKit.UIColor = VFDefaultColors.colorBackgroundDefault(), colorSeparator: UIKit.UIColor = VFDefaultColors.colorSeparatorDefault(), colorAvatars: [UIKit.UIColor] = Constants.AvatarColors.colors) } public struct VFDefaultColors { - public static func colorBackgroundDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorText1Default(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorText2Default(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorSeparatorDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorErrorDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorWarningDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorEditorPicksDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorThreadingLines(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorChatBubbleDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorPinnedDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorPinnedBadgeDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorPrimaryDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorPrimaryLightDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorBorder1Default(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorAuthorBadgeDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorModeratorBadgeDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorNewCommentText(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorIcons(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorInputBox(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorBackgroundDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorText1Default(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorText2Default(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorSeparatorDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorErrorDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorWarningDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorEditorPicksDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorThreadingLines(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorChatBubbleDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPinnedDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPinnedBadgeDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPrimaryDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPrimaryLightDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorBorder1Default(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorAuthorBadgeDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorModeratorBadgeDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorNewCommentText(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorIcons(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorInputBox(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor } public enum VFSingleStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFSingleStoryError, b: VFSingleStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSingleStoryError, b: ViafouraSDK.VFSingleStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSingleStoryError { +extension ViafouraSDK.VFSingleStoryError { public var errorDescription: Swift.String? { get } @@ -84,13 +84,13 @@ extension VFSingleStoryError { public enum VFCreateCommentReplyError : Foundation.LocalizedError { case unknown case unauthorized - public static func == (a: VFCreateCommentReplyError, b: VFCreateCommentReplyError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreateCommentReplyError, b: ViafouraSDK.VFCreateCommentReplyError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreateCommentReplyError { +extension ViafouraSDK.VFCreateCommentReplyError { public var errorDescription: Swift.String? { get } @@ -102,24 +102,24 @@ extension VFCreateCommentReplyError { } public enum VFDeleteStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFDeleteStoryError, b: VFDeleteStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDeleteStoryError, b: ViafouraSDK.VFDeleteStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDeleteStoryError { +extension ViafouraSDK.VFDeleteStoryError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { - public func getUserLoginStatus(completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func getUserLoginStatus(completion: @escaping ((Swift.Result) -> ())) } public enum VFLoginStatus { case notLoggedIn case loggedIn - public static func == (a: VFLoginStatus, b: VFLoginStatus) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLoginStatus, b: ViafouraSDK.VFLoginStatus) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -127,68 +127,68 @@ public enum VFLoginStatus { } public enum VFLoginStatusError : Foundation.LocalizedError { case unknown - public static func == (a: VFLoginStatusError, b: VFLoginStatusError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLoginStatusError, b: ViafouraSDK.VFLoginStatusError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLoginStatusError { +extension ViafouraSDK.VFLoginStatusError { public var errorDescription: Swift.String? { get } } public enum VFUnflagCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnflagCommentError, b: VFUnflagCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnflagCommentError, b: ViafouraSDK.VFUnflagCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnflagCommentError { +extension ViafouraSDK.VFUnflagCommentError { public var errorDescription: Swift.String? { get } } public enum VFUnlikeStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnlikeStoryError, b: VFUnlikeStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnlikeStoryError, b: ViafouraSDK.VFUnlikeStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnlikeStoryError { +extension ViafouraSDK.VFUnlikeStoryError { public var errorDescription: Swift.String? { get } } public protocol VFAdDelegate : ObjectiveC.NSObject { - func generateAd(viewController: VFUIViewController, adPosition: Swift.Int) -> VFAdView - func getAdInterval(viewController: VFUIViewController) -> Swift.Int - func getFirstAdPosition(viewController: VFUIViewController) -> Swift.Int + func generateAd(viewController: ViafouraSDK.VFUIViewController, adPosition: Swift.Int) -> ViafouraSDK.VFAdView + func getAdInterval(viewController: ViafouraSDK.VFUIViewController) -> Swift.Int + func getFirstAdPosition(viewController: ViafouraSDK.VFUIViewController) -> Swift.Int } -extension VFAdDelegate { - public func getFirstAdPosition(viewController: VFUIViewController) -> Swift.Int +extension ViafouraSDK.VFAdDelegate { + public func getFirstAdPosition(viewController: ViafouraSDK.VFUIViewController) -> Swift.Int } public protocol VFLocalAdDelegate : ObjectiveC.NSObject { - func generateAd(adPosition: Swift.Int) -> VFAdView + func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView func getAdInterval() -> Swift.Int func getFirstAdPosition() -> Swift.Int } -extension VFLocalAdDelegate { +extension ViafouraSDK.VFLocalAdDelegate { public func getFirstAdPosition() -> Swift.Int } public enum VFFlagCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFFlagCommentError, b: VFFlagCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFFlagCommentError, b: ViafouraSDK.VFFlagCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFFlagCommentError { +extension ViafouraSDK.VFFlagCommentError { public var errorDescription: Swift.String? { get } @@ -198,39 +198,39 @@ extension VFFlagCommentError { } public enum VFChatListError : Foundation.LocalizedError { case unknown - public static func == (a: VFChatListError, b: VFChatListError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFChatListError, b: ViafouraSDK.VFChatListError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFChatListError { +extension ViafouraSDK.VFChatListError { public var errorDescription: Swift.String? { get } } public enum VFLikeStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFLikeStoryError, b: VFLikeStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLikeStoryError, b: ViafouraSDK.VFLikeStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLikeStoryError { +extension ViafouraSDK.VFLikeStoryError { public var errorDescription: Swift.String? { get } } public enum VFUpdateUserAvatarError : Foundation.LocalizedError { case unknown - public static func == (a: VFUpdateUserAvatarError, b: VFUpdateUserAvatarError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUpdateUserAvatarError, b: ViafouraSDK.VFUpdateUserAvatarError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUpdateUserAvatarError { +extension ViafouraSDK.VFUpdateUserAvatarError { public var errorDescription: Swift.String? { get } @@ -238,24 +238,24 @@ extension VFUpdateUserAvatarError { public enum VFTheme { case dark case light - public static func == (a: VFTheme, b: VFTheme) -> Swift.Bool + public static func == (a: ViafouraSDK.VFTheme, b: ViafouraSDK.VFTheme) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -public typealias VFActionsCallbacks = (VFActionCallbackType) -> Swift.Void +public typealias VFActionsCallbacks = (ViafouraSDK.VFActionCallbackType) -> Swift.Void public enum VFActionCallbackType { case seeMoreCommentsPressed - case writeNewCommentPressed(actionType: VFNewCommentActionType) + case writeNewCommentPressed(actionType: ViafouraSDK.VFNewCommentActionType) case closeNewCommentPressed - case openProfilePressed(userUUID: Foundation.UUID, presentationType: VFProfilePresentationType) - case notificationPressed(presentationType: VFNotificationPresentationType) + case openProfilePressed(userUUID: Foundation.UUID, presentationType: ViafouraSDK.VFProfilePresentationType) + case notificationPressed(presentationType: ViafouraSDK.VFNotificationPresentationType) case closeProfilePressed - case trendingArticlePressed(metadata: VFArticleMetadata, containerId: Swift.String) + case trendingArticlePressed(metadata: ViafouraSDK.VFArticleMetadata, containerId: Swift.String) case commentPosted(contentUUID: Foundation.UUID) case replyPosted(contentUUID: Foundation.UUID) - case authPressed(promptType: VFAuthPromptType) + case authPressed(promptType: ViafouraSDK.VFAuthPromptType) } public enum VFAuthPromptType { case dislike @@ -267,7 +267,7 @@ public enum VFAuthPromptType { case followConversation case followUser case muteUser - public static func == (a: VFAuthPromptType, b: VFAuthPromptType) -> Swift.Bool + public static func == (a: ViafouraSDK.VFAuthPromptType, b: ViafouraSDK.VFAuthPromptType) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -280,7 +280,7 @@ public enum VFNotificationPresentationType { public enum VFProfilePresentationType { case profile case feed - public static func == (a: VFProfilePresentationType, b: VFProfilePresentationType) -> Swift.Bool + public static func == (a: ViafouraSDK.VFProfilePresentationType, b: ViafouraSDK.VFProfilePresentationType) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -296,39 +296,39 @@ public enum VFNewCommentActionType { } public enum VFSingleChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFSingleChatError, b: VFSingleChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSingleChatError, b: ViafouraSDK.VFSingleChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSingleChatError { +extension ViafouraSDK.VFSingleChatError { public var errorDescription: Swift.String? { get } } public enum VFClosePollError : Foundation.LocalizedError { case unknown - public static func == (a: VFClosePollError, b: VFClosePollError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFClosePollError, b: ViafouraSDK.VFClosePollError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFClosePollError { +extension ViafouraSDK.VFClosePollError { public var errorDescription: Swift.String? { get } } public enum VFDislikeCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFDislikeCommentError, b: VFDislikeCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDislikeCommentError, b: ViafouraSDK.VFDislikeCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDislikeCommentError { +extension ViafouraSDK.VFDislikeCommentError { public var errorDescription: Swift.String? { get } @@ -338,96 +338,96 @@ extension VFDislikeCommentError { required public init(from decoder: any Swift.Decoder) throws } @_hasMissingDesignatedInitializers public class AnalyticsService { - public func addWidget(_ widgetType: WidgetType) - public func removeWidget(_ widgetType: WidgetType) - public func logLoadMoreClick(eventSessionUUID: Foundation.UUID, tab: Swift.String, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date) - public func logConversationsBellClick(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date) + public func addWidget(_ widgetType: ViafouraSDK.WidgetType) + public func removeWidget(_ widgetType: ViafouraSDK.WidgetType) + public func logLoadMoreClick(eventSessionUUID: Foundation.UUID, tab: Swift.String, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date) + public func logConversationsBellClick(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date) public func logTrayTriggerClick(eventSessionUUID: Foundation.UUID, eventSessionStart: Foundation.Date) - public func logSortChange(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date, sort: Swift.String, defaultSort: Swift.String, oldSort: Swift.String) - public func logEventEngage(widgetType: WidgetType, eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date, time: Swift.Int64, vfTime: Swift.Int64, hiddenTime: Swift.Int64, focuses: Swift.Int) - public func logTrackAdCode(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, articleMetadata: VFArticleMetadata, status: Swift.String, failureReason: Swift.String, widgetType: WidgetType) - public func logTrackAdView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID? = nil, eventSessionStart: Foundation.Date, articleMetadata: VFArticleMetadata? = nil, adIntegration: Swift.String, limit: Swift.Int, childLimit: Swift.Int, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int, firstPromoPosition: Swift.Int, totalCount: Swift.Int, index: Swift.Int, threadType: Swift.String, widgetType: WidgetType) + public func logSortChange(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date, sort: Swift.String, defaultSort: Swift.String, oldSort: Swift.String) + public func logEventEngage(widgetType: ViafouraSDK.WidgetType, eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date, time: Swift.Int64, vfTime: Swift.Int64, hiddenTime: Swift.Int64, focuses: Swift.Int) + public func logTrackAdCode(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, articleMetadata: ViafouraSDK.VFArticleMetadata, status: Swift.String, failureReason: Swift.String, widgetType: ViafouraSDK.WidgetType) + public func logTrackAdView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID? = nil, eventSessionStart: Foundation.Date, articleMetadata: ViafouraSDK.VFArticleMetadata? = nil, adIntegration: Swift.String, limit: Swift.Int, childLimit: Swift.Int, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int, firstPromoPosition: Swift.Int, totalCount: Swift.Int, index: Swift.Int, threadType: Swift.String, widgetType: ViafouraSDK.WidgetType) public func logLogout() - public func logTrackAd(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID? = nil, eventSessionStart: Foundation.Date, articleMetadata: VFArticleMetadata? = nil, adIntegration: Swift.String, limit: Swift.Int? = nil, childLimit: Swift.Int? = nil, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int? = nil, firstPromoPosition: Swift.Int, totalCount: Swift.Int? = nil, index: Swift.Int, threadType: Swift.String? = nil, widgetType: WidgetType) - public func logInteraction(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, eventArticleMetadata: VFArticleMetadata, label: Swift.String, action: Swift.String) + public func logTrackAd(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID? = nil, eventSessionStart: Foundation.Date, articleMetadata: ViafouraSDK.VFArticleMetadata? = nil, adIntegration: Swift.String, limit: Swift.Int? = nil, childLimit: Swift.Int? = nil, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int? = nil, firstPromoPosition: Swift.Int, totalCount: Swift.Int? = nil, index: Swift.Int, threadType: Swift.String? = nil, widgetType: ViafouraSDK.WidgetType) + public func logInteraction(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, label: Swift.String, action: Swift.String) public func logPasswordReset(email: Swift.String) public func logSignup(loginType: Swift.String) public func logLoginFailure(loginType: Swift.String, error: Swift.String) public func logLoginSuccess() - public func logContainerLoad(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, allCommentsCount: Swift.Int, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date, contentContainerType: Swift.String) - public func logPageView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date) - public func logEventAttemptedAction(eventSessionUUID: Foundation.UUID, eventAttemptedAction: EventAttemptedAction, eventContainerId: Swift.String?, eventSectionUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata?, eventSessionStart: Foundation.Date) + public func logContainerLoad(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, allCommentsCount: Swift.Int, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date, contentContainerType: Swift.String) + public func logPageView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date) + public func logEventAttemptedAction(eventSessionUUID: Foundation.UUID, eventAttemptedAction: ViafouraSDK.EventAttemptedAction, eventContainerId: Swift.String?, eventSectionUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata?, eventSessionStart: Foundation.Date) @objc deinit } public enum VFCommentContainerSignatureError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentContainerSignatureError, b: VFCommentContainerSignatureError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentContainerSignatureError, b: ViafouraSDK.VFCommentContainerSignatureError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentContainerSignatureError { +extension ViafouraSDK.VFCommentContainerSignatureError { public var errorDescription: Swift.String? { get } } public enum VFChatSelectionError : Foundation.LocalizedError { case unknown - public static func == (a: VFChatSelectionError, b: VFChatSelectionError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFChatSelectionError, b: ViafouraSDK.VFChatSelectionError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFChatSelectionError { +extension ViafouraSDK.VFChatSelectionError { public var errorDescription: Swift.String? { get } } public enum VFEnableChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFEnableChatError, b: VFEnableChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFEnableChatError, b: ViafouraSDK.VFEnableChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFEnableChatError { +extension ViafouraSDK.VFEnableChatError { public var errorDescription: Swift.String? { get } } public enum VFChatModerationListError : Foundation.LocalizedError { case unknown - public static func == (a: VFChatModerationListError, b: VFChatModerationListError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFChatModerationListError, b: ViafouraSDK.VFChatModerationListError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFChatModerationListError { +extension ViafouraSDK.VFChatModerationListError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { - public func login(email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func login(email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ())) } public enum VFLoginError : Foundation.LocalizedError { case unknown - public static func == (a: VFLoginError, b: VFLoginError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLoginError, b: ViafouraSDK.VFLoginError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLoginError { +extension ViafouraSDK.VFLoginError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { +extension ViafouraSDK.VFAuthenticationService { public func logout() } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFButton : UIKit.UIButton { @@ -439,26 +439,26 @@ extension VFAuthenticationService { } public enum VFLikeCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFLikeCommentError, b: VFLikeCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLikeCommentError, b: ViafouraSDK.VFLikeCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLikeCommentError { +extension ViafouraSDK.VFLikeCommentError { public var errorDescription: Swift.String? { get } } public enum VFEnableCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFEnableCommentError, b: VFEnableCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFEnableCommentError, b: ViafouraSDK.VFEnableCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFEnableCommentError { +extension ViafouraSDK.VFEnableCommentError { public var errorDescription: Swift.String? { get } @@ -500,7 +500,7 @@ public enum CommentNodeType { case comment case writeReply case followPrompt - public static func == (a: CommentNodeType, b: CommentNodeType) -> Swift.Bool + public static func == (a: ViafouraSDK.CommentNodeType, b: ViafouraSDK.CommentNodeType) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -508,13 +508,13 @@ public enum CommentNodeType { } public enum VFUpdateCommentsContainerSettingsError : Foundation.LocalizedError { case unknown - public static func == (a: VFUpdateCommentsContainerSettingsError, b: VFUpdateCommentsContainerSettingsError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUpdateCommentsContainerSettingsError, b: ViafouraSDK.VFUpdateCommentsContainerSettingsError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUpdateCommentsContainerSettingsError { +extension ViafouraSDK.VFUpdateCommentsContainerSettingsError { public var errorDescription: Swift.String? { get } @@ -524,56 +524,56 @@ extension VFUpdateCommentsContainerSettingsError { } public enum VFDisableChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFDisableChatError, b: VFDisableChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDisableChatError, b: ViafouraSDK.VFDisableChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDisableChatError { +extension ViafouraSDK.VFDisableChatError { public var errorDescription: Swift.String? { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFVerticalTrendingViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFVerticalTrendingViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: VFTrendingSortType, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFVerticalTrendingViewController? + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: ViafouraSDK.VFTrendingSortType, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFVerticalTrendingViewController? @objc deinit @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any VFAdDelegate) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any ViafouraSDK.VFAdDelegate) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) } -extension VFVerticalTrendingViewController : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { +extension ViafouraSDK.VFVerticalTrendingViewController : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) } -extension VFVerticalTrendingViewController : VFLocalAdDelegate { - @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> VFAdView +extension ViafouraSDK.VFVerticalTrendingViewController : ViafouraSDK.VFLocalAdDelegate { + @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView @_Concurrency.MainActor(unsafe) public func getAdInterval() -> Swift.Int } -extension VFVerticalTrendingViewController { +extension ViafouraSDK.VFVerticalTrendingViewController { @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMove(toParent parent: UIKit.UIViewController?) } -extension VFVerticalTrendingViewController { +extension ViafouraSDK.VFVerticalTrendingViewController { @_Concurrency.MainActor(unsafe) @objc override dynamic public func observeValue(forKeyPath keyPath: Swift.String?, of object: Any?, change: [Foundation.NSKeyValueChangeKey : Any]?, context: Swift.UnsafeMutableRawPointer?) } public enum VFUnflagChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnflagChatError, b: VFUnflagChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnflagChatError, b: ViafouraSDK.VFUnflagChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnflagChatError { +extension ViafouraSDK.VFUnflagChatError { public var errorDescription: Swift.String? { get } @@ -583,39 +583,39 @@ extension VFUnflagChatError { } public enum VFLikeChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFLikeChatError, b: VFLikeChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLikeChatError, b: ViafouraSDK.VFLikeChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLikeChatError { +extension ViafouraSDK.VFLikeChatError { public var errorDescription: Swift.String? { get } } public enum VFUndislikeStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFUndislikeStoryError, b: VFUndislikeStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUndislikeStoryError, b: ViafouraSDK.VFUndislikeStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUndislikeStoryError { +extension ViafouraSDK.VFUndislikeStoryError { public var errorDescription: Swift.String? { get } } public enum VFVotePollError : Foundation.LocalizedError { case unknown - public static func == (a: VFVotePollError, b: VFVotePollError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFVotePollError, b: ViafouraSDK.VFVotePollError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFVotePollError { +extension ViafouraSDK.VFVotePollError { public var errorDescription: Swift.String? { get } @@ -623,53 +623,53 @@ extension VFVotePollError { @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFeaturedView : UIKit.UIView { @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFCarouselTrendingViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFCarouselTrendingViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: VFTrendingSortType, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFCarouselTrendingViewController? + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: ViafouraSDK.VFTrendingSortType, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFCarouselTrendingViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any VFAdDelegate) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any ViafouraSDK.VFAdDelegate) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension VFCarouselTrendingViewController : UIKit.UICollectionViewDataSource { +extension ViafouraSDK.VFCarouselTrendingViewController : UIKit.UICollectionViewDataSource { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, numberOfItemsInSection section: Swift.Int) -> Swift.Int @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, cellForItemAt indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell } -extension VFCarouselTrendingViewController : UIKit.UICollectionViewDelegateFlowLayout { +extension ViafouraSDK.VFCarouselTrendingViewController : UIKit.UICollectionViewDelegateFlowLayout { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize } -extension VFCarouselTrendingViewController : VFLocalAdDelegate { - @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> VFAdView +extension ViafouraSDK.VFCarouselTrendingViewController : ViafouraSDK.VFLocalAdDelegate { + @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView @_Concurrency.MainActor(unsafe) public func getAdInterval() -> Swift.Int } public enum VFReplyStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFReplyStoryError, b: VFReplyStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFReplyStoryError, b: ViafouraSDK.VFReplyStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFReplyStoryError { +extension ViafouraSDK.VFReplyStoryError { public var errorDescription: Swift.String? { get } } public enum VFCommentsProfileError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentsProfileError, b: VFCommentsProfileError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentsProfileError, b: ViafouraSDK.VFCommentsProfileError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentsProfileError { +extension ViafouraSDK.VFCommentsProfileError { public var errorDescription: Swift.String? { get } @@ -680,13 +680,13 @@ extension VFCommentsProfileError { public enum VFPollContainerError : Foundation.LocalizedError { case notFound case unknown - public static func == (a: VFPollContainerError, b: VFPollContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFPollContainerError, b: ViafouraSDK.VFPollContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFPollContainerError { +extension ViafouraSDK.VFPollContainerError { public var errorDescription: Swift.String? { get } @@ -696,13 +696,13 @@ extension VFPollContainerError { } public enum VFStoryContainerError : Foundation.LocalizedError { case unknown - public static func == (a: VFStoryContainerError, b: VFStoryContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFStoryContainerError, b: ViafouraSDK.VFStoryContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFStoryContainerError { +extension ViafouraSDK.VFStoryContainerError { public var errorDescription: Swift.String? { get } @@ -718,7 +718,7 @@ public protocol VFLoginDelegate : AnyObject { public enum VFFilterType { case allComments case featured - public static func == (a: VFFilterType, b: VFFilterType) -> Swift.Bool + public static func == (a: ViafouraSDK.VFFilterType, b: ViafouraSDK.VFFilterType) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -726,13 +726,13 @@ public enum VFFilterType { } public enum VFUndislikeChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFUndislikeChatError, b: VFUndislikeChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUndislikeChatError, b: ViafouraSDK.VFUndislikeChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUndislikeChatError { +extension ViafouraSDK.VFUndislikeChatError { public var errorDescription: Swift.String? { get } @@ -745,123 +745,123 @@ extension VFUndislikeChatError { } public enum VFDislikeStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFDislikeStoryError, b: VFDislikeStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDislikeStoryError, b: ViafouraSDK.VFDislikeStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDislikeStoryError { +extension ViafouraSDK.VFDislikeStoryError { public var errorDescription: Swift.String? { get } } public enum VFEditorPickCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFEditorPickCommentError, b: VFEditorPickCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFEditorPickCommentError, b: ViafouraSDK.VFEditorPickCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFEditorPickCommentError { +extension ViafouraSDK.VFEditorPickCommentError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { - public func signup(name: Swift.String, email: Swift.String, password: Swift.String, recaptchaToken: Swift.String? = nil, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func signup(name: Swift.String, email: Swift.String, password: Swift.String, recaptchaToken: Swift.String? = nil, completion: @escaping ((Swift.Result) -> ())) } public enum VFSignUpError : Foundation.LocalizedError { case unknown - public static func == (a: VFSignUpError, b: VFSignUpError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSignUpError, b: ViafouraSDK.VFSignUpError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSignUpError { +extension ViafouraSDK.VFSignUpError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { - public func socialLogin(token: Swift.String, provider: VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func socialLogin(token: Swift.String, provider: ViafouraSDK.VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) } public enum VFSocialLoginError : Foundation.LocalizedError { case unknown - public static func == (a: VFSocialLoginError, b: VFSocialLoginError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSocialLoginError, b: ViafouraSDK.VFSocialLoginError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSocialLoginError { +extension ViafouraSDK.VFSocialLoginError { public var errorDescription: Swift.String? { get } } public enum VFCommentContainerError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentContainerError, b: VFCommentContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentContainerError, b: ViafouraSDK.VFCommentContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentContainerError { +extension ViafouraSDK.VFCommentContainerError { public var errorDescription: Swift.String? { get } } public enum VFUnlikeCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnlikeCommentError, b: VFUnlikeCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnlikeCommentError, b: ViafouraSDK.VFUnlikeCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnlikeCommentError { +extension ViafouraSDK.VFUnlikeCommentError { public var errorDescription: Swift.String? { get } } public enum VFUserMutesError : Foundation.LocalizedError { case unknown - public static func == (a: VFUserMutesError, b: VFUserMutesError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUserMutesError, b: ViafouraSDK.VFUserMutesError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUserMutesError { +extension ViafouraSDK.VFUserMutesError { public var errorDescription: Swift.String? { get } } public enum VFUnmuteUserError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnmuteUserError, b: VFUnmuteUserError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnmuteUserError, b: ViafouraSDK.VFUnmuteUserError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnmuteUserError { +extension ViafouraSDK.VFUnmuteUserError { public var errorDescription: Swift.String? { get } } public enum VFMuteUserError : Foundation.LocalizedError { case unknown - public static func == (a: VFMuteUserError, b: VFMuteUserError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFMuteUserError, b: ViafouraSDK.VFMuteUserError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFMuteUserError { +extension ViafouraSDK.VFMuteUserError { public var errorDescription: Swift.String? { get } @@ -871,29 +871,29 @@ extension VFMuteUserError { } public enum VFFlagChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFFlagChatError, b: VFFlagChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFFlagChatError, b: ViafouraSDK.VFFlagChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFFlagChatError { +extension ViafouraSDK.VFFlagChatError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { - public func openIdLogin(token: Swift.String, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func openIdLogin(token: Swift.String, completion: @escaping ((Swift.Result) -> ())) } public enum VFOpenIdLoginError : Foundation.LocalizedError { case unknown - public static func == (a: VFOpenIdLoginError, b: VFOpenIdLoginError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFOpenIdLoginError, b: ViafouraSDK.VFOpenIdLoginError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFOpenIdLoginError { +extension ViafouraSDK.VFOpenIdLoginError { public var errorDescription: Swift.String? { get } @@ -902,17 +902,17 @@ public struct UserResponse : Swift.Decodable { public init(from decoder: any Swift.Decoder) throws } public protocol VFLayoutDelegate : ObjectiveC.NSObject { - func containerHeightUpdated(viewController: VFUIViewController, height: CoreFoundation.CGFloat) + func containerHeightUpdated(viewController: ViafouraSDK.VFUIViewController, height: CoreFoundation.CGFloat) } public enum VFDeleteChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFDeleteChatError, b: VFDeleteChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDeleteChatError, b: ViafouraSDK.VFDeleteChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDeleteChatError { +extension ViafouraSDK.VFDeleteChatError { public var errorDescription: Swift.String? { get } @@ -920,20 +920,20 @@ extension VFDeleteChatError { public enum VFCreateCommentError : Foundation.LocalizedError { case unknown case unauthorized - public static func == (a: VFCreateCommentError, b: VFCreateCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreateCommentError, b: ViafouraSDK.VFCreateCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreateCommentError { +extension ViafouraSDK.VFCreateCommentError { public var errorDescription: Swift.String? { get } } public struct Constants { } -extension Constants { +extension ViafouraSDK.Constants { public struct AvatarColors { public static let colors: [UIKit.UIColor] } @@ -955,19 +955,19 @@ public struct VFArticleMetadata { public static func initialize(siteUUID: Swift.String, siteDomain: Swift.String) public static func setLoggingEnabled(_ isLoggingEnabled: Swift.Bool) public static func isLoggingEnabled() -> Swift.Bool - public static func auth() -> VFAuthenticationService - public static func comments() -> VFLiveCommentsService + public static func auth() -> ViafouraSDK.VFAuthenticationService + public static func comments() -> ViafouraSDK.VFLiveCommentsService @objc deinit } public enum VFUserCommentsError : Foundation.LocalizedError { case unknown - public static func == (a: VFUserCommentsError, b: VFUserCommentsError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUserCommentsError, b: ViafouraSDK.VFUserCommentsError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUserCommentsError { +extension ViafouraSDK.VFUserCommentsError { public var errorDescription: Swift.String? { get } @@ -1013,7 +1013,7 @@ public enum VFSortType { public var rawValue: Swift.String { get } - public static func == (a: VFSortType, b: VFSortType) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSortType, b: ViafouraSDK.VFSortType) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -1021,67 +1021,67 @@ public enum VFSortType { } public enum VFCommentListError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentListError, b: VFCommentListError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentListError, b: ViafouraSDK.VFCommentListError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentListError { +extension ViafouraSDK.VFCommentListError { public var errorDescription: Swift.String? { get } } public enum VFUpdateUserError : Foundation.LocalizedError { case unknown - public static func == (a: VFUpdateUserError, b: VFUpdateUserError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUpdateUserError, b: ViafouraSDK.VFUpdateUserError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUpdateUserError { +extension ViafouraSDK.VFUpdateUserError { public var errorDescription: Swift.String? { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPollViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPollViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(contentContainerUUID: Foundation.UUID, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> VFPollViewController? + @_Concurrency.MainActor(unsafe) public static func new(contentContainerUUID: Foundation.UUID, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.VFPollViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension VFPollViewController : UIKit.UITextFieldDelegate { +extension ViafouraSDK.VFPollViewController : UIKit.UITextFieldDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func textFieldShouldReturn(_ textField: UIKit.UITextField) -> Swift.Bool } public enum VFEditCommentError : Foundation.LocalizedError { case unknown case unauthorized - public static func == (a: VFEditCommentError, b: VFEditCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFEditCommentError, b: ViafouraSDK.VFEditCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFEditCommentError { +extension ViafouraSDK.VFEditCommentError { public var errorDescription: Swift.String? { get } } public enum VFCreatePollError : Foundation.LocalizedError { case unknown - public static func == (a: VFCreatePollError, b: VFCreatePollError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreatePollError, b: ViafouraSDK.VFCreatePollError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreatePollError { +extension ViafouraSDK.VFCreatePollError { public var errorDescription: Swift.String? { get } @@ -1093,49 +1093,49 @@ extension VFCreatePollError { } @objc deinit } -extension VFAuthenticationService { - public func loginRadiusLogin(token: Swift.String, provider: VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func loginRadiusLogin(token: Swift.String, provider: ViafouraSDK.VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) } public enum VFLoginRadiusLoginError : Foundation.LocalizedError { case unknown - public static func == (a: VFLoginRadiusLoginError, b: VFLoginRadiusLoginError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLoginRadiusLoginError, b: ViafouraSDK.VFLoginRadiusLoginError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLoginRadiusLoginError { +extension ViafouraSDK.VFLoginRadiusLoginError { public var errorDescription: Swift.String? { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPreviewCommentsViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPreviewCommentsViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, paginationSize: Swift.Int = 10, defaultSort: VFSortType = .newest, featuredTabThreshold: Swift.Int = 3, replySize: Swift.Int = 2, syndicationKey: Swift.String? = nil, sectionUUID: Foundation.UUID? = nil) -> VFPreviewCommentsViewController? + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, paginationSize: Swift.Int = 10, defaultSort: ViafouraSDK.VFSortType = .newest, featuredTabThreshold: Swift.Int = 3, replySize: Swift.Int = 2, syndicationKey: Swift.String? = nil, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFPreviewCommentsViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any VFAdDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any ViafouraSDK.VFAdDelegate) @_Concurrency.MainActor(unsafe) public func getContentScrollPosition(contentUUID: Foundation.UUID, completion: @escaping (CoreFoundation.CGFloat) -> Swift.Void) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) public func setAuthorsIds(authors: [Swift.String]) - @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) @objc deinit @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public func observeValue(forKeyPath keyPath: Swift.String?, of object: Any?, change: [Foundation.NSKeyValueChangeKey : Any]?, context: Swift.UnsafeMutableRawPointer?) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) } -extension VFPreviewCommentsViewController : VFLocalAdDelegate { - @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> VFAdView +extension ViafouraSDK.VFPreviewCommentsViewController : ViafouraSDK.VFLocalAdDelegate { + @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView @_Concurrency.MainActor(unsafe) public func getAdInterval() -> Swift.Int @_Concurrency.MainActor(unsafe) public func getFirstAdPosition() -> Swift.Int } -extension VFPreviewCommentsViewController { +extension ViafouraSDK.VFPreviewCommentsViewController { @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMove(toParent parent: UIKit.UIViewController?) } -extension VFPreviewCommentsViewController : VFLayoutDelegate { - @_Concurrency.MainActor(unsafe) public func containerHeightUpdated(viewController: VFUIViewController, height: CoreFoundation.CGFloat) +extension ViafouraSDK.VFPreviewCommentsViewController : ViafouraSDK.VFLayoutDelegate { + @_Concurrency.MainActor(unsafe) public func containerHeightUpdated(viewController: ViafouraSDK.VFUIViewController, height: CoreFoundation.CGFloat) } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFlagsView : UIKit.UIView { @objc deinit @@ -1148,27 +1148,27 @@ public enum VFTrendingSortType : Swift.String { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveBlogViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveBlogViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFLiveBlogViewController? + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFLiveBlogViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } public enum VFStorySelectionError : Foundation.LocalizedError { case unknown - public static func == (a: VFStorySelectionError, b: VFStorySelectionError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFStorySelectionError, b: ViafouraSDK.VFStorySelectionError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFStorySelectionError { +extension ViafouraSDK.VFStorySelectionError { public var errorDescription: Swift.String? { get } @@ -1181,45 +1181,45 @@ extension VFStorySelectionError { } public enum VFUndislikeCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFUndislikeCommentError, b: VFUndislikeCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUndislikeCommentError, b: ViafouraSDK.VFUndislikeCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUndislikeCommentError { +extension ViafouraSDK.VFUndislikeCommentError { public var errorDescription: Swift.String? { get } } public enum VFRemovePollError : Foundation.LocalizedError { case unknown - public static func == (a: VFRemovePollError, b: VFRemovePollError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFRemovePollError, b: ViafouraSDK.VFRemovePollError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFRemovePollError { +extension ViafouraSDK.VFRemovePollError { public var errorDescription: Swift.String? { get } } -extension VFLiveCommentsService { - public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFLiveCommentsService { + public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String, completion: @escaping ((Swift.Result) -> ())) #if compiler(>=5.3) && $AsyncAwait - public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String) async throws -> (Swift.Result) + public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String) async throws -> (Swift.Result) #endif } public enum VFCommentCountError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentCountError, b: VFCommentCountError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentCountError, b: ViafouraSDK.VFCommentCountError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentCountError { +extension ViafouraSDK.VFCommentCountError { public var errorDescription: Swift.String? { get } @@ -1234,13 +1234,13 @@ extension VFCommentCountError { } public enum VFCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentError, b: VFCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentError, b: ViafouraSDK.VFCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentError { +extension ViafouraSDK.VFCommentError { public var errorDescription: Swift.String? { get } @@ -1253,13 +1253,13 @@ extension VFCommentError { } public enum VFTopicsSubscribedError : Foundation.LocalizedError { case unknown - public static func == (a: VFTopicsSubscribedError, b: VFTopicsSubscribedError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFTopicsSubscribedError, b: ViafouraSDK.VFTopicsSubscribedError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFTopicsSubscribedError { +extension ViafouraSDK.VFTopicsSubscribedError { public var errorDescription: Swift.String? { get } @@ -1271,85 +1271,85 @@ extension VFTopicsSubscribedError { @objc deinit } public enum VFCustomizableView { - case postButton(button: VFButton) - case postTextView(textField: VFTextView) - case postCloseImage(image: VFImageView) - case postTitle(label: VFLabel) - case postPlaceholderLabel(label: VFLabel) - case postLoadingView(loadingView: VFLoadingView) + case postButton(button: ViafouraSDK.VFButton) + case postTextView(textField: ViafouraSDK.VFTextView) + case postCloseImage(image: ViafouraSDK.VFImageView) + case postTitle(label: ViafouraSDK.VFLabel) + case postPlaceholderLabel(label: ViafouraSDK.VFLabel) + case postLoadingView(loadingView: ViafouraSDK.VFLoadingView) case postBackgroundView(view: UIKit.UIView) - case profileNameLabel(label: VFLabel) - case profileLogoutLabel(label: VFLabel) - case profileCloseImage(image: VFImageView) - case profileLikesLabel(label: VFLabel) - case profileFollowersLabel(label: VFLabel) - case profileSegmentedControl(segmentedControl: VFSegmentedControl) + case profileNameLabel(label: ViafouraSDK.VFLabel) + case profileLogoutLabel(label: ViafouraSDK.VFLabel) + case profileCloseImage(image: ViafouraSDK.VFImageView) + case profileLikesLabel(label: ViafouraSDK.VFLabel) + case profileFollowersLabel(label: ViafouraSDK.VFLabel) + case profileSegmentedControl(segmentedControl: ViafouraSDK.VFSegmentedControl) case profileBackgroundView(view: UIKit.UIView) - case commentCellDateLabel(label: VFLabel) - case commentCellNameLabel(label: VFLabel) - case commentCellContentLabel(label: VFLabel) - case commentCellLikeImage(image: VFImageView) - case commentCellLikeLabel(label: VFLabel) - case commentCellDislikeImage(image: VFImageView) - case commentCellDislikeLabel(label: VFLabel) - case commentCellReplyLabel(label: VFLabel) - case commentCellCustomBadge(badge: VFCustomBadgeView) - case previewEmptyCommentsView(emptyCommentsView: VFEmptyCommentsView) - case previewSeeMoreCommentsButton(button: VFButton) - case previewTitleLabel(label: VFLabel) - case previewCounterLabel(label: VFLabel) - case previewPrivacyLabel(label: VFLabel) - case previewPoweredByView(poweredByView: VFPoweredByViafouraView) - case previewLoadingView(loadingView: VFLoadingView) - case previewFollowView(followView: VFFollowView) + case commentCellDateLabel(label: ViafouraSDK.VFLabel) + case commentCellNameLabel(label: ViafouraSDK.VFLabel) + case commentCellContentLabel(label: ViafouraSDK.VFLabel) + case commentCellLikeImage(image: ViafouraSDK.VFImageView) + case commentCellLikeLabel(label: ViafouraSDK.VFLabel) + case commentCellDislikeImage(image: ViafouraSDK.VFImageView) + case commentCellDislikeLabel(label: ViafouraSDK.VFLabel) + case commentCellReplyLabel(label: ViafouraSDK.VFLabel) + case commentCellCustomBadge(badge: ViafouraSDK.VFCustomBadgeView) + case previewEmptyCommentsView(emptyCommentsView: ViafouraSDK.VFEmptyCommentsView) + case previewSeeMoreCommentsButton(button: ViafouraSDK.VFButton) + case previewTitleLabel(label: ViafouraSDK.VFLabel) + case previewCounterLabel(label: ViafouraSDK.VFLabel) + case previewPrivacyLabel(label: ViafouraSDK.VFLabel) + case previewPoweredByView(poweredByView: ViafouraSDK.VFPoweredByViafouraView) + case previewLoadingView(loadingView: ViafouraSDK.VFLoadingView) + case previewFollowView(followView: ViafouraSDK.VFFollowView) case previewBackgroundView(view: UIKit.UIView) case trendingVerticalBackgroundView(view: UIKit.UIView) - case trendingVerticalFullImage(image: VFImageView) - case trendingVerticalFullTitle(label: VFLabel) - case trendingVerticalFullCount(label: VFLabel) - case trendingVerticalCondensedTitle(label: VFLabel) - case trendingVerticalCondensedCount(label: VFLabel) - case trendingCarouselTitle(label: VFLabel) - case trendingCarouselImage(image: VFImageView) - case trendingCarouselCount(label: VFLabel) + case trendingVerticalFullImage(image: ViafouraSDK.VFImageView) + case trendingVerticalFullTitle(label: ViafouraSDK.VFLabel) + case trendingVerticalFullCount(label: ViafouraSDK.VFLabel) + case trendingVerticalCondensedTitle(label: ViafouraSDK.VFLabel) + case trendingVerticalCondensedCount(label: ViafouraSDK.VFLabel) + case trendingCarouselTitle(label: ViafouraSDK.VFLabel) + case trendingCarouselImage(image: ViafouraSDK.VFImageView) + case trendingCarouselCount(label: ViafouraSDK.VFLabel) case trendingCarouselBackgroundView(view: UIKit.UIView) - case chatCellContentLabel(label: VFLabel) - case chatCellDateLabel(label: VFLabel) - case chatCellUserNameLabel(label: VFLabel) + case chatCellContentLabel(label: ViafouraSDK.VFLabel) + case chatCellDateLabel(label: ViafouraSDK.VFLabel) + case chatCellUserNameLabel(label: ViafouraSDK.VFLabel) case chatPostView(view: UIKit.UIView) - case chatPostImage(image: VFImageView) - case chatPostLoading(loadingView: VFLoadingView) - case chatTextView(textView: VFTextView) + case chatPostImage(image: ViafouraSDK.VFImageView) + case chatPostLoading(loadingView: ViafouraSDK.VFLoadingView) + case chatTextView(textView: ViafouraSDK.VFTextView) case chatBackgroundView(backgroundView: UIKit.UIView) - case chatLoading(loadingView: VFLoadingView) - case chatLoadingMore(loadingView: VFLoadingView) - case chatEmptyView(emptyView: VFEmptyChatsView) - case chatReplyingToClose(image: VFImageView) - case chatReplyingToTitle(label: VFLabel) - case chatReplyingToDescription(label: VFLabel) + case chatLoading(loadingView: ViafouraSDK.VFLoadingView) + case chatLoadingMore(loadingView: ViafouraSDK.VFLoadingView) + case chatEmptyView(emptyView: ViafouraSDK.VFEmptyChatsView) + case chatReplyingToClose(image: ViafouraSDK.VFImageView) + case chatReplyingToTitle(label: ViafouraSDK.VFLabel) + case chatReplyingToDescription(label: ViafouraSDK.VFLabel) } public enum VFUnpinCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnpinCommentError, b: VFUnpinCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnpinCommentError, b: ViafouraSDK.VFUnpinCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnpinCommentError { +extension ViafouraSDK.VFUnpinCommentError { public var errorDescription: Swift.String? { get } } public enum VFCommentRepliesError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentRepliesError, b: VFCommentRepliesError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentRepliesError, b: ViafouraSDK.VFCommentRepliesError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentRepliesError { +extension ViafouraSDK.VFCommentRepliesError { public var errorDescription: Swift.String? { get } @@ -1359,26 +1359,26 @@ extension VFCommentRepliesError { } public enum VFReplyChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFReplyChatError, b: VFReplyChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFReplyChatError, b: ViafouraSDK.VFReplyChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFReplyChatError { +extension ViafouraSDK.VFReplyChatError { public var errorDescription: Swift.String? { get } } public enum VFCommentModerationListError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentModerationListError, b: VFCommentModerationListError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentModerationListError, b: ViafouraSDK.VFCommentModerationListError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentModerationListError { +extension ViafouraSDK.VFCommentModerationListError { public var errorDescription: Swift.String? { get } @@ -1386,31 +1386,31 @@ extension VFCommentModerationListError { @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFEmptyCommentsView : UIKit.UIView { @objc deinit } -extension AnalyticsService { +extension ViafouraSDK.AnalyticsService { public func logTyping(contentContainerUUID: Foundation.UUID, threadUUID: Foundation.UUID, contentUUID: Foundation.UUID) } public enum VFTrendingError : Foundation.LocalizedError { case unknown - public static func == (a: VFTrendingError, b: VFTrendingError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFTrendingError, b: ViafouraSDK.VFTrendingError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFTrendingError { +extension ViafouraSDK.VFTrendingError { public var errorDescription: Swift.String? { get } } public enum VFCreateCommentMediaError : Foundation.LocalizedError { case unknown - public static func == (a: VFCreateCommentMediaError, b: VFCreateCommentMediaError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreateCommentMediaError, b: ViafouraSDK.VFCreateCommentMediaError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreateCommentMediaError { +extension ViafouraSDK.VFCreateCommentMediaError { public var errorDescription: Swift.String? { get } @@ -1420,13 +1420,13 @@ extension VFCreateCommentMediaError { } public enum VFUpdateStoryContainerError : Foundation.LocalizedError { case unknown - public static func == (a: VFUpdateStoryContainerError, b: VFUpdateStoryContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUpdateStoryContainerError, b: ViafouraSDK.VFUpdateStoryContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUpdateStoryContainerError { +extension ViafouraSDK.VFUpdateStoryContainerError { public var errorDescription: Swift.String? { get } @@ -1444,22 +1444,22 @@ extension VFUpdateStoryContainerError { @objc get @objc set } - @_Concurrency.MainActor(unsafe) public init(settings: VFSettings, loginDelegate: any VFLoginDelegate, onBellClicked: @escaping ((Foundation.UUID) -> Swift.Void)) - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public init(settings: ViafouraSDK.VFSettings, loginDelegate: any ViafouraSDK.VFLoginDelegate, onBellClicked: @escaping ((Foundation.UUID) -> Swift.Void)) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFProfileViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFProfileViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(userUUID: Foundation.UUID, presentationType: VFProfilePresentationType, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> VFProfileViewController? + @_Concurrency.MainActor(unsafe) public static func new(userUUID: Foundation.UUID, presentationType: ViafouraSDK.VFProfilePresentationType, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.VFProfileViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension VFProfileViewController : UIKit.UIImagePickerControllerDelegate, UIKit.UINavigationControllerDelegate { +extension ViafouraSDK.VFProfileViewController : UIKit.UIImagePickerControllerDelegate, UIKit.UINavigationControllerDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func imagePickerController(_ picker: UIKit.UIImagePickerController, didFinishPickingMediaWithInfo info: [UIKit.UIImagePickerController.InfoKey : Any]) } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFSeparatorView : UIKit.UIView { @@ -1467,26 +1467,26 @@ extension VFProfileViewController : UIKit.UIImagePickerControllerDelegate, UIKit } public enum VFChatContainerError : Foundation.LocalizedError { case unknown - public static func == (a: VFChatContainerError, b: VFChatContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFChatContainerError, b: ViafouraSDK.VFChatContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFChatContainerError { +extension ViafouraSDK.VFChatContainerError { public var errorDescription: Swift.String? { get } } public enum VFCreateStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFCreateStoryError, b: VFCreateStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreateStoryError, b: ViafouraSDK.VFCreateStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreateStoryError { +extension ViafouraSDK.VFCreateStoryError { public var errorDescription: Swift.String? { get } @@ -1497,82 +1497,82 @@ extension VFCreateStoryError { @_hasMissingDesignatedInitializers public class CommentContent { @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ViewChatReplyViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ViewChatReplyViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ChatContent, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> ViewChatReplyViewController? + @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ViafouraSDK.ChatContent, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.ViewChatReplyViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ChatReplyViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ChatReplyViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ChatContent, containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> ChatReplyViewController? + @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ViafouraSDK.ChatContent, containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.ChatReplyViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension ChatReplyViewController : UIKit.UITextViewDelegate { +extension ViafouraSDK.ChatReplyViewController : UIKit.UITextViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func textViewDidChange(_ textView: UIKit.UITextView) } -extension VFAuthenticationService { - public func cookieLogin(token: Swift.String, type: Swift.String = "viafouraDefinedCookie", completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func cookieLogin(token: Swift.String, type: Swift.String = "viafouraDefinedCookie", completion: @escaping ((Swift.Result) -> ())) } public struct VFCookieLoginData { } public enum VFCookieLoginError : Foundation.LocalizedError { case unknown - public static func == (a: VFCookieLoginError, b: VFCookieLoginError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCookieLoginError, b: ViafouraSDK.VFCookieLoginError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCookieLoginError { +extension ViafouraSDK.VFCookieLoginError { public var errorDescription: Swift.String? { get } } public enum VFSubscribeTopicError : Foundation.LocalizedError { case unknown - public static func == (a: VFSubscribeTopicError, b: VFSubscribeTopicError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSubscribeTopicError, b: ViafouraSDK.VFSubscribeTopicError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSubscribeTopicError { +extension ViafouraSDK.VFSubscribeTopicError { public var errorDescription: Swift.String? { get } } public enum VFStoryListError : Foundation.LocalizedError { case unknown - public static func == (a: VFStoryListError, b: VFStoryListError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFStoryListError, b: ViafouraSDK.VFStoryListError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFStoryListError { +extension ViafouraSDK.VFStoryListError { public var errorDescription: Swift.String? { get } } public enum VFCreateChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFCreateChatError, b: VFCreateChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreateChatError, b: ViafouraSDK.VFCreateChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreateChatError { +extension ViafouraSDK.VFCreateChatError { public var errorDescription: Swift.String? { get } @@ -1592,13 +1592,13 @@ public struct VFFonts { } public enum VFRemoveEditorPickCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFRemoveEditorPickCommentError, b: VFRemoveEditorPickCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFRemoveEditorPickCommentError, b: ViafouraSDK.VFRemoveEditorPickCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFRemoveEditorPickCommentError { +extension ViafouraSDK.VFRemoveEditorPickCommentError { public var errorDescription: Swift.String? { get } @@ -1609,18 +1609,18 @@ extension VFRemoveEditorPickCommentError { public protocol StoryboardCreateable : UIKit.UIViewController { static var storyboardName: Swift.String { get } } -extension StoryboardCreateable { +extension ViafouraSDK.StoryboardCreateable { public static func new() -> Self? } public enum VFSpamCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFSpamCommentError, b: VFSpamCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSpamCommentError, b: ViafouraSDK.VFSpamCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSpamCommentError { +extension ViafouraSDK.VFSpamCommentError { public var errorDescription: Swift.String? { get } @@ -1630,66 +1630,66 @@ extension VFSpamCommentError { } public enum VFUnsubscribeTopicError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnsubscribeTopicError, b: VFUnsubscribeTopicError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnsubscribeTopicError, b: ViafouraSDK.VFUnsubscribeTopicError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnsubscribeTopicError { +extension ViafouraSDK.VFUnsubscribeTopicError { public var errorDescription: Swift.String? { get } } public enum VFPinCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFPinCommentError, b: VFPinCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFPinCommentError, b: ViafouraSDK.VFPinCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFPinCommentError { +extension ViafouraSDK.VFPinCommentError { public var errorDescription: Swift.String? { get } } public enum VFUnlikeChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnlikeChatError, b: VFUnlikeChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnlikeChatError, b: ViafouraSDK.VFUnlikeChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnlikeChatError { +extension ViafouraSDK.VFUnlikeChatError { public var errorDescription: Swift.String? { get } } public protocol VFCustomUIDelegate : AnyObject { - func customizeView(theme: VFTheme, view: VFCustomizableView) + func customizeView(theme: ViafouraSDK.VFTheme, view: ViafouraSDK.VFCustomizableView) } public struct VFSettings { - public let fonts: VFFonts - public var colors: VFColors - public init(colors: VFColors, fonts: VFFonts = VFFonts()) + public let fonts: ViafouraSDK.VFFonts + public var colors: ViafouraSDK.VFColors + public init(colors: ViafouraSDK.VFColors, fonts: ViafouraSDK.VFFonts = VFFonts()) } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class SingleChatViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class SingleChatViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFNewCommentViewController : VFUIViewController { - @_Concurrency.MainActor(unsafe) public static func new(newCommentActionType: VFNewCommentActionType, containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFNewCommentViewController? +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFNewCommentViewController : ViafouraSDK.VFUIViewController { + @_Concurrency.MainActor(unsafe) public static func new(newCommentActionType: ViafouraSDK.VFNewCommentActionType, containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFNewCommentViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public var canBecomeFirstResponder: Swift.Bool { @objc get @@ -1701,10 +1701,10 @@ public struct VFSettings { @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension VFNewCommentViewController : UIKit.UITextViewDelegate { +extension ViafouraSDK.VFNewCommentViewController : UIKit.UITextViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func textViewDidChange(_ textView: UIKit.UITextView) } -extension VFNewCommentViewController { +extension ViafouraSDK.VFNewCommentViewController { @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator) } public enum WidgetType : Swift.String, Swift.Encodable { @@ -1722,18 +1722,18 @@ public enum WidgetType : Swift.String, Swift.Encodable { get } } -extension VFAuthenticationService { - public func resetPassword(email: Swift.String, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func resetPassword(email: Swift.String, completion: @escaping ((Swift.Result) -> ())) } public enum VFPasswordResetError : Foundation.LocalizedError { case unknown - public static func == (a: VFPasswordResetError, b: VFPasswordResetError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFPasswordResetError, b: ViafouraSDK.VFPasswordResetError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFPasswordResetError { +extension ViafouraSDK.VFPasswordResetError { public var errorDescription: Swift.String? { get } @@ -1748,13 +1748,13 @@ extension VFPasswordResetError { } public enum VFUserInfoError : Foundation.LocalizedError { case unknown - public static func == (a: VFUserInfoError, b: VFUserInfoError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUserInfoError, b: ViafouraSDK.VFUserInfoError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUserInfoError { +extension ViafouraSDK.VFUserInfoError { public var errorDescription: Swift.String? { get } @@ -1764,26 +1764,26 @@ extension VFUserInfoError { } public enum VFUpdateChatContainerError : Foundation.LocalizedError { case unknown - public static func == (a: VFUpdateChatContainerError, b: VFUpdateChatContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUpdateChatContainerError, b: ViafouraSDK.VFUpdateChatContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUpdateChatContainerError { +extension ViafouraSDK.VFUpdateChatContainerError { public var errorDescription: Swift.String? { get } } public enum VFDisableCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFDisableCommentError, b: VFDisableCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDisableCommentError, b: ViafouraSDK.VFDisableCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDisableCommentError { +extension ViafouraSDK.VFDisableCommentError { public var errorDescription: Swift.String? { get } @@ -1829,235 +1829,235 @@ public enum EventLoginType : Swift.String, Swift.Encodable { } public enum VFUnspamCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnspamCommentError, b: VFUnspamCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnspamCommentError, b: ViafouraSDK.VFUnspamCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnspamCommentError { +extension ViafouraSDK.VFUnspamCommentError { public var errorDescription: Swift.String? { get } } public enum VFDeleteCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFDeleteCommentError, b: VFDeleteCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDeleteCommentError, b: ViafouraSDK.VFDeleteCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDeleteCommentError { +extension ViafouraSDK.VFDeleteCommentError { public var errorDescription: Swift.String? { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveChatViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveChatViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, paginationSize: Swift.Int = 10, sectionUUID: Foundation.UUID? = nil) -> VFLiveChatViewController? + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, paginationSize: Swift.Int = 10, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFLiveChatViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension VFLiveChatViewController : UIKit.UITextViewDelegate { +extension ViafouraSDK.VFLiveChatViewController : UIKit.UITextViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func textViewDidChange(_ textView: UIKit.UITextView) } -extension VFDislikeChatError : Swift.Equatable {} -extension VFDislikeChatError : Swift.Hashable {} -extension VFSingleStoryError : Swift.Equatable {} -extension VFSingleStoryError : Swift.Hashable {} -extension VFCreateCommentReplyError : Swift.Equatable {} -extension VFCreateCommentReplyError : Swift.Hashable {} -extension VFDeleteStoryError : Swift.Equatable {} -extension VFDeleteStoryError : Swift.Hashable {} -extension VFLoginStatus : Swift.Equatable {} -extension VFLoginStatus : Swift.Hashable {} -extension VFLoginStatusError : Swift.Equatable {} -extension VFLoginStatusError : Swift.Hashable {} -extension VFUnflagCommentError : Swift.Equatable {} -extension VFUnflagCommentError : Swift.Hashable {} -extension VFUnlikeStoryError : Swift.Equatable {} -extension VFUnlikeStoryError : Swift.Hashable {} -extension VFFlagCommentError : Swift.Equatable {} -extension VFFlagCommentError : Swift.Hashable {} -extension VFChatListError : Swift.Equatable {} -extension VFChatListError : Swift.Hashable {} -extension VFLikeStoryError : Swift.Equatable {} -extension VFLikeStoryError : Swift.Hashable {} -extension VFUpdateUserAvatarError : Swift.Equatable {} -extension VFUpdateUserAvatarError : Swift.Hashable {} -extension VFTheme : Swift.Equatable {} -extension VFTheme : Swift.Hashable {} -extension VFAuthPromptType : Swift.Equatable {} -extension VFAuthPromptType : Swift.Hashable {} -extension VFProfilePresentationType : Swift.Equatable {} -extension VFProfilePresentationType : Swift.Hashable {} -extension VFSingleChatError : Swift.Equatable {} -extension VFSingleChatError : Swift.Hashable {} -extension VFClosePollError : Swift.Equatable {} -extension VFClosePollError : Swift.Hashable {} -extension VFDislikeCommentError : Swift.Equatable {} -extension VFDislikeCommentError : Swift.Hashable {} -extension VFCommentContainerSignatureError : Swift.Equatable {} -extension VFCommentContainerSignatureError : Swift.Hashable {} -extension VFChatSelectionError : Swift.Equatable {} -extension VFChatSelectionError : Swift.Hashable {} -extension VFEnableChatError : Swift.Equatable {} -extension VFEnableChatError : Swift.Hashable {} -extension VFChatModerationListError : Swift.Equatable {} -extension VFChatModerationListError : Swift.Hashable {} -extension VFLoginError : Swift.Equatable {} -extension VFLoginError : Swift.Hashable {} -extension VFLikeCommentError : Swift.Equatable {} -extension VFLikeCommentError : Swift.Hashable {} -extension VFEnableCommentError : Swift.Equatable {} -extension VFEnableCommentError : Swift.Hashable {} -extension EventAttemptedAction : Swift.Equatable {} -extension EventAttemptedAction : Swift.Hashable {} -extension EventAttemptedAction : Swift.RawRepresentable {} -extension CommentNodeType : Swift.Equatable {} -extension CommentNodeType : Swift.Hashable {} -extension VFUpdateCommentsContainerSettingsError : Swift.Equatable {} -extension VFUpdateCommentsContainerSettingsError : Swift.Hashable {} -extension VFDisableChatError : Swift.Equatable {} -extension VFDisableChatError : Swift.Hashable {} -extension VFUnflagChatError : Swift.Equatable {} -extension VFUnflagChatError : Swift.Hashable {} -extension VFLikeChatError : Swift.Equatable {} -extension VFLikeChatError : Swift.Hashable {} -extension VFUndislikeStoryError : Swift.Equatable {} -extension VFUndislikeStoryError : Swift.Hashable {} -extension VFVotePollError : Swift.Equatable {} -extension VFVotePollError : Swift.Hashable {} -extension VFReplyStoryError : Swift.Equatable {} -extension VFReplyStoryError : Swift.Hashable {} -extension VFCommentsProfileError : Swift.Equatable {} -extension VFCommentsProfileError : Swift.Hashable {} -extension VFPollContainerError : Swift.Equatable {} -extension VFPollContainerError : Swift.Hashable {} -extension VFStoryContainerError : Swift.Equatable {} -extension VFStoryContainerError : Swift.Hashable {} -extension VFFilterType : Swift.Equatable {} -extension VFFilterType : Swift.Hashable {} -extension VFUndislikeChatError : Swift.Equatable {} -extension VFUndislikeChatError : Swift.Hashable {} -extension VFDislikeStoryError : Swift.Equatable {} -extension VFDislikeStoryError : Swift.Hashable {} -extension VFEditorPickCommentError : Swift.Equatable {} -extension VFEditorPickCommentError : Swift.Hashable {} -extension VFSignUpError : Swift.Equatable {} -extension VFSignUpError : Swift.Hashable {} -extension VFSocialLoginError : Swift.Equatable {} -extension VFSocialLoginError : Swift.Hashable {} -extension VFCommentContainerError : Swift.Equatable {} -extension VFCommentContainerError : Swift.Hashable {} -extension VFUnlikeCommentError : Swift.Equatable {} -extension VFUnlikeCommentError : Swift.Hashable {} -extension VFUserMutesError : Swift.Equatable {} -extension VFUserMutesError : Swift.Hashable {} -extension VFUnmuteUserError : Swift.Equatable {} -extension VFUnmuteUserError : Swift.Hashable {} -extension VFMuteUserError : Swift.Equatable {} -extension VFMuteUserError : Swift.Hashable {} -extension VFFlagChatError : Swift.Equatable {} -extension VFFlagChatError : Swift.Hashable {} -extension VFOpenIdLoginError : Swift.Equatable {} -extension VFOpenIdLoginError : Swift.Hashable {} -extension VFDeleteChatError : Swift.Equatable {} -extension VFDeleteChatError : Swift.Hashable {} -extension VFCreateCommentError : Swift.Equatable {} -extension VFCreateCommentError : Swift.Hashable {} -extension VFUserCommentsError : Swift.Equatable {} -extension VFUserCommentsError : Swift.Hashable {} -extension EventType : Swift.Equatable {} -extension EventType : Swift.Hashable {} -extension EventType : Swift.RawRepresentable {} -extension VFSortType : Swift.Equatable {} -extension VFSortType : Swift.Hashable {} -extension VFCommentListError : Swift.Equatable {} -extension VFCommentListError : Swift.Hashable {} -extension VFUpdateUserError : Swift.Equatable {} -extension VFUpdateUserError : Swift.Hashable {} -extension VFEditCommentError : Swift.Equatable {} -extension VFEditCommentError : Swift.Hashable {} -extension VFCreatePollError : Swift.Equatable {} -extension VFCreatePollError : Swift.Hashable {} -extension VFLoginRadiusLoginError : Swift.Equatable {} -extension VFLoginRadiusLoginError : Swift.Hashable {} -extension VFTrendingSortType : Swift.Equatable {} -extension VFTrendingSortType : Swift.Hashable {} -extension VFTrendingSortType : Swift.RawRepresentable {} -extension VFStorySelectionError : Swift.Equatable {} -extension VFStorySelectionError : Swift.Hashable {} -extension VFUndislikeCommentError : Swift.Equatable {} -extension VFUndislikeCommentError : Swift.Hashable {} -extension VFRemovePollError : Swift.Equatable {} -extension VFRemovePollError : Swift.Hashable {} -extension VFCommentCountError : Swift.Equatable {} -extension VFCommentCountError : Swift.Hashable {} -extension VFCommentError : Swift.Equatable {} -extension VFCommentError : Swift.Hashable {} -extension VFTopicsSubscribedError : Swift.Equatable {} -extension VFTopicsSubscribedError : Swift.Hashable {} -extension VFUnpinCommentError : Swift.Equatable {} -extension VFUnpinCommentError : Swift.Hashable {} -extension VFCommentRepliesError : Swift.Equatable {} -extension VFCommentRepliesError : Swift.Hashable {} -extension VFReplyChatError : Swift.Equatable {} -extension VFReplyChatError : Swift.Hashable {} -extension VFCommentModerationListError : Swift.Equatable {} -extension VFCommentModerationListError : Swift.Hashable {} -extension VFTrendingError : Swift.Equatable {} -extension VFTrendingError : Swift.Hashable {} -extension VFCreateCommentMediaError : Swift.Equatable {} -extension VFCreateCommentMediaError : Swift.Hashable {} -extension VFUpdateStoryContainerError : Swift.Equatable {} -extension VFUpdateStoryContainerError : Swift.Hashable {} -extension VFChatContainerError : Swift.Equatable {} -extension VFChatContainerError : Swift.Hashable {} -extension VFCreateStoryError : Swift.Equatable {} -extension VFCreateStoryError : Swift.Hashable {} -extension VFCookieLoginError : Swift.Equatable {} -extension VFCookieLoginError : Swift.Hashable {} -extension VFSubscribeTopicError : Swift.Equatable {} -extension VFSubscribeTopicError : Swift.Hashable {} -extension VFStoryListError : Swift.Equatable {} -extension VFStoryListError : Swift.Hashable {} -extension VFCreateChatError : Swift.Equatable {} -extension VFCreateChatError : Swift.Hashable {} -extension VFRemoveEditorPickCommentError : Swift.Equatable {} -extension VFRemoveEditorPickCommentError : Swift.Hashable {} -extension VFSpamCommentError : Swift.Equatable {} -extension VFSpamCommentError : Swift.Hashable {} -extension VFUnsubscribeTopicError : Swift.Equatable {} -extension VFUnsubscribeTopicError : Swift.Hashable {} -extension VFPinCommentError : Swift.Equatable {} -extension VFPinCommentError : Swift.Hashable {} -extension VFUnlikeChatError : Swift.Equatable {} -extension VFUnlikeChatError : Swift.Hashable {} -extension WidgetType : Swift.Equatable {} -extension WidgetType : Swift.Hashable {} -extension WidgetType : Swift.RawRepresentable {} -extension VFPasswordResetError : Swift.Equatable {} -extension VFPasswordResetError : Swift.Hashable {} -extension VFUserInfoError : Swift.Equatable {} -extension VFUserInfoError : Swift.Hashable {} -extension VFUpdateChatContainerError : Swift.Equatable {} -extension VFUpdateChatContainerError : Swift.Hashable {} -extension VFDisableCommentError : Swift.Equatable {} -extension VFDisableCommentError : Swift.Hashable {} -extension VFSocialLoginProvider : Swift.Equatable {} -extension VFSocialLoginProvider : Swift.Hashable {} -extension VFSocialLoginProvider : Swift.RawRepresentable {} -extension EventLoginType : Swift.Equatable {} -extension EventLoginType : Swift.Hashable {} -extension EventLoginType : Swift.RawRepresentable {} -extension VFUnspamCommentError : Swift.Equatable {} -extension VFUnspamCommentError : Swift.Hashable {} -extension VFDeleteCommentError : Swift.Equatable {} -extension VFDeleteCommentError : Swift.Hashable {} +extension ViafouraSDK.VFDislikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFDislikeChatError : Swift.Hashable {} +extension ViafouraSDK.VFSingleStoryError : Swift.Equatable {} +extension ViafouraSDK.VFSingleStoryError : Swift.Hashable {} +extension ViafouraSDK.VFCreateCommentReplyError : Swift.Equatable {} +extension ViafouraSDK.VFCreateCommentReplyError : Swift.Hashable {} +extension ViafouraSDK.VFDeleteStoryError : Swift.Equatable {} +extension ViafouraSDK.VFDeleteStoryError : Swift.Hashable {} +extension ViafouraSDK.VFLoginStatus : Swift.Equatable {} +extension ViafouraSDK.VFLoginStatus : Swift.Hashable {} +extension ViafouraSDK.VFLoginStatusError : Swift.Equatable {} +extension ViafouraSDK.VFLoginStatusError : Swift.Hashable {} +extension ViafouraSDK.VFUnflagCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnflagCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUnlikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFUnlikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFFlagCommentError : Swift.Equatable {} +extension ViafouraSDK.VFFlagCommentError : Swift.Hashable {} +extension ViafouraSDK.VFChatListError : Swift.Equatable {} +extension ViafouraSDK.VFChatListError : Swift.Hashable {} +extension ViafouraSDK.VFLikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFLikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateUserAvatarError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateUserAvatarError : Swift.Hashable {} +extension ViafouraSDK.VFTheme : Swift.Equatable {} +extension ViafouraSDK.VFTheme : Swift.Hashable {} +extension ViafouraSDK.VFAuthPromptType : Swift.Equatable {} +extension ViafouraSDK.VFAuthPromptType : Swift.Hashable {} +extension ViafouraSDK.VFProfilePresentationType : Swift.Equatable {} +extension ViafouraSDK.VFProfilePresentationType : Swift.Hashable {} +extension ViafouraSDK.VFSingleChatError : Swift.Equatable {} +extension ViafouraSDK.VFSingleChatError : Swift.Hashable {} +extension ViafouraSDK.VFClosePollError : Swift.Equatable {} +extension ViafouraSDK.VFClosePollError : Swift.Hashable {} +extension ViafouraSDK.VFDislikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFDislikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFCommentContainerSignatureError : Swift.Equatable {} +extension ViafouraSDK.VFCommentContainerSignatureError : Swift.Hashable {} +extension ViafouraSDK.VFChatSelectionError : Swift.Equatable {} +extension ViafouraSDK.VFChatSelectionError : Swift.Hashable {} +extension ViafouraSDK.VFEnableChatError : Swift.Equatable {} +extension ViafouraSDK.VFEnableChatError : Swift.Hashable {} +extension ViafouraSDK.VFChatModerationListError : Swift.Equatable {} +extension ViafouraSDK.VFChatModerationListError : Swift.Hashable {} +extension ViafouraSDK.VFLoginError : Swift.Equatable {} +extension ViafouraSDK.VFLoginError : Swift.Hashable {} +extension ViafouraSDK.VFLikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFLikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFEnableCommentError : Swift.Equatable {} +extension ViafouraSDK.VFEnableCommentError : Swift.Hashable {} +extension ViafouraSDK.EventAttemptedAction : Swift.Equatable {} +extension ViafouraSDK.EventAttemptedAction : Swift.Hashable {} +extension ViafouraSDK.EventAttemptedAction : Swift.RawRepresentable {} +extension ViafouraSDK.CommentNodeType : Swift.Equatable {} +extension ViafouraSDK.CommentNodeType : Swift.Hashable {} +extension ViafouraSDK.VFUpdateCommentsContainerSettingsError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateCommentsContainerSettingsError : Swift.Hashable {} +extension ViafouraSDK.VFDisableChatError : Swift.Equatable {} +extension ViafouraSDK.VFDisableChatError : Swift.Hashable {} +extension ViafouraSDK.VFUnflagChatError : Swift.Equatable {} +extension ViafouraSDK.VFUnflagChatError : Swift.Hashable {} +extension ViafouraSDK.VFLikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFLikeChatError : Swift.Hashable {} +extension ViafouraSDK.VFUndislikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFUndislikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFVotePollError : Swift.Equatable {} +extension ViafouraSDK.VFVotePollError : Swift.Hashable {} +extension ViafouraSDK.VFReplyStoryError : Swift.Equatable {} +extension ViafouraSDK.VFReplyStoryError : Swift.Hashable {} +extension ViafouraSDK.VFCommentsProfileError : Swift.Equatable {} +extension ViafouraSDK.VFCommentsProfileError : Swift.Hashable {} +extension ViafouraSDK.VFPollContainerError : Swift.Equatable {} +extension ViafouraSDK.VFPollContainerError : Swift.Hashable {} +extension ViafouraSDK.VFStoryContainerError : Swift.Equatable {} +extension ViafouraSDK.VFStoryContainerError : Swift.Hashable {} +extension ViafouraSDK.VFFilterType : Swift.Equatable {} +extension ViafouraSDK.VFFilterType : Swift.Hashable {} +extension ViafouraSDK.VFUndislikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFUndislikeChatError : Swift.Hashable {} +extension ViafouraSDK.VFDislikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFDislikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFEditorPickCommentError : Swift.Equatable {} +extension ViafouraSDK.VFEditorPickCommentError : Swift.Hashable {} +extension ViafouraSDK.VFSignUpError : Swift.Equatable {} +extension ViafouraSDK.VFSignUpError : Swift.Hashable {} +extension ViafouraSDK.VFSocialLoginError : Swift.Equatable {} +extension ViafouraSDK.VFSocialLoginError : Swift.Hashable {} +extension ViafouraSDK.VFCommentContainerError : Swift.Equatable {} +extension ViafouraSDK.VFCommentContainerError : Swift.Hashable {} +extension ViafouraSDK.VFUnlikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnlikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUserMutesError : Swift.Equatable {} +extension ViafouraSDK.VFUserMutesError : Swift.Hashable {} +extension ViafouraSDK.VFUnmuteUserError : Swift.Equatable {} +extension ViafouraSDK.VFUnmuteUserError : Swift.Hashable {} +extension ViafouraSDK.VFMuteUserError : Swift.Equatable {} +extension ViafouraSDK.VFMuteUserError : Swift.Hashable {} +extension ViafouraSDK.VFFlagChatError : Swift.Equatable {} +extension ViafouraSDK.VFFlagChatError : Swift.Hashable {} +extension ViafouraSDK.VFOpenIdLoginError : Swift.Equatable {} +extension ViafouraSDK.VFOpenIdLoginError : Swift.Hashable {} +extension ViafouraSDK.VFDeleteChatError : Swift.Equatable {} +extension ViafouraSDK.VFDeleteChatError : Swift.Hashable {} +extension ViafouraSDK.VFCreateCommentError : Swift.Equatable {} +extension ViafouraSDK.VFCreateCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUserCommentsError : Swift.Equatable {} +extension ViafouraSDK.VFUserCommentsError : Swift.Hashable {} +extension ViafouraSDK.EventType : Swift.Equatable {} +extension ViafouraSDK.EventType : Swift.Hashable {} +extension ViafouraSDK.EventType : Swift.RawRepresentable {} +extension ViafouraSDK.VFSortType : Swift.Equatable {} +extension ViafouraSDK.VFSortType : Swift.Hashable {} +extension ViafouraSDK.VFCommentListError : Swift.Equatable {} +extension ViafouraSDK.VFCommentListError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateUserError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateUserError : Swift.Hashable {} +extension ViafouraSDK.VFEditCommentError : Swift.Equatable {} +extension ViafouraSDK.VFEditCommentError : Swift.Hashable {} +extension ViafouraSDK.VFCreatePollError : Swift.Equatable {} +extension ViafouraSDK.VFCreatePollError : Swift.Hashable {} +extension ViafouraSDK.VFLoginRadiusLoginError : Swift.Equatable {} +extension ViafouraSDK.VFLoginRadiusLoginError : Swift.Hashable {} +extension ViafouraSDK.VFTrendingSortType : Swift.Equatable {} +extension ViafouraSDK.VFTrendingSortType : Swift.Hashable {} +extension ViafouraSDK.VFTrendingSortType : Swift.RawRepresentable {} +extension ViafouraSDK.VFStorySelectionError : Swift.Equatable {} +extension ViafouraSDK.VFStorySelectionError : Swift.Hashable {} +extension ViafouraSDK.VFUndislikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUndislikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFRemovePollError : Swift.Equatable {} +extension ViafouraSDK.VFRemovePollError : Swift.Hashable {} +extension ViafouraSDK.VFCommentCountError : Swift.Equatable {} +extension ViafouraSDK.VFCommentCountError : Swift.Hashable {} +extension ViafouraSDK.VFCommentError : Swift.Equatable {} +extension ViafouraSDK.VFCommentError : Swift.Hashable {} +extension ViafouraSDK.VFTopicsSubscribedError : Swift.Equatable {} +extension ViafouraSDK.VFTopicsSubscribedError : Swift.Hashable {} +extension ViafouraSDK.VFUnpinCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnpinCommentError : Swift.Hashable {} +extension ViafouraSDK.VFCommentRepliesError : Swift.Equatable {} +extension ViafouraSDK.VFCommentRepliesError : Swift.Hashable {} +extension ViafouraSDK.VFReplyChatError : Swift.Equatable {} +extension ViafouraSDK.VFReplyChatError : Swift.Hashable {} +extension ViafouraSDK.VFCommentModerationListError : Swift.Equatable {} +extension ViafouraSDK.VFCommentModerationListError : Swift.Hashable {} +extension ViafouraSDK.VFTrendingError : Swift.Equatable {} +extension ViafouraSDK.VFTrendingError : Swift.Hashable {} +extension ViafouraSDK.VFCreateCommentMediaError : Swift.Equatable {} +extension ViafouraSDK.VFCreateCommentMediaError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateStoryContainerError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateStoryContainerError : Swift.Hashable {} +extension ViafouraSDK.VFChatContainerError : Swift.Equatable {} +extension ViafouraSDK.VFChatContainerError : Swift.Hashable {} +extension ViafouraSDK.VFCreateStoryError : Swift.Equatable {} +extension ViafouraSDK.VFCreateStoryError : Swift.Hashable {} +extension ViafouraSDK.VFCookieLoginError : Swift.Equatable {} +extension ViafouraSDK.VFCookieLoginError : Swift.Hashable {} +extension ViafouraSDK.VFSubscribeTopicError : Swift.Equatable {} +extension ViafouraSDK.VFSubscribeTopicError : Swift.Hashable {} +extension ViafouraSDK.VFStoryListError : Swift.Equatable {} +extension ViafouraSDK.VFStoryListError : Swift.Hashable {} +extension ViafouraSDK.VFCreateChatError : Swift.Equatable {} +extension ViafouraSDK.VFCreateChatError : Swift.Hashable {} +extension ViafouraSDK.VFRemoveEditorPickCommentError : Swift.Equatable {} +extension ViafouraSDK.VFRemoveEditorPickCommentError : Swift.Hashable {} +extension ViafouraSDK.VFSpamCommentError : Swift.Equatable {} +extension ViafouraSDK.VFSpamCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUnsubscribeTopicError : Swift.Equatable {} +extension ViafouraSDK.VFUnsubscribeTopicError : Swift.Hashable {} +extension ViafouraSDK.VFPinCommentError : Swift.Equatable {} +extension ViafouraSDK.VFPinCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUnlikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFUnlikeChatError : Swift.Hashable {} +extension ViafouraSDK.WidgetType : Swift.Equatable {} +extension ViafouraSDK.WidgetType : Swift.Hashable {} +extension ViafouraSDK.WidgetType : Swift.RawRepresentable {} +extension ViafouraSDK.VFPasswordResetError : Swift.Equatable {} +extension ViafouraSDK.VFPasswordResetError : Swift.Hashable {} +extension ViafouraSDK.VFUserInfoError : Swift.Equatable {} +extension ViafouraSDK.VFUserInfoError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateChatContainerError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateChatContainerError : Swift.Hashable {} +extension ViafouraSDK.VFDisableCommentError : Swift.Equatable {} +extension ViafouraSDK.VFDisableCommentError : Swift.Hashable {} +extension ViafouraSDK.VFSocialLoginProvider : Swift.Equatable {} +extension ViafouraSDK.VFSocialLoginProvider : Swift.Hashable {} +extension ViafouraSDK.VFSocialLoginProvider : Swift.RawRepresentable {} +extension ViafouraSDK.EventLoginType : Swift.Equatable {} +extension ViafouraSDK.EventLoginType : Swift.Hashable {} +extension ViafouraSDK.EventLoginType : Swift.RawRepresentable {} +extension ViafouraSDK.VFUnspamCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnspamCommentError : Swift.Hashable {} +extension ViafouraSDK.VFDeleteCommentError : Swift.Equatable {} +extension ViafouraSDK.VFDeleteCommentError : Swift.Hashable {} diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftinterface-e b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftinterface-e index 35f6b2ed..920e4727 100644 --- a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftinterface-e +++ b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftinterface-e @@ -24,13 +24,13 @@ import _SwiftConcurrencyShims } public enum VFDislikeChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFDislikeChatError, b: VFDislikeChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDislikeChatError, b: ViafouraSDK.VFDislikeChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDislikeChatError { +extension ViafouraSDK.VFDislikeChatError { public var errorDescription: Swift.String? { get } @@ -42,35 +42,35 @@ public struct VFColors { public init(colorPrimary: UIKit.UIColor = VFDefaultColors.colorPrimaryDefault(), colorPrimaryLight: UIKit.UIColor = VFDefaultColors.colorPrimaryLightDefault(), colorBackground: UIKit.UIColor = VFDefaultColors.colorBackgroundDefault(), colorSeparator: UIKit.UIColor = VFDefaultColors.colorSeparatorDefault(), colorAvatars: [UIKit.UIColor] = Constants.AvatarColors.colors) } public struct VFDefaultColors { - public static func colorBackgroundDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorText1Default(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorText2Default(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorSeparatorDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorErrorDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorWarningDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorEditorPicksDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorThreadingLines(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorChatBubbleDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorPinnedDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorPinnedBadgeDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorPrimaryDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorPrimaryLightDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorBorder1Default(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorAuthorBadgeDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorModeratorBadgeDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorNewCommentText(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorIcons(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorInputBox(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorBackgroundDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorText1Default(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorText2Default(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorSeparatorDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorErrorDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorWarningDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorEditorPicksDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorThreadingLines(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorChatBubbleDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPinnedDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPinnedBadgeDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPrimaryDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPrimaryLightDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorBorder1Default(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorAuthorBadgeDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorModeratorBadgeDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorNewCommentText(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorIcons(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorInputBox(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor } public enum VFSingleStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFSingleStoryError, b: VFSingleStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSingleStoryError, b: ViafouraSDK.VFSingleStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSingleStoryError { +extension ViafouraSDK.VFSingleStoryError { public var errorDescription: Swift.String? { get } @@ -84,13 +84,13 @@ extension VFSingleStoryError { public enum VFCreateCommentReplyError : Foundation.LocalizedError { case unknown case unauthorized - public static func == (a: VFCreateCommentReplyError, b: VFCreateCommentReplyError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreateCommentReplyError, b: ViafouraSDK.VFCreateCommentReplyError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreateCommentReplyError { +extension ViafouraSDK.VFCreateCommentReplyError { public var errorDescription: Swift.String? { get } @@ -102,24 +102,24 @@ extension VFCreateCommentReplyError { } public enum VFDeleteStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFDeleteStoryError, b: VFDeleteStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDeleteStoryError, b: ViafouraSDK.VFDeleteStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDeleteStoryError { +extension ViafouraSDK.VFDeleteStoryError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { - public func getUserLoginStatus(completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func getUserLoginStatus(completion: @escaping ((Swift.Result) -> ())) } public enum VFLoginStatus { case notLoggedIn case loggedIn - public static func == (a: VFLoginStatus, b: VFLoginStatus) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLoginStatus, b: ViafouraSDK.VFLoginStatus) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -127,68 +127,68 @@ public enum VFLoginStatus { } public enum VFLoginStatusError : Foundation.LocalizedError { case unknown - public static func == (a: VFLoginStatusError, b: VFLoginStatusError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLoginStatusError, b: ViafouraSDK.VFLoginStatusError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLoginStatusError { +extension ViafouraSDK.VFLoginStatusError { public var errorDescription: Swift.String? { get } } public enum VFUnflagCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnflagCommentError, b: VFUnflagCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnflagCommentError, b: ViafouraSDK.VFUnflagCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnflagCommentError { +extension ViafouraSDK.VFUnflagCommentError { public var errorDescription: Swift.String? { get } } public enum VFUnlikeStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnlikeStoryError, b: VFUnlikeStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnlikeStoryError, b: ViafouraSDK.VFUnlikeStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnlikeStoryError { +extension ViafouraSDK.VFUnlikeStoryError { public var errorDescription: Swift.String? { get } } public protocol VFAdDelegate : ObjectiveC.NSObject { - func generateAd(viewController: VFUIViewController, adPosition: Swift.Int) -> VFAdView - func getAdInterval(viewController: VFUIViewController) -> Swift.Int - func getFirstAdPosition(viewController: VFUIViewController) -> Swift.Int + func generateAd(viewController: ViafouraSDK.VFUIViewController, adPosition: Swift.Int) -> ViafouraSDK.VFAdView + func getAdInterval(viewController: ViafouraSDK.VFUIViewController) -> Swift.Int + func getFirstAdPosition(viewController: ViafouraSDK.VFUIViewController) -> Swift.Int } -extension VFAdDelegate { - public func getFirstAdPosition(viewController: VFUIViewController) -> Swift.Int +extension ViafouraSDK.VFAdDelegate { + public func getFirstAdPosition(viewController: ViafouraSDK.VFUIViewController) -> Swift.Int } public protocol VFLocalAdDelegate : ObjectiveC.NSObject { - func generateAd(adPosition: Swift.Int) -> VFAdView + func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView func getAdInterval() -> Swift.Int func getFirstAdPosition() -> Swift.Int } -extension VFLocalAdDelegate { +extension ViafouraSDK.VFLocalAdDelegate { public func getFirstAdPosition() -> Swift.Int } public enum VFFlagCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFFlagCommentError, b: VFFlagCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFFlagCommentError, b: ViafouraSDK.VFFlagCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFFlagCommentError { +extension ViafouraSDK.VFFlagCommentError { public var errorDescription: Swift.String? { get } @@ -198,39 +198,39 @@ extension VFFlagCommentError { } public enum VFChatListError : Foundation.LocalizedError { case unknown - public static func == (a: VFChatListError, b: VFChatListError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFChatListError, b: ViafouraSDK.VFChatListError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFChatListError { +extension ViafouraSDK.VFChatListError { public var errorDescription: Swift.String? { get } } public enum VFLikeStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFLikeStoryError, b: VFLikeStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLikeStoryError, b: ViafouraSDK.VFLikeStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLikeStoryError { +extension ViafouraSDK.VFLikeStoryError { public var errorDescription: Swift.String? { get } } public enum VFUpdateUserAvatarError : Foundation.LocalizedError { case unknown - public static func == (a: VFUpdateUserAvatarError, b: VFUpdateUserAvatarError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUpdateUserAvatarError, b: ViafouraSDK.VFUpdateUserAvatarError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUpdateUserAvatarError { +extension ViafouraSDK.VFUpdateUserAvatarError { public var errorDescription: Swift.String? { get } @@ -238,24 +238,24 @@ extension VFUpdateUserAvatarError { public enum VFTheme { case dark case light - public static func == (a: VFTheme, b: VFTheme) -> Swift.Bool + public static func == (a: ViafouraSDK.VFTheme, b: ViafouraSDK.VFTheme) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -public typealias VFActionsCallbacks = (VFActionCallbackType) -> Swift.Void +public typealias VFActionsCallbacks = (ViafouraSDK.VFActionCallbackType) -> Swift.Void public enum VFActionCallbackType { case seeMoreCommentsPressed - case writeNewCommentPressed(actionType: VFNewCommentActionType) + case writeNewCommentPressed(actionType: ViafouraSDK.VFNewCommentActionType) case closeNewCommentPressed - case openProfilePressed(userUUID: Foundation.UUID, presentationType: VFProfilePresentationType) - case notificationPressed(presentationType: VFNotificationPresentationType) + case openProfilePressed(userUUID: Foundation.UUID, presentationType: ViafouraSDK.VFProfilePresentationType) + case notificationPressed(presentationType: ViafouraSDK.VFNotificationPresentationType) case closeProfilePressed - case trendingArticlePressed(metadata: VFArticleMetadata, containerId: Swift.String) + case trendingArticlePressed(metadata: ViafouraSDK.VFArticleMetadata, containerId: Swift.String) case commentPosted(contentUUID: Foundation.UUID) case replyPosted(contentUUID: Foundation.UUID) - case authPressed(promptType: VFAuthPromptType) + case authPressed(promptType: ViafouraSDK.VFAuthPromptType) } public enum VFAuthPromptType { case dislike @@ -267,7 +267,7 @@ public enum VFAuthPromptType { case followConversation case followUser case muteUser - public static func == (a: VFAuthPromptType, b: VFAuthPromptType) -> Swift.Bool + public static func == (a: ViafouraSDK.VFAuthPromptType, b: ViafouraSDK.VFAuthPromptType) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -280,7 +280,7 @@ public enum VFNotificationPresentationType { public enum VFProfilePresentationType { case profile case feed - public static func == (a: VFProfilePresentationType, b: VFProfilePresentationType) -> Swift.Bool + public static func == (a: ViafouraSDK.VFProfilePresentationType, b: ViafouraSDK.VFProfilePresentationType) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -296,39 +296,39 @@ public enum VFNewCommentActionType { } public enum VFSingleChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFSingleChatError, b: VFSingleChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSingleChatError, b: ViafouraSDK.VFSingleChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSingleChatError { +extension ViafouraSDK.VFSingleChatError { public var errorDescription: Swift.String? { get } } public enum VFClosePollError : Foundation.LocalizedError { case unknown - public static func == (a: VFClosePollError, b: VFClosePollError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFClosePollError, b: ViafouraSDK.VFClosePollError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFClosePollError { +extension ViafouraSDK.VFClosePollError { public var errorDescription: Swift.String? { get } } public enum VFDislikeCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFDislikeCommentError, b: VFDislikeCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDislikeCommentError, b: ViafouraSDK.VFDislikeCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDislikeCommentError { +extension ViafouraSDK.VFDislikeCommentError { public var errorDescription: Swift.String? { get } @@ -338,96 +338,96 @@ extension VFDislikeCommentError { required public init(from decoder: any Swift.Decoder) throws } @_hasMissingDesignatedInitializers public class AnalyticsService { - public func addWidget(_ widgetType: WidgetType) - public func removeWidget(_ widgetType: WidgetType) - public func logLoadMoreClick(eventSessionUUID: Foundation.UUID, tab: Swift.String, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date) - public func logConversationsBellClick(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date) + public func addWidget(_ widgetType: ViafouraSDK.WidgetType) + public func removeWidget(_ widgetType: ViafouraSDK.WidgetType) + public func logLoadMoreClick(eventSessionUUID: Foundation.UUID, tab: Swift.String, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date) + public func logConversationsBellClick(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date) public func logTrayTriggerClick(eventSessionUUID: Foundation.UUID, eventSessionStart: Foundation.Date) - public func logSortChange(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date, sort: Swift.String, defaultSort: Swift.String, oldSort: Swift.String) - public func logEventEngage(widgetType: WidgetType, eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date, time: Swift.Int64, vfTime: Swift.Int64, hiddenTime: Swift.Int64, focuses: Swift.Int) - public func logTrackAdCode(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, articleMetadata: VFArticleMetadata, status: Swift.String, failureReason: Swift.String, widgetType: WidgetType) - public func logTrackAdView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID? = nil, eventSessionStart: Foundation.Date, articleMetadata: VFArticleMetadata? = nil, adIntegration: Swift.String, limit: Swift.Int, childLimit: Swift.Int, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int, firstPromoPosition: Swift.Int, totalCount: Swift.Int, index: Swift.Int, threadType: Swift.String, widgetType: WidgetType) + public func logSortChange(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date, sort: Swift.String, defaultSort: Swift.String, oldSort: Swift.String) + public func logEventEngage(widgetType: ViafouraSDK.WidgetType, eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date, time: Swift.Int64, vfTime: Swift.Int64, hiddenTime: Swift.Int64, focuses: Swift.Int) + public func logTrackAdCode(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, articleMetadata: ViafouraSDK.VFArticleMetadata, status: Swift.String, failureReason: Swift.String, widgetType: ViafouraSDK.WidgetType) + public func logTrackAdView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID? = nil, eventSessionStart: Foundation.Date, articleMetadata: ViafouraSDK.VFArticleMetadata? = nil, adIntegration: Swift.String, limit: Swift.Int, childLimit: Swift.Int, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int, firstPromoPosition: Swift.Int, totalCount: Swift.Int, index: Swift.Int, threadType: Swift.String, widgetType: ViafouraSDK.WidgetType) public func logLogout() - public func logTrackAd(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID? = nil, eventSessionStart: Foundation.Date, articleMetadata: VFArticleMetadata? = nil, adIntegration: Swift.String, limit: Swift.Int? = nil, childLimit: Swift.Int? = nil, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int? = nil, firstPromoPosition: Swift.Int, totalCount: Swift.Int? = nil, index: Swift.Int, threadType: Swift.String? = nil, widgetType: WidgetType) - public func logInteraction(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, eventArticleMetadata: VFArticleMetadata, label: Swift.String, action: Swift.String) + public func logTrackAd(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID? = nil, eventSessionStart: Foundation.Date, articleMetadata: ViafouraSDK.VFArticleMetadata? = nil, adIntegration: Swift.String, limit: Swift.Int? = nil, childLimit: Swift.Int? = nil, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int? = nil, firstPromoPosition: Swift.Int, totalCount: Swift.Int? = nil, index: Swift.Int, threadType: Swift.String? = nil, widgetType: ViafouraSDK.WidgetType) + public func logInteraction(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, label: Swift.String, action: Swift.String) public func logPasswordReset(email: Swift.String) public func logSignup(loginType: Swift.String) public func logLoginFailure(loginType: Swift.String, error: Swift.String) public func logLoginSuccess() - public func logContainerLoad(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, allCommentsCount: Swift.Int, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date, contentContainerType: Swift.String) - public func logPageView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date) - public func logEventAttemptedAction(eventSessionUUID: Foundation.UUID, eventAttemptedAction: EventAttemptedAction, eventContainerId: Swift.String?, eventSectionUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata?, eventSessionStart: Foundation.Date) + public func logContainerLoad(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, allCommentsCount: Swift.Int, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date, contentContainerType: Swift.String) + public func logPageView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date) + public func logEventAttemptedAction(eventSessionUUID: Foundation.UUID, eventAttemptedAction: ViafouraSDK.EventAttemptedAction, eventContainerId: Swift.String?, eventSectionUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata?, eventSessionStart: Foundation.Date) @objc deinit } public enum VFCommentContainerSignatureError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentContainerSignatureError, b: VFCommentContainerSignatureError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentContainerSignatureError, b: ViafouraSDK.VFCommentContainerSignatureError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentContainerSignatureError { +extension ViafouraSDK.VFCommentContainerSignatureError { public var errorDescription: Swift.String? { get } } public enum VFChatSelectionError : Foundation.LocalizedError { case unknown - public static func == (a: VFChatSelectionError, b: VFChatSelectionError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFChatSelectionError, b: ViafouraSDK.VFChatSelectionError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFChatSelectionError { +extension ViafouraSDK.VFChatSelectionError { public var errorDescription: Swift.String? { get } } public enum VFEnableChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFEnableChatError, b: VFEnableChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFEnableChatError, b: ViafouraSDK.VFEnableChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFEnableChatError { +extension ViafouraSDK.VFEnableChatError { public var errorDescription: Swift.String? { get } } public enum VFChatModerationListError : Foundation.LocalizedError { case unknown - public static func == (a: VFChatModerationListError, b: VFChatModerationListError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFChatModerationListError, b: ViafouraSDK.VFChatModerationListError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFChatModerationListError { +extension ViafouraSDK.VFChatModerationListError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { - public func login(email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func login(email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ())) } public enum VFLoginError : Foundation.LocalizedError { case unknown - public static func == (a: VFLoginError, b: VFLoginError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLoginError, b: ViafouraSDK.VFLoginError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLoginError { +extension ViafouraSDK.VFLoginError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { +extension ViafouraSDK.VFAuthenticationService { public func logout() } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFButton : UIKit.UIButton { @@ -439,26 +439,26 @@ extension VFAuthenticationService { } public enum VFLikeCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFLikeCommentError, b: VFLikeCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLikeCommentError, b: ViafouraSDK.VFLikeCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLikeCommentError { +extension ViafouraSDK.VFLikeCommentError { public var errorDescription: Swift.String? { get } } public enum VFEnableCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFEnableCommentError, b: VFEnableCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFEnableCommentError, b: ViafouraSDK.VFEnableCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFEnableCommentError { +extension ViafouraSDK.VFEnableCommentError { public var errorDescription: Swift.String? { get } @@ -500,7 +500,7 @@ public enum CommentNodeType { case comment case writeReply case followPrompt - public static func == (a: CommentNodeType, b: CommentNodeType) -> Swift.Bool + public static func == (a: ViafouraSDK.CommentNodeType, b: ViafouraSDK.CommentNodeType) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -508,13 +508,13 @@ public enum CommentNodeType { } public enum VFUpdateCommentsContainerSettingsError : Foundation.LocalizedError { case unknown - public static func == (a: VFUpdateCommentsContainerSettingsError, b: VFUpdateCommentsContainerSettingsError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUpdateCommentsContainerSettingsError, b: ViafouraSDK.VFUpdateCommentsContainerSettingsError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUpdateCommentsContainerSettingsError { +extension ViafouraSDK.VFUpdateCommentsContainerSettingsError { public var errorDescription: Swift.String? { get } @@ -524,56 +524,56 @@ extension VFUpdateCommentsContainerSettingsError { } public enum VFDisableChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFDisableChatError, b: VFDisableChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDisableChatError, b: ViafouraSDK.VFDisableChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDisableChatError { +extension ViafouraSDK.VFDisableChatError { public var errorDescription: Swift.String? { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFVerticalTrendingViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFVerticalTrendingViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: VFTrendingSortType, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFVerticalTrendingViewController? + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: ViafouraSDK.VFTrendingSortType, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFVerticalTrendingViewController? @objc deinit @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any VFAdDelegate) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any ViafouraSDK.VFAdDelegate) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) } -extension VFVerticalTrendingViewController : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { +extension ViafouraSDK.VFVerticalTrendingViewController : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) } -extension VFVerticalTrendingViewController : VFLocalAdDelegate { - @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> VFAdView +extension ViafouraSDK.VFVerticalTrendingViewController : ViafouraSDK.VFLocalAdDelegate { + @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView @_Concurrency.MainActor(unsafe) public func getAdInterval() -> Swift.Int } -extension VFVerticalTrendingViewController { +extension ViafouraSDK.VFVerticalTrendingViewController { @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMove(toParent parent: UIKit.UIViewController?) } -extension VFVerticalTrendingViewController { +extension ViafouraSDK.VFVerticalTrendingViewController { @_Concurrency.MainActor(unsafe) @objc override dynamic public func observeValue(forKeyPath keyPath: Swift.String?, of object: Any?, change: [Foundation.NSKeyValueChangeKey : Any]?, context: Swift.UnsafeMutableRawPointer?) } public enum VFUnflagChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnflagChatError, b: VFUnflagChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnflagChatError, b: ViafouraSDK.VFUnflagChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnflagChatError { +extension ViafouraSDK.VFUnflagChatError { public var errorDescription: Swift.String? { get } @@ -583,39 +583,39 @@ extension VFUnflagChatError { } public enum VFLikeChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFLikeChatError, b: VFLikeChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLikeChatError, b: ViafouraSDK.VFLikeChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLikeChatError { +extension ViafouraSDK.VFLikeChatError { public var errorDescription: Swift.String? { get } } public enum VFUndislikeStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFUndislikeStoryError, b: VFUndislikeStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUndislikeStoryError, b: ViafouraSDK.VFUndislikeStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUndislikeStoryError { +extension ViafouraSDK.VFUndislikeStoryError { public var errorDescription: Swift.String? { get } } public enum VFVotePollError : Foundation.LocalizedError { case unknown - public static func == (a: VFVotePollError, b: VFVotePollError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFVotePollError, b: ViafouraSDK.VFVotePollError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFVotePollError { +extension ViafouraSDK.VFVotePollError { public var errorDescription: Swift.String? { get } @@ -623,53 +623,53 @@ extension VFVotePollError { @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFeaturedView : UIKit.UIView { @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFCarouselTrendingViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFCarouselTrendingViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: VFTrendingSortType, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFCarouselTrendingViewController? + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: ViafouraSDK.VFTrendingSortType, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFCarouselTrendingViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any VFAdDelegate) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any ViafouraSDK.VFAdDelegate) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension VFCarouselTrendingViewController : UIKit.UICollectionViewDataSource { +extension ViafouraSDK.VFCarouselTrendingViewController : UIKit.UICollectionViewDataSource { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, numberOfItemsInSection section: Swift.Int) -> Swift.Int @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, cellForItemAt indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell } -extension VFCarouselTrendingViewController : UIKit.UICollectionViewDelegateFlowLayout { +extension ViafouraSDK.VFCarouselTrendingViewController : UIKit.UICollectionViewDelegateFlowLayout { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize } -extension VFCarouselTrendingViewController : VFLocalAdDelegate { - @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> VFAdView +extension ViafouraSDK.VFCarouselTrendingViewController : ViafouraSDK.VFLocalAdDelegate { + @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView @_Concurrency.MainActor(unsafe) public func getAdInterval() -> Swift.Int } public enum VFReplyStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFReplyStoryError, b: VFReplyStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFReplyStoryError, b: ViafouraSDK.VFReplyStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFReplyStoryError { +extension ViafouraSDK.VFReplyStoryError { public var errorDescription: Swift.String? { get } } public enum VFCommentsProfileError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentsProfileError, b: VFCommentsProfileError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentsProfileError, b: ViafouraSDK.VFCommentsProfileError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentsProfileError { +extension ViafouraSDK.VFCommentsProfileError { public var errorDescription: Swift.String? { get } @@ -680,13 +680,13 @@ extension VFCommentsProfileError { public enum VFPollContainerError : Foundation.LocalizedError { case notFound case unknown - public static func == (a: VFPollContainerError, b: VFPollContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFPollContainerError, b: ViafouraSDK.VFPollContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFPollContainerError { +extension ViafouraSDK.VFPollContainerError { public var errorDescription: Swift.String? { get } @@ -696,13 +696,13 @@ extension VFPollContainerError { } public enum VFStoryContainerError : Foundation.LocalizedError { case unknown - public static func == (a: VFStoryContainerError, b: VFStoryContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFStoryContainerError, b: ViafouraSDK.VFStoryContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFStoryContainerError { +extension ViafouraSDK.VFStoryContainerError { public var errorDescription: Swift.String? { get } @@ -718,7 +718,7 @@ public protocol VFLoginDelegate : AnyObject { public enum VFFilterType { case allComments case featured - public static func == (a: VFFilterType, b: VFFilterType) -> Swift.Bool + public static func == (a: ViafouraSDK.VFFilterType, b: ViafouraSDK.VFFilterType) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -726,13 +726,13 @@ public enum VFFilterType { } public enum VFUndislikeChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFUndislikeChatError, b: VFUndislikeChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUndislikeChatError, b: ViafouraSDK.VFUndislikeChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUndislikeChatError { +extension ViafouraSDK.VFUndislikeChatError { public var errorDescription: Swift.String? { get } @@ -745,123 +745,123 @@ extension VFUndislikeChatError { } public enum VFDislikeStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFDislikeStoryError, b: VFDislikeStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDislikeStoryError, b: ViafouraSDK.VFDislikeStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDislikeStoryError { +extension ViafouraSDK.VFDislikeStoryError { public var errorDescription: Swift.String? { get } } public enum VFEditorPickCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFEditorPickCommentError, b: VFEditorPickCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFEditorPickCommentError, b: ViafouraSDK.VFEditorPickCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFEditorPickCommentError { +extension ViafouraSDK.VFEditorPickCommentError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { - public func signup(name: Swift.String, email: Swift.String, password: Swift.String, recaptchaToken: Swift.String? = nil, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func signup(name: Swift.String, email: Swift.String, password: Swift.String, recaptchaToken: Swift.String? = nil, completion: @escaping ((Swift.Result) -> ())) } public enum VFSignUpError : Foundation.LocalizedError { case unknown - public static func == (a: VFSignUpError, b: VFSignUpError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSignUpError, b: ViafouraSDK.VFSignUpError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSignUpError { +extension ViafouraSDK.VFSignUpError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { - public func socialLogin(token: Swift.String, provider: VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func socialLogin(token: Swift.String, provider: ViafouraSDK.VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) } public enum VFSocialLoginError : Foundation.LocalizedError { case unknown - public static func == (a: VFSocialLoginError, b: VFSocialLoginError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSocialLoginError, b: ViafouraSDK.VFSocialLoginError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSocialLoginError { +extension ViafouraSDK.VFSocialLoginError { public var errorDescription: Swift.String? { get } } public enum VFCommentContainerError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentContainerError, b: VFCommentContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentContainerError, b: ViafouraSDK.VFCommentContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentContainerError { +extension ViafouraSDK.VFCommentContainerError { public var errorDescription: Swift.String? { get } } public enum VFUnlikeCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnlikeCommentError, b: VFUnlikeCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnlikeCommentError, b: ViafouraSDK.VFUnlikeCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnlikeCommentError { +extension ViafouraSDK.VFUnlikeCommentError { public var errorDescription: Swift.String? { get } } public enum VFUserMutesError : Foundation.LocalizedError { case unknown - public static func == (a: VFUserMutesError, b: VFUserMutesError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUserMutesError, b: ViafouraSDK.VFUserMutesError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUserMutesError { +extension ViafouraSDK.VFUserMutesError { public var errorDescription: Swift.String? { get } } public enum VFUnmuteUserError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnmuteUserError, b: VFUnmuteUserError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnmuteUserError, b: ViafouraSDK.VFUnmuteUserError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnmuteUserError { +extension ViafouraSDK.VFUnmuteUserError { public var errorDescription: Swift.String? { get } } public enum VFMuteUserError : Foundation.LocalizedError { case unknown - public static func == (a: VFMuteUserError, b: VFMuteUserError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFMuteUserError, b: ViafouraSDK.VFMuteUserError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFMuteUserError { +extension ViafouraSDK.VFMuteUserError { public var errorDescription: Swift.String? { get } @@ -871,29 +871,29 @@ extension VFMuteUserError { } public enum VFFlagChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFFlagChatError, b: VFFlagChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFFlagChatError, b: ViafouraSDK.VFFlagChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFFlagChatError { +extension ViafouraSDK.VFFlagChatError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { - public func openIdLogin(token: Swift.String, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func openIdLogin(token: Swift.String, completion: @escaping ((Swift.Result) -> ())) } public enum VFOpenIdLoginError : Foundation.LocalizedError { case unknown - public static func == (a: VFOpenIdLoginError, b: VFOpenIdLoginError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFOpenIdLoginError, b: ViafouraSDK.VFOpenIdLoginError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFOpenIdLoginError { +extension ViafouraSDK.VFOpenIdLoginError { public var errorDescription: Swift.String? { get } @@ -902,17 +902,17 @@ public struct UserResponse : Swift.Decodable { public init(from decoder: any Swift.Decoder) throws } public protocol VFLayoutDelegate : ObjectiveC.NSObject { - func containerHeightUpdated(viewController: VFUIViewController, height: CoreFoundation.CGFloat) + func containerHeightUpdated(viewController: ViafouraSDK.VFUIViewController, height: CoreFoundation.CGFloat) } public enum VFDeleteChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFDeleteChatError, b: VFDeleteChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDeleteChatError, b: ViafouraSDK.VFDeleteChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDeleteChatError { +extension ViafouraSDK.VFDeleteChatError { public var errorDescription: Swift.String? { get } @@ -920,20 +920,20 @@ extension VFDeleteChatError { public enum VFCreateCommentError : Foundation.LocalizedError { case unknown case unauthorized - public static func == (a: VFCreateCommentError, b: VFCreateCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreateCommentError, b: ViafouraSDK.VFCreateCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreateCommentError { +extension ViafouraSDK.VFCreateCommentError { public var errorDescription: Swift.String? { get } } public struct Constants { } -extension Constants { +extension ViafouraSDK.Constants { public struct AvatarColors { public static let colors: [UIKit.UIColor] } @@ -955,19 +955,19 @@ public struct VFArticleMetadata { public static func initialize(siteUUID: Swift.String, siteDomain: Swift.String) public static func setLoggingEnabled(_ isLoggingEnabled: Swift.Bool) public static func isLoggingEnabled() -> Swift.Bool - public static func auth() -> VFAuthenticationService - public static func comments() -> VFLiveCommentsService + public static func auth() -> ViafouraSDK.VFAuthenticationService + public static func comments() -> ViafouraSDK.VFLiveCommentsService @objc deinit } public enum VFUserCommentsError : Foundation.LocalizedError { case unknown - public static func == (a: VFUserCommentsError, b: VFUserCommentsError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUserCommentsError, b: ViafouraSDK.VFUserCommentsError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUserCommentsError { +extension ViafouraSDK.VFUserCommentsError { public var errorDescription: Swift.String? { get } @@ -1013,7 +1013,7 @@ public enum VFSortType { public var rawValue: Swift.String { get } - public static func == (a: VFSortType, b: VFSortType) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSortType, b: ViafouraSDK.VFSortType) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -1021,67 +1021,67 @@ public enum VFSortType { } public enum VFCommentListError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentListError, b: VFCommentListError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentListError, b: ViafouraSDK.VFCommentListError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentListError { +extension ViafouraSDK.VFCommentListError { public var errorDescription: Swift.String? { get } } public enum VFUpdateUserError : Foundation.LocalizedError { case unknown - public static func == (a: VFUpdateUserError, b: VFUpdateUserError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUpdateUserError, b: ViafouraSDK.VFUpdateUserError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUpdateUserError { +extension ViafouraSDK.VFUpdateUserError { public var errorDescription: Swift.String? { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPollViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPollViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(contentContainerUUID: Foundation.UUID, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> VFPollViewController? + @_Concurrency.MainActor(unsafe) public static func new(contentContainerUUID: Foundation.UUID, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.VFPollViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension VFPollViewController : UIKit.UITextFieldDelegate { +extension ViafouraSDK.VFPollViewController : UIKit.UITextFieldDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func textFieldShouldReturn(_ textField: UIKit.UITextField) -> Swift.Bool } public enum VFEditCommentError : Foundation.LocalizedError { case unknown case unauthorized - public static func == (a: VFEditCommentError, b: VFEditCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFEditCommentError, b: ViafouraSDK.VFEditCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFEditCommentError { +extension ViafouraSDK.VFEditCommentError { public var errorDescription: Swift.String? { get } } public enum VFCreatePollError : Foundation.LocalizedError { case unknown - public static func == (a: VFCreatePollError, b: VFCreatePollError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreatePollError, b: ViafouraSDK.VFCreatePollError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreatePollError { +extension ViafouraSDK.VFCreatePollError { public var errorDescription: Swift.String? { get } @@ -1093,49 +1093,49 @@ extension VFCreatePollError { } @objc deinit } -extension VFAuthenticationService { - public func loginRadiusLogin(token: Swift.String, provider: VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func loginRadiusLogin(token: Swift.String, provider: ViafouraSDK.VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) } public enum VFLoginRadiusLoginError : Foundation.LocalizedError { case unknown - public static func == (a: VFLoginRadiusLoginError, b: VFLoginRadiusLoginError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLoginRadiusLoginError, b: ViafouraSDK.VFLoginRadiusLoginError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLoginRadiusLoginError { +extension ViafouraSDK.VFLoginRadiusLoginError { public var errorDescription: Swift.String? { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPreviewCommentsViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPreviewCommentsViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, paginationSize: Swift.Int = 10, defaultSort: VFSortType = .newest, featuredTabThreshold: Swift.Int = 3, replySize: Swift.Int = 2, syndicationKey: Swift.String? = nil, sectionUUID: Foundation.UUID? = nil) -> VFPreviewCommentsViewController? + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, paginationSize: Swift.Int = 10, defaultSort: ViafouraSDK.VFSortType = .newest, featuredTabThreshold: Swift.Int = 3, replySize: Swift.Int = 2, syndicationKey: Swift.String? = nil, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFPreviewCommentsViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any VFAdDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any ViafouraSDK.VFAdDelegate) @_Concurrency.MainActor(unsafe) public func getContentScrollPosition(contentUUID: Foundation.UUID, completion: @escaping (CoreFoundation.CGFloat) -> Swift.Void) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) public func setAuthorsIds(authors: [Swift.String]) - @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) @objc deinit @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public func observeValue(forKeyPath keyPath: Swift.String?, of object: Any?, change: [Foundation.NSKeyValueChangeKey : Any]?, context: Swift.UnsafeMutableRawPointer?) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) } -extension VFPreviewCommentsViewController : VFLocalAdDelegate { - @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> VFAdView +extension ViafouraSDK.VFPreviewCommentsViewController : ViafouraSDK.VFLocalAdDelegate { + @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView @_Concurrency.MainActor(unsafe) public func getAdInterval() -> Swift.Int @_Concurrency.MainActor(unsafe) public func getFirstAdPosition() -> Swift.Int } -extension VFPreviewCommentsViewController { +extension ViafouraSDK.VFPreviewCommentsViewController { @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMove(toParent parent: UIKit.UIViewController?) } -extension VFPreviewCommentsViewController : VFLayoutDelegate { - @_Concurrency.MainActor(unsafe) public func containerHeightUpdated(viewController: VFUIViewController, height: CoreFoundation.CGFloat) +extension ViafouraSDK.VFPreviewCommentsViewController : ViafouraSDK.VFLayoutDelegate { + @_Concurrency.MainActor(unsafe) public func containerHeightUpdated(viewController: ViafouraSDK.VFUIViewController, height: CoreFoundation.CGFloat) } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFlagsView : UIKit.UIView { @objc deinit @@ -1148,27 +1148,27 @@ public enum VFTrendingSortType : Swift.String { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveBlogViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveBlogViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFLiveBlogViewController? + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFLiveBlogViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } public enum VFStorySelectionError : Foundation.LocalizedError { case unknown - public static func == (a: VFStorySelectionError, b: VFStorySelectionError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFStorySelectionError, b: ViafouraSDK.VFStorySelectionError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFStorySelectionError { +extension ViafouraSDK.VFStorySelectionError { public var errorDescription: Swift.String? { get } @@ -1181,45 +1181,45 @@ extension VFStorySelectionError { } public enum VFUndislikeCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFUndislikeCommentError, b: VFUndislikeCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUndislikeCommentError, b: ViafouraSDK.VFUndislikeCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUndislikeCommentError { +extension ViafouraSDK.VFUndislikeCommentError { public var errorDescription: Swift.String? { get } } public enum VFRemovePollError : Foundation.LocalizedError { case unknown - public static func == (a: VFRemovePollError, b: VFRemovePollError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFRemovePollError, b: ViafouraSDK.VFRemovePollError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFRemovePollError { +extension ViafouraSDK.VFRemovePollError { public var errorDescription: Swift.String? { get } } -extension VFLiveCommentsService { - public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFLiveCommentsService { + public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String, completion: @escaping ((Swift.Result) -> ())) #if compiler(>=5.3) && $AsyncAwait - public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String) async throws -> (Swift.Result) + public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String) async throws -> (Swift.Result) #endif } public enum VFCommentCountError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentCountError, b: VFCommentCountError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentCountError, b: ViafouraSDK.VFCommentCountError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentCountError { +extension ViafouraSDK.VFCommentCountError { public var errorDescription: Swift.String? { get } @@ -1234,13 +1234,13 @@ extension VFCommentCountError { } public enum VFCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentError, b: VFCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentError, b: ViafouraSDK.VFCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentError { +extension ViafouraSDK.VFCommentError { public var errorDescription: Swift.String? { get } @@ -1253,13 +1253,13 @@ extension VFCommentError { } public enum VFTopicsSubscribedError : Foundation.LocalizedError { case unknown - public static func == (a: VFTopicsSubscribedError, b: VFTopicsSubscribedError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFTopicsSubscribedError, b: ViafouraSDK.VFTopicsSubscribedError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFTopicsSubscribedError { +extension ViafouraSDK.VFTopicsSubscribedError { public var errorDescription: Swift.String? { get } @@ -1271,85 +1271,85 @@ extension VFTopicsSubscribedError { @objc deinit } public enum VFCustomizableView { - case postButton(button: VFButton) - case postTextView(textField: VFTextView) - case postCloseImage(image: VFImageView) - case postTitle(label: VFLabel) - case postPlaceholderLabel(label: VFLabel) - case postLoadingView(loadingView: VFLoadingView) + case postButton(button: ViafouraSDK.VFButton) + case postTextView(textField: ViafouraSDK.VFTextView) + case postCloseImage(image: ViafouraSDK.VFImageView) + case postTitle(label: ViafouraSDK.VFLabel) + case postPlaceholderLabel(label: ViafouraSDK.VFLabel) + case postLoadingView(loadingView: ViafouraSDK.VFLoadingView) case postBackgroundView(view: UIKit.UIView) - case profileNameLabel(label: VFLabel) - case profileLogoutLabel(label: VFLabel) - case profileCloseImage(image: VFImageView) - case profileLikesLabel(label: VFLabel) - case profileFollowersLabel(label: VFLabel) - case profileSegmentedControl(segmentedControl: VFSegmentedControl) + case profileNameLabel(label: ViafouraSDK.VFLabel) + case profileLogoutLabel(label: ViafouraSDK.VFLabel) + case profileCloseImage(image: ViafouraSDK.VFImageView) + case profileLikesLabel(label: ViafouraSDK.VFLabel) + case profileFollowersLabel(label: ViafouraSDK.VFLabel) + case profileSegmentedControl(segmentedControl: ViafouraSDK.VFSegmentedControl) case profileBackgroundView(view: UIKit.UIView) - case commentCellDateLabel(label: VFLabel) - case commentCellNameLabel(label: VFLabel) - case commentCellContentLabel(label: VFLabel) - case commentCellLikeImage(image: VFImageView) - case commentCellLikeLabel(label: VFLabel) - case commentCellDislikeImage(image: VFImageView) - case commentCellDislikeLabel(label: VFLabel) - case commentCellReplyLabel(label: VFLabel) - case commentCellCustomBadge(badge: VFCustomBadgeView) - case previewEmptyCommentsView(emptyCommentsView: VFEmptyCommentsView) - case previewSeeMoreCommentsButton(button: VFButton) - case previewTitleLabel(label: VFLabel) - case previewCounterLabel(label: VFLabel) - case previewPrivacyLabel(label: VFLabel) - case previewPoweredByView(poweredByView: VFPoweredByViafouraView) - case previewLoadingView(loadingView: VFLoadingView) - case previewFollowView(followView: VFFollowView) + case commentCellDateLabel(label: ViafouraSDK.VFLabel) + case commentCellNameLabel(label: ViafouraSDK.VFLabel) + case commentCellContentLabel(label: ViafouraSDK.VFLabel) + case commentCellLikeImage(image: ViafouraSDK.VFImageView) + case commentCellLikeLabel(label: ViafouraSDK.VFLabel) + case commentCellDislikeImage(image: ViafouraSDK.VFImageView) + case commentCellDislikeLabel(label: ViafouraSDK.VFLabel) + case commentCellReplyLabel(label: ViafouraSDK.VFLabel) + case commentCellCustomBadge(badge: ViafouraSDK.VFCustomBadgeView) + case previewEmptyCommentsView(emptyCommentsView: ViafouraSDK.VFEmptyCommentsView) + case previewSeeMoreCommentsButton(button: ViafouraSDK.VFButton) + case previewTitleLabel(label: ViafouraSDK.VFLabel) + case previewCounterLabel(label: ViafouraSDK.VFLabel) + case previewPrivacyLabel(label: ViafouraSDK.VFLabel) + case previewPoweredByView(poweredByView: ViafouraSDK.VFPoweredByViafouraView) + case previewLoadingView(loadingView: ViafouraSDK.VFLoadingView) + case previewFollowView(followView: ViafouraSDK.VFFollowView) case previewBackgroundView(view: UIKit.UIView) case trendingVerticalBackgroundView(view: UIKit.UIView) - case trendingVerticalFullImage(image: VFImageView) - case trendingVerticalFullTitle(label: VFLabel) - case trendingVerticalFullCount(label: VFLabel) - case trendingVerticalCondensedTitle(label: VFLabel) - case trendingVerticalCondensedCount(label: VFLabel) - case trendingCarouselTitle(label: VFLabel) - case trendingCarouselImage(image: VFImageView) - case trendingCarouselCount(label: VFLabel) + case trendingVerticalFullImage(image: ViafouraSDK.VFImageView) + case trendingVerticalFullTitle(label: ViafouraSDK.VFLabel) + case trendingVerticalFullCount(label: ViafouraSDK.VFLabel) + case trendingVerticalCondensedTitle(label: ViafouraSDK.VFLabel) + case trendingVerticalCondensedCount(label: ViafouraSDK.VFLabel) + case trendingCarouselTitle(label: ViafouraSDK.VFLabel) + case trendingCarouselImage(image: ViafouraSDK.VFImageView) + case trendingCarouselCount(label: ViafouraSDK.VFLabel) case trendingCarouselBackgroundView(view: UIKit.UIView) - case chatCellContentLabel(label: VFLabel) - case chatCellDateLabel(label: VFLabel) - case chatCellUserNameLabel(label: VFLabel) + case chatCellContentLabel(label: ViafouraSDK.VFLabel) + case chatCellDateLabel(label: ViafouraSDK.VFLabel) + case chatCellUserNameLabel(label: ViafouraSDK.VFLabel) case chatPostView(view: UIKit.UIView) - case chatPostImage(image: VFImageView) - case chatPostLoading(loadingView: VFLoadingView) - case chatTextView(textView: VFTextView) + case chatPostImage(image: ViafouraSDK.VFImageView) + case chatPostLoading(loadingView: ViafouraSDK.VFLoadingView) + case chatTextView(textView: ViafouraSDK.VFTextView) case chatBackgroundView(backgroundView: UIKit.UIView) - case chatLoading(loadingView: VFLoadingView) - case chatLoadingMore(loadingView: VFLoadingView) - case chatEmptyView(emptyView: VFEmptyChatsView) - case chatReplyingToClose(image: VFImageView) - case chatReplyingToTitle(label: VFLabel) - case chatReplyingToDescription(label: VFLabel) + case chatLoading(loadingView: ViafouraSDK.VFLoadingView) + case chatLoadingMore(loadingView: ViafouraSDK.VFLoadingView) + case chatEmptyView(emptyView: ViafouraSDK.VFEmptyChatsView) + case chatReplyingToClose(image: ViafouraSDK.VFImageView) + case chatReplyingToTitle(label: ViafouraSDK.VFLabel) + case chatReplyingToDescription(label: ViafouraSDK.VFLabel) } public enum VFUnpinCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnpinCommentError, b: VFUnpinCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnpinCommentError, b: ViafouraSDK.VFUnpinCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnpinCommentError { +extension ViafouraSDK.VFUnpinCommentError { public var errorDescription: Swift.String? { get } } public enum VFCommentRepliesError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentRepliesError, b: VFCommentRepliesError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentRepliesError, b: ViafouraSDK.VFCommentRepliesError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentRepliesError { +extension ViafouraSDK.VFCommentRepliesError { public var errorDescription: Swift.String? { get } @@ -1359,26 +1359,26 @@ extension VFCommentRepliesError { } public enum VFReplyChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFReplyChatError, b: VFReplyChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFReplyChatError, b: ViafouraSDK.VFReplyChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFReplyChatError { +extension ViafouraSDK.VFReplyChatError { public var errorDescription: Swift.String? { get } } public enum VFCommentModerationListError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentModerationListError, b: VFCommentModerationListError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentModerationListError, b: ViafouraSDK.VFCommentModerationListError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentModerationListError { +extension ViafouraSDK.VFCommentModerationListError { public var errorDescription: Swift.String? { get } @@ -1386,31 +1386,31 @@ extension VFCommentModerationListError { @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFEmptyCommentsView : UIKit.UIView { @objc deinit } -extension AnalyticsService { +extension ViafouraSDK.AnalyticsService { public func logTyping(contentContainerUUID: Foundation.UUID, threadUUID: Foundation.UUID, contentUUID: Foundation.UUID) } public enum VFTrendingError : Foundation.LocalizedError { case unknown - public static func == (a: VFTrendingError, b: VFTrendingError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFTrendingError, b: ViafouraSDK.VFTrendingError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFTrendingError { +extension ViafouraSDK.VFTrendingError { public var errorDescription: Swift.String? { get } } public enum VFCreateCommentMediaError : Foundation.LocalizedError { case unknown - public static func == (a: VFCreateCommentMediaError, b: VFCreateCommentMediaError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreateCommentMediaError, b: ViafouraSDK.VFCreateCommentMediaError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreateCommentMediaError { +extension ViafouraSDK.VFCreateCommentMediaError { public var errorDescription: Swift.String? { get } @@ -1420,13 +1420,13 @@ extension VFCreateCommentMediaError { } public enum VFUpdateStoryContainerError : Foundation.LocalizedError { case unknown - public static func == (a: VFUpdateStoryContainerError, b: VFUpdateStoryContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUpdateStoryContainerError, b: ViafouraSDK.VFUpdateStoryContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUpdateStoryContainerError { +extension ViafouraSDK.VFUpdateStoryContainerError { public var errorDescription: Swift.String? { get } @@ -1444,22 +1444,22 @@ extension VFUpdateStoryContainerError { @objc get @objc set } - @_Concurrency.MainActor(unsafe) public init(settings: VFSettings, loginDelegate: any VFLoginDelegate, onBellClicked: @escaping ((Foundation.UUID) -> Swift.Void)) - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public init(settings: ViafouraSDK.VFSettings, loginDelegate: any ViafouraSDK.VFLoginDelegate, onBellClicked: @escaping ((Foundation.UUID) -> Swift.Void)) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFProfileViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFProfileViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(userUUID: Foundation.UUID, presentationType: VFProfilePresentationType, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> VFProfileViewController? + @_Concurrency.MainActor(unsafe) public static func new(userUUID: Foundation.UUID, presentationType: ViafouraSDK.VFProfilePresentationType, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.VFProfileViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension VFProfileViewController : UIKit.UIImagePickerControllerDelegate, UIKit.UINavigationControllerDelegate { +extension ViafouraSDK.VFProfileViewController : UIKit.UIImagePickerControllerDelegate, UIKit.UINavigationControllerDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func imagePickerController(_ picker: UIKit.UIImagePickerController, didFinishPickingMediaWithInfo info: [UIKit.UIImagePickerController.InfoKey : Any]) } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFSeparatorView : UIKit.UIView { @@ -1467,26 +1467,26 @@ extension VFProfileViewController : UIKit.UIImagePickerControllerDelegate, UIKit } public enum VFChatContainerError : Foundation.LocalizedError { case unknown - public static func == (a: VFChatContainerError, b: VFChatContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFChatContainerError, b: ViafouraSDK.VFChatContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFChatContainerError { +extension ViafouraSDK.VFChatContainerError { public var errorDescription: Swift.String? { get } } public enum VFCreateStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFCreateStoryError, b: VFCreateStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreateStoryError, b: ViafouraSDK.VFCreateStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreateStoryError { +extension ViafouraSDK.VFCreateStoryError { public var errorDescription: Swift.String? { get } @@ -1497,82 +1497,82 @@ extension VFCreateStoryError { @_hasMissingDesignatedInitializers public class CommentContent { @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ViewChatReplyViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ViewChatReplyViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ChatContent, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> ViewChatReplyViewController? + @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ViafouraSDK.ChatContent, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.ViewChatReplyViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ChatReplyViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ChatReplyViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ChatContent, containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> ChatReplyViewController? + @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ViafouraSDK.ChatContent, containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.ChatReplyViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension ChatReplyViewController : UIKit.UITextViewDelegate { +extension ViafouraSDK.ChatReplyViewController : UIKit.UITextViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func textViewDidChange(_ textView: UIKit.UITextView) } -extension VFAuthenticationService { - public func cookieLogin(token: Swift.String, type: Swift.String = "viafouraDefinedCookie", completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func cookieLogin(token: Swift.String, type: Swift.String = "viafouraDefinedCookie", completion: @escaping ((Swift.Result) -> ())) } public struct VFCookieLoginData { } public enum VFCookieLoginError : Foundation.LocalizedError { case unknown - public static func == (a: VFCookieLoginError, b: VFCookieLoginError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCookieLoginError, b: ViafouraSDK.VFCookieLoginError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCookieLoginError { +extension ViafouraSDK.VFCookieLoginError { public var errorDescription: Swift.String? { get } } public enum VFSubscribeTopicError : Foundation.LocalizedError { case unknown - public static func == (a: VFSubscribeTopicError, b: VFSubscribeTopicError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSubscribeTopicError, b: ViafouraSDK.VFSubscribeTopicError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSubscribeTopicError { +extension ViafouraSDK.VFSubscribeTopicError { public var errorDescription: Swift.String? { get } } public enum VFStoryListError : Foundation.LocalizedError { case unknown - public static func == (a: VFStoryListError, b: VFStoryListError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFStoryListError, b: ViafouraSDK.VFStoryListError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFStoryListError { +extension ViafouraSDK.VFStoryListError { public var errorDescription: Swift.String? { get } } public enum VFCreateChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFCreateChatError, b: VFCreateChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreateChatError, b: ViafouraSDK.VFCreateChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreateChatError { +extension ViafouraSDK.VFCreateChatError { public var errorDescription: Swift.String? { get } @@ -1592,13 +1592,13 @@ public struct VFFonts { } public enum VFRemoveEditorPickCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFRemoveEditorPickCommentError, b: VFRemoveEditorPickCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFRemoveEditorPickCommentError, b: ViafouraSDK.VFRemoveEditorPickCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFRemoveEditorPickCommentError { +extension ViafouraSDK.VFRemoveEditorPickCommentError { public var errorDescription: Swift.String? { get } @@ -1609,18 +1609,18 @@ extension VFRemoveEditorPickCommentError { public protocol StoryboardCreateable : UIKit.UIViewController { static var storyboardName: Swift.String { get } } -extension StoryboardCreateable { +extension ViafouraSDK.StoryboardCreateable { public static func new() -> Self? } public enum VFSpamCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFSpamCommentError, b: VFSpamCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSpamCommentError, b: ViafouraSDK.VFSpamCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSpamCommentError { +extension ViafouraSDK.VFSpamCommentError { public var errorDescription: Swift.String? { get } @@ -1630,66 +1630,66 @@ extension VFSpamCommentError { } public enum VFUnsubscribeTopicError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnsubscribeTopicError, b: VFUnsubscribeTopicError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnsubscribeTopicError, b: ViafouraSDK.VFUnsubscribeTopicError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnsubscribeTopicError { +extension ViafouraSDK.VFUnsubscribeTopicError { public var errorDescription: Swift.String? { get } } public enum VFPinCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFPinCommentError, b: VFPinCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFPinCommentError, b: ViafouraSDK.VFPinCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFPinCommentError { +extension ViafouraSDK.VFPinCommentError { public var errorDescription: Swift.String? { get } } public enum VFUnlikeChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnlikeChatError, b: VFUnlikeChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnlikeChatError, b: ViafouraSDK.VFUnlikeChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnlikeChatError { +extension ViafouraSDK.VFUnlikeChatError { public var errorDescription: Swift.String? { get } } public protocol VFCustomUIDelegate : AnyObject { - func customizeView(theme: VFTheme, view: VFCustomizableView) + func customizeView(theme: ViafouraSDK.VFTheme, view: ViafouraSDK.VFCustomizableView) } public struct VFSettings { - public let fonts: VFFonts - public var colors: VFColors - public init(colors: VFColors, fonts: VFFonts = VFFonts()) + public let fonts: ViafouraSDK.VFFonts + public var colors: ViafouraSDK.VFColors + public init(colors: ViafouraSDK.VFColors, fonts: ViafouraSDK.VFFonts = VFFonts()) } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class SingleChatViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class SingleChatViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFNewCommentViewController : VFUIViewController { - @_Concurrency.MainActor(unsafe) public static func new(newCommentActionType: VFNewCommentActionType, containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFNewCommentViewController? +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFNewCommentViewController : ViafouraSDK.VFUIViewController { + @_Concurrency.MainActor(unsafe) public static func new(newCommentActionType: ViafouraSDK.VFNewCommentActionType, containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFNewCommentViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public var canBecomeFirstResponder: Swift.Bool { @objc get @@ -1701,10 +1701,10 @@ public struct VFSettings { @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension VFNewCommentViewController : UIKit.UITextViewDelegate { +extension ViafouraSDK.VFNewCommentViewController : UIKit.UITextViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func textViewDidChange(_ textView: UIKit.UITextView) } -extension VFNewCommentViewController { +extension ViafouraSDK.VFNewCommentViewController { @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator) } public enum WidgetType : Swift.String, Swift.Encodable { @@ -1722,18 +1722,18 @@ public enum WidgetType : Swift.String, Swift.Encodable { get } } -extension VFAuthenticationService { - public func resetPassword(email: Swift.String, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func resetPassword(email: Swift.String, completion: @escaping ((Swift.Result) -> ())) } public enum VFPasswordResetError : Foundation.LocalizedError { case unknown - public static func == (a: VFPasswordResetError, b: VFPasswordResetError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFPasswordResetError, b: ViafouraSDK.VFPasswordResetError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFPasswordResetError { +extension ViafouraSDK.VFPasswordResetError { public var errorDescription: Swift.String? { get } @@ -1748,13 +1748,13 @@ extension VFPasswordResetError { } public enum VFUserInfoError : Foundation.LocalizedError { case unknown - public static func == (a: VFUserInfoError, b: VFUserInfoError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUserInfoError, b: ViafouraSDK.VFUserInfoError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUserInfoError { +extension ViafouraSDK.VFUserInfoError { public var errorDescription: Swift.String? { get } @@ -1764,26 +1764,26 @@ extension VFUserInfoError { } public enum VFUpdateChatContainerError : Foundation.LocalizedError { case unknown - public static func == (a: VFUpdateChatContainerError, b: VFUpdateChatContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUpdateChatContainerError, b: ViafouraSDK.VFUpdateChatContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUpdateChatContainerError { +extension ViafouraSDK.VFUpdateChatContainerError { public var errorDescription: Swift.String? { get } } public enum VFDisableCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFDisableCommentError, b: VFDisableCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDisableCommentError, b: ViafouraSDK.VFDisableCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDisableCommentError { +extension ViafouraSDK.VFDisableCommentError { public var errorDescription: Swift.String? { get } @@ -1829,235 +1829,235 @@ public enum EventLoginType : Swift.String, Swift.Encodable { } public enum VFUnspamCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnspamCommentError, b: VFUnspamCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnspamCommentError, b: ViafouraSDK.VFUnspamCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnspamCommentError { +extension ViafouraSDK.VFUnspamCommentError { public var errorDescription: Swift.String? { get } } public enum VFDeleteCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFDeleteCommentError, b: VFDeleteCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDeleteCommentError, b: ViafouraSDK.VFDeleteCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDeleteCommentError { +extension ViafouraSDK.VFDeleteCommentError { public var errorDescription: Swift.String? { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveChatViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveChatViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, paginationSize: Swift.Int = 10, sectionUUID: Foundation.UUID? = nil) -> VFLiveChatViewController? + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, paginationSize: Swift.Int = 10, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFLiveChatViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension VFLiveChatViewController : UIKit.UITextViewDelegate { +extension ViafouraSDK.VFLiveChatViewController : UIKit.UITextViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func textViewDidChange(_ textView: UIKit.UITextView) } -extension VFDislikeChatError : Swift.Equatable {} -extension VFDislikeChatError : Swift.Hashable {} -extension VFSingleStoryError : Swift.Equatable {} -extension VFSingleStoryError : Swift.Hashable {} -extension VFCreateCommentReplyError : Swift.Equatable {} -extension VFCreateCommentReplyError : Swift.Hashable {} -extension VFDeleteStoryError : Swift.Equatable {} -extension VFDeleteStoryError : Swift.Hashable {} -extension VFLoginStatus : Swift.Equatable {} -extension VFLoginStatus : Swift.Hashable {} -extension VFLoginStatusError : Swift.Equatable {} -extension VFLoginStatusError : Swift.Hashable {} -extension VFUnflagCommentError : Swift.Equatable {} -extension VFUnflagCommentError : Swift.Hashable {} -extension VFUnlikeStoryError : Swift.Equatable {} -extension VFUnlikeStoryError : Swift.Hashable {} -extension VFFlagCommentError : Swift.Equatable {} -extension VFFlagCommentError : Swift.Hashable {} -extension VFChatListError : Swift.Equatable {} -extension VFChatListError : Swift.Hashable {} -extension VFLikeStoryError : Swift.Equatable {} -extension VFLikeStoryError : Swift.Hashable {} -extension VFUpdateUserAvatarError : Swift.Equatable {} -extension VFUpdateUserAvatarError : Swift.Hashable {} -extension VFTheme : Swift.Equatable {} -extension VFTheme : Swift.Hashable {} -extension VFAuthPromptType : Swift.Equatable {} -extension VFAuthPromptType : Swift.Hashable {} -extension VFProfilePresentationType : Swift.Equatable {} -extension VFProfilePresentationType : Swift.Hashable {} -extension VFSingleChatError : Swift.Equatable {} -extension VFSingleChatError : Swift.Hashable {} -extension VFClosePollError : Swift.Equatable {} -extension VFClosePollError : Swift.Hashable {} -extension VFDislikeCommentError : Swift.Equatable {} -extension VFDislikeCommentError : Swift.Hashable {} -extension VFCommentContainerSignatureError : Swift.Equatable {} -extension VFCommentContainerSignatureError : Swift.Hashable {} -extension VFChatSelectionError : Swift.Equatable {} -extension VFChatSelectionError : Swift.Hashable {} -extension VFEnableChatError : Swift.Equatable {} -extension VFEnableChatError : Swift.Hashable {} -extension VFChatModerationListError : Swift.Equatable {} -extension VFChatModerationListError : Swift.Hashable {} -extension VFLoginError : Swift.Equatable {} -extension VFLoginError : Swift.Hashable {} -extension VFLikeCommentError : Swift.Equatable {} -extension VFLikeCommentError : Swift.Hashable {} -extension VFEnableCommentError : Swift.Equatable {} -extension VFEnableCommentError : Swift.Hashable {} -extension EventAttemptedAction : Swift.Equatable {} -extension EventAttemptedAction : Swift.Hashable {} -extension EventAttemptedAction : Swift.RawRepresentable {} -extension CommentNodeType : Swift.Equatable {} -extension CommentNodeType : Swift.Hashable {} -extension VFUpdateCommentsContainerSettingsError : Swift.Equatable {} -extension VFUpdateCommentsContainerSettingsError : Swift.Hashable {} -extension VFDisableChatError : Swift.Equatable {} -extension VFDisableChatError : Swift.Hashable {} -extension VFUnflagChatError : Swift.Equatable {} -extension VFUnflagChatError : Swift.Hashable {} -extension VFLikeChatError : Swift.Equatable {} -extension VFLikeChatError : Swift.Hashable {} -extension VFUndislikeStoryError : Swift.Equatable {} -extension VFUndislikeStoryError : Swift.Hashable {} -extension VFVotePollError : Swift.Equatable {} -extension VFVotePollError : Swift.Hashable {} -extension VFReplyStoryError : Swift.Equatable {} -extension VFReplyStoryError : Swift.Hashable {} -extension VFCommentsProfileError : Swift.Equatable {} -extension VFCommentsProfileError : Swift.Hashable {} -extension VFPollContainerError : Swift.Equatable {} -extension VFPollContainerError : Swift.Hashable {} -extension VFStoryContainerError : Swift.Equatable {} -extension VFStoryContainerError : Swift.Hashable {} -extension VFFilterType : Swift.Equatable {} -extension VFFilterType : Swift.Hashable {} -extension VFUndislikeChatError : Swift.Equatable {} -extension VFUndislikeChatError : Swift.Hashable {} -extension VFDislikeStoryError : Swift.Equatable {} -extension VFDislikeStoryError : Swift.Hashable {} -extension VFEditorPickCommentError : Swift.Equatable {} -extension VFEditorPickCommentError : Swift.Hashable {} -extension VFSignUpError : Swift.Equatable {} -extension VFSignUpError : Swift.Hashable {} -extension VFSocialLoginError : Swift.Equatable {} -extension VFSocialLoginError : Swift.Hashable {} -extension VFCommentContainerError : Swift.Equatable {} -extension VFCommentContainerError : Swift.Hashable {} -extension VFUnlikeCommentError : Swift.Equatable {} -extension VFUnlikeCommentError : Swift.Hashable {} -extension VFUserMutesError : Swift.Equatable {} -extension VFUserMutesError : Swift.Hashable {} -extension VFUnmuteUserError : Swift.Equatable {} -extension VFUnmuteUserError : Swift.Hashable {} -extension VFMuteUserError : Swift.Equatable {} -extension VFMuteUserError : Swift.Hashable {} -extension VFFlagChatError : Swift.Equatable {} -extension VFFlagChatError : Swift.Hashable {} -extension VFOpenIdLoginError : Swift.Equatable {} -extension VFOpenIdLoginError : Swift.Hashable {} -extension VFDeleteChatError : Swift.Equatable {} -extension VFDeleteChatError : Swift.Hashable {} -extension VFCreateCommentError : Swift.Equatable {} -extension VFCreateCommentError : Swift.Hashable {} -extension VFUserCommentsError : Swift.Equatable {} -extension VFUserCommentsError : Swift.Hashable {} -extension EventType : Swift.Equatable {} -extension EventType : Swift.Hashable {} -extension EventType : Swift.RawRepresentable {} -extension VFSortType : Swift.Equatable {} -extension VFSortType : Swift.Hashable {} -extension VFCommentListError : Swift.Equatable {} -extension VFCommentListError : Swift.Hashable {} -extension VFUpdateUserError : Swift.Equatable {} -extension VFUpdateUserError : Swift.Hashable {} -extension VFEditCommentError : Swift.Equatable {} -extension VFEditCommentError : Swift.Hashable {} -extension VFCreatePollError : Swift.Equatable {} -extension VFCreatePollError : Swift.Hashable {} -extension VFLoginRadiusLoginError : Swift.Equatable {} -extension VFLoginRadiusLoginError : Swift.Hashable {} -extension VFTrendingSortType : Swift.Equatable {} -extension VFTrendingSortType : Swift.Hashable {} -extension VFTrendingSortType : Swift.RawRepresentable {} -extension VFStorySelectionError : Swift.Equatable {} -extension VFStorySelectionError : Swift.Hashable {} -extension VFUndislikeCommentError : Swift.Equatable {} -extension VFUndislikeCommentError : Swift.Hashable {} -extension VFRemovePollError : Swift.Equatable {} -extension VFRemovePollError : Swift.Hashable {} -extension VFCommentCountError : Swift.Equatable {} -extension VFCommentCountError : Swift.Hashable {} -extension VFCommentError : Swift.Equatable {} -extension VFCommentError : Swift.Hashable {} -extension VFTopicsSubscribedError : Swift.Equatable {} -extension VFTopicsSubscribedError : Swift.Hashable {} -extension VFUnpinCommentError : Swift.Equatable {} -extension VFUnpinCommentError : Swift.Hashable {} -extension VFCommentRepliesError : Swift.Equatable {} -extension VFCommentRepliesError : Swift.Hashable {} -extension VFReplyChatError : Swift.Equatable {} -extension VFReplyChatError : Swift.Hashable {} -extension VFCommentModerationListError : Swift.Equatable {} -extension VFCommentModerationListError : Swift.Hashable {} -extension VFTrendingError : Swift.Equatable {} -extension VFTrendingError : Swift.Hashable {} -extension VFCreateCommentMediaError : Swift.Equatable {} -extension VFCreateCommentMediaError : Swift.Hashable {} -extension VFUpdateStoryContainerError : Swift.Equatable {} -extension VFUpdateStoryContainerError : Swift.Hashable {} -extension VFChatContainerError : Swift.Equatable {} -extension VFChatContainerError : Swift.Hashable {} -extension VFCreateStoryError : Swift.Equatable {} -extension VFCreateStoryError : Swift.Hashable {} -extension VFCookieLoginError : Swift.Equatable {} -extension VFCookieLoginError : Swift.Hashable {} -extension VFSubscribeTopicError : Swift.Equatable {} -extension VFSubscribeTopicError : Swift.Hashable {} -extension VFStoryListError : Swift.Equatable {} -extension VFStoryListError : Swift.Hashable {} -extension VFCreateChatError : Swift.Equatable {} -extension VFCreateChatError : Swift.Hashable {} -extension VFRemoveEditorPickCommentError : Swift.Equatable {} -extension VFRemoveEditorPickCommentError : Swift.Hashable {} -extension VFSpamCommentError : Swift.Equatable {} -extension VFSpamCommentError : Swift.Hashable {} -extension VFUnsubscribeTopicError : Swift.Equatable {} -extension VFUnsubscribeTopicError : Swift.Hashable {} -extension VFPinCommentError : Swift.Equatable {} -extension VFPinCommentError : Swift.Hashable {} -extension VFUnlikeChatError : Swift.Equatable {} -extension VFUnlikeChatError : Swift.Hashable {} -extension WidgetType : Swift.Equatable {} -extension WidgetType : Swift.Hashable {} -extension WidgetType : Swift.RawRepresentable {} -extension VFPasswordResetError : Swift.Equatable {} -extension VFPasswordResetError : Swift.Hashable {} -extension VFUserInfoError : Swift.Equatable {} -extension VFUserInfoError : Swift.Hashable {} -extension VFUpdateChatContainerError : Swift.Equatable {} -extension VFUpdateChatContainerError : Swift.Hashable {} -extension VFDisableCommentError : Swift.Equatable {} -extension VFDisableCommentError : Swift.Hashable {} -extension VFSocialLoginProvider : Swift.Equatable {} -extension VFSocialLoginProvider : Swift.Hashable {} -extension VFSocialLoginProvider : Swift.RawRepresentable {} -extension EventLoginType : Swift.Equatable {} -extension EventLoginType : Swift.Hashable {} -extension EventLoginType : Swift.RawRepresentable {} -extension VFUnspamCommentError : Swift.Equatable {} -extension VFUnspamCommentError : Swift.Hashable {} -extension VFDeleteCommentError : Swift.Equatable {} -extension VFDeleteCommentError : Swift.Hashable {} +extension ViafouraSDK.VFDislikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFDislikeChatError : Swift.Hashable {} +extension ViafouraSDK.VFSingleStoryError : Swift.Equatable {} +extension ViafouraSDK.VFSingleStoryError : Swift.Hashable {} +extension ViafouraSDK.VFCreateCommentReplyError : Swift.Equatable {} +extension ViafouraSDK.VFCreateCommentReplyError : Swift.Hashable {} +extension ViafouraSDK.VFDeleteStoryError : Swift.Equatable {} +extension ViafouraSDK.VFDeleteStoryError : Swift.Hashable {} +extension ViafouraSDK.VFLoginStatus : Swift.Equatable {} +extension ViafouraSDK.VFLoginStatus : Swift.Hashable {} +extension ViafouraSDK.VFLoginStatusError : Swift.Equatable {} +extension ViafouraSDK.VFLoginStatusError : Swift.Hashable {} +extension ViafouraSDK.VFUnflagCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnflagCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUnlikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFUnlikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFFlagCommentError : Swift.Equatable {} +extension ViafouraSDK.VFFlagCommentError : Swift.Hashable {} +extension ViafouraSDK.VFChatListError : Swift.Equatable {} +extension ViafouraSDK.VFChatListError : Swift.Hashable {} +extension ViafouraSDK.VFLikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFLikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateUserAvatarError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateUserAvatarError : Swift.Hashable {} +extension ViafouraSDK.VFTheme : Swift.Equatable {} +extension ViafouraSDK.VFTheme : Swift.Hashable {} +extension ViafouraSDK.VFAuthPromptType : Swift.Equatable {} +extension ViafouraSDK.VFAuthPromptType : Swift.Hashable {} +extension ViafouraSDK.VFProfilePresentationType : Swift.Equatable {} +extension ViafouraSDK.VFProfilePresentationType : Swift.Hashable {} +extension ViafouraSDK.VFSingleChatError : Swift.Equatable {} +extension ViafouraSDK.VFSingleChatError : Swift.Hashable {} +extension ViafouraSDK.VFClosePollError : Swift.Equatable {} +extension ViafouraSDK.VFClosePollError : Swift.Hashable {} +extension ViafouraSDK.VFDislikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFDislikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFCommentContainerSignatureError : Swift.Equatable {} +extension ViafouraSDK.VFCommentContainerSignatureError : Swift.Hashable {} +extension ViafouraSDK.VFChatSelectionError : Swift.Equatable {} +extension ViafouraSDK.VFChatSelectionError : Swift.Hashable {} +extension ViafouraSDK.VFEnableChatError : Swift.Equatable {} +extension ViafouraSDK.VFEnableChatError : Swift.Hashable {} +extension ViafouraSDK.VFChatModerationListError : Swift.Equatable {} +extension ViafouraSDK.VFChatModerationListError : Swift.Hashable {} +extension ViafouraSDK.VFLoginError : Swift.Equatable {} +extension ViafouraSDK.VFLoginError : Swift.Hashable {} +extension ViafouraSDK.VFLikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFLikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFEnableCommentError : Swift.Equatable {} +extension ViafouraSDK.VFEnableCommentError : Swift.Hashable {} +extension ViafouraSDK.EventAttemptedAction : Swift.Equatable {} +extension ViafouraSDK.EventAttemptedAction : Swift.Hashable {} +extension ViafouraSDK.EventAttemptedAction : Swift.RawRepresentable {} +extension ViafouraSDK.CommentNodeType : Swift.Equatable {} +extension ViafouraSDK.CommentNodeType : Swift.Hashable {} +extension ViafouraSDK.VFUpdateCommentsContainerSettingsError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateCommentsContainerSettingsError : Swift.Hashable {} +extension ViafouraSDK.VFDisableChatError : Swift.Equatable {} +extension ViafouraSDK.VFDisableChatError : Swift.Hashable {} +extension ViafouraSDK.VFUnflagChatError : Swift.Equatable {} +extension ViafouraSDK.VFUnflagChatError : Swift.Hashable {} +extension ViafouraSDK.VFLikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFLikeChatError : Swift.Hashable {} +extension ViafouraSDK.VFUndislikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFUndislikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFVotePollError : Swift.Equatable {} +extension ViafouraSDK.VFVotePollError : Swift.Hashable {} +extension ViafouraSDK.VFReplyStoryError : Swift.Equatable {} +extension ViafouraSDK.VFReplyStoryError : Swift.Hashable {} +extension ViafouraSDK.VFCommentsProfileError : Swift.Equatable {} +extension ViafouraSDK.VFCommentsProfileError : Swift.Hashable {} +extension ViafouraSDK.VFPollContainerError : Swift.Equatable {} +extension ViafouraSDK.VFPollContainerError : Swift.Hashable {} +extension ViafouraSDK.VFStoryContainerError : Swift.Equatable {} +extension ViafouraSDK.VFStoryContainerError : Swift.Hashable {} +extension ViafouraSDK.VFFilterType : Swift.Equatable {} +extension ViafouraSDK.VFFilterType : Swift.Hashable {} +extension ViafouraSDK.VFUndislikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFUndislikeChatError : Swift.Hashable {} +extension ViafouraSDK.VFDislikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFDislikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFEditorPickCommentError : Swift.Equatable {} +extension ViafouraSDK.VFEditorPickCommentError : Swift.Hashable {} +extension ViafouraSDK.VFSignUpError : Swift.Equatable {} +extension ViafouraSDK.VFSignUpError : Swift.Hashable {} +extension ViafouraSDK.VFSocialLoginError : Swift.Equatable {} +extension ViafouraSDK.VFSocialLoginError : Swift.Hashable {} +extension ViafouraSDK.VFCommentContainerError : Swift.Equatable {} +extension ViafouraSDK.VFCommentContainerError : Swift.Hashable {} +extension ViafouraSDK.VFUnlikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnlikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUserMutesError : Swift.Equatable {} +extension ViafouraSDK.VFUserMutesError : Swift.Hashable {} +extension ViafouraSDK.VFUnmuteUserError : Swift.Equatable {} +extension ViafouraSDK.VFUnmuteUserError : Swift.Hashable {} +extension ViafouraSDK.VFMuteUserError : Swift.Equatable {} +extension ViafouraSDK.VFMuteUserError : Swift.Hashable {} +extension ViafouraSDK.VFFlagChatError : Swift.Equatable {} +extension ViafouraSDK.VFFlagChatError : Swift.Hashable {} +extension ViafouraSDK.VFOpenIdLoginError : Swift.Equatable {} +extension ViafouraSDK.VFOpenIdLoginError : Swift.Hashable {} +extension ViafouraSDK.VFDeleteChatError : Swift.Equatable {} +extension ViafouraSDK.VFDeleteChatError : Swift.Hashable {} +extension ViafouraSDK.VFCreateCommentError : Swift.Equatable {} +extension ViafouraSDK.VFCreateCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUserCommentsError : Swift.Equatable {} +extension ViafouraSDK.VFUserCommentsError : Swift.Hashable {} +extension ViafouraSDK.EventType : Swift.Equatable {} +extension ViafouraSDK.EventType : Swift.Hashable {} +extension ViafouraSDK.EventType : Swift.RawRepresentable {} +extension ViafouraSDK.VFSortType : Swift.Equatable {} +extension ViafouraSDK.VFSortType : Swift.Hashable {} +extension ViafouraSDK.VFCommentListError : Swift.Equatable {} +extension ViafouraSDK.VFCommentListError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateUserError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateUserError : Swift.Hashable {} +extension ViafouraSDK.VFEditCommentError : Swift.Equatable {} +extension ViafouraSDK.VFEditCommentError : Swift.Hashable {} +extension ViafouraSDK.VFCreatePollError : Swift.Equatable {} +extension ViafouraSDK.VFCreatePollError : Swift.Hashable {} +extension ViafouraSDK.VFLoginRadiusLoginError : Swift.Equatable {} +extension ViafouraSDK.VFLoginRadiusLoginError : Swift.Hashable {} +extension ViafouraSDK.VFTrendingSortType : Swift.Equatable {} +extension ViafouraSDK.VFTrendingSortType : Swift.Hashable {} +extension ViafouraSDK.VFTrendingSortType : Swift.RawRepresentable {} +extension ViafouraSDK.VFStorySelectionError : Swift.Equatable {} +extension ViafouraSDK.VFStorySelectionError : Swift.Hashable {} +extension ViafouraSDK.VFUndislikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUndislikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFRemovePollError : Swift.Equatable {} +extension ViafouraSDK.VFRemovePollError : Swift.Hashable {} +extension ViafouraSDK.VFCommentCountError : Swift.Equatable {} +extension ViafouraSDK.VFCommentCountError : Swift.Hashable {} +extension ViafouraSDK.VFCommentError : Swift.Equatable {} +extension ViafouraSDK.VFCommentError : Swift.Hashable {} +extension ViafouraSDK.VFTopicsSubscribedError : Swift.Equatable {} +extension ViafouraSDK.VFTopicsSubscribedError : Swift.Hashable {} +extension ViafouraSDK.VFUnpinCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnpinCommentError : Swift.Hashable {} +extension ViafouraSDK.VFCommentRepliesError : Swift.Equatable {} +extension ViafouraSDK.VFCommentRepliesError : Swift.Hashable {} +extension ViafouraSDK.VFReplyChatError : Swift.Equatable {} +extension ViafouraSDK.VFReplyChatError : Swift.Hashable {} +extension ViafouraSDK.VFCommentModerationListError : Swift.Equatable {} +extension ViafouraSDK.VFCommentModerationListError : Swift.Hashable {} +extension ViafouraSDK.VFTrendingError : Swift.Equatable {} +extension ViafouraSDK.VFTrendingError : Swift.Hashable {} +extension ViafouraSDK.VFCreateCommentMediaError : Swift.Equatable {} +extension ViafouraSDK.VFCreateCommentMediaError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateStoryContainerError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateStoryContainerError : Swift.Hashable {} +extension ViafouraSDK.VFChatContainerError : Swift.Equatable {} +extension ViafouraSDK.VFChatContainerError : Swift.Hashable {} +extension ViafouraSDK.VFCreateStoryError : Swift.Equatable {} +extension ViafouraSDK.VFCreateStoryError : Swift.Hashable {} +extension ViafouraSDK.VFCookieLoginError : Swift.Equatable {} +extension ViafouraSDK.VFCookieLoginError : Swift.Hashable {} +extension ViafouraSDK.VFSubscribeTopicError : Swift.Equatable {} +extension ViafouraSDK.VFSubscribeTopicError : Swift.Hashable {} +extension ViafouraSDK.VFStoryListError : Swift.Equatable {} +extension ViafouraSDK.VFStoryListError : Swift.Hashable {} +extension ViafouraSDK.VFCreateChatError : Swift.Equatable {} +extension ViafouraSDK.VFCreateChatError : Swift.Hashable {} +extension ViafouraSDK.VFRemoveEditorPickCommentError : Swift.Equatable {} +extension ViafouraSDK.VFRemoveEditorPickCommentError : Swift.Hashable {} +extension ViafouraSDK.VFSpamCommentError : Swift.Equatable {} +extension ViafouraSDK.VFSpamCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUnsubscribeTopicError : Swift.Equatable {} +extension ViafouraSDK.VFUnsubscribeTopicError : Swift.Hashable {} +extension ViafouraSDK.VFPinCommentError : Swift.Equatable {} +extension ViafouraSDK.VFPinCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUnlikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFUnlikeChatError : Swift.Hashable {} +extension ViafouraSDK.WidgetType : Swift.Equatable {} +extension ViafouraSDK.WidgetType : Swift.Hashable {} +extension ViafouraSDK.WidgetType : Swift.RawRepresentable {} +extension ViafouraSDK.VFPasswordResetError : Swift.Equatable {} +extension ViafouraSDK.VFPasswordResetError : Swift.Hashable {} +extension ViafouraSDK.VFUserInfoError : Swift.Equatable {} +extension ViafouraSDK.VFUserInfoError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateChatContainerError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateChatContainerError : Swift.Hashable {} +extension ViafouraSDK.VFDisableCommentError : Swift.Equatable {} +extension ViafouraSDK.VFDisableCommentError : Swift.Hashable {} +extension ViafouraSDK.VFSocialLoginProvider : Swift.Equatable {} +extension ViafouraSDK.VFSocialLoginProvider : Swift.Hashable {} +extension ViafouraSDK.VFSocialLoginProvider : Swift.RawRepresentable {} +extension ViafouraSDK.EventLoginType : Swift.Equatable {} +extension ViafouraSDK.EventLoginType : Swift.Hashable {} +extension ViafouraSDK.EventLoginType : Swift.RawRepresentable {} +extension ViafouraSDK.VFUnspamCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnspamCommentError : Swift.Hashable {} +extension ViafouraSDK.VFDeleteCommentError : Swift.Equatable {} +extension ViafouraSDK.VFDeleteCommentError : Swift.Hashable {} diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Assets.car b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Assets.car index 9f041eb92fe40e3060530c983d68cf9523693fd1..a153e9ed523eead705da07ce713bdc5f2a3c24ac 100644 GIT binary patch delta 137 zcmdn6l5YbL?KkG-W?*380%A@e=GdrspK+tX1w1&EaqipTaB&0L=3!*8l(j delta 137 zcmdn6l5YbL?KkG-WME+60Ag++=Gv%upK+tX1w1&EaqipTaB&0L-%}*8l(j diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface-e b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface-e index 29d594f4..774bcb39 100644 --- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface-e +++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface-e @@ -24,13 +24,13 @@ import _SwiftConcurrencyShims } public enum VFDislikeChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFDislikeChatError, b: VFDislikeChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDislikeChatError, b: ViafouraSDK.VFDislikeChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDislikeChatError { +extension ViafouraSDK.VFDislikeChatError { public var errorDescription: Swift.String? { get } @@ -42,35 +42,35 @@ public struct VFColors { public init(colorPrimary: UIKit.UIColor = VFDefaultColors.colorPrimaryDefault(), colorPrimaryLight: UIKit.UIColor = VFDefaultColors.colorPrimaryLightDefault(), colorBackground: UIKit.UIColor = VFDefaultColors.colorBackgroundDefault(), colorSeparator: UIKit.UIColor = VFDefaultColors.colorSeparatorDefault(), colorAvatars: [UIKit.UIColor] = Constants.AvatarColors.colors) } public struct VFDefaultColors { - public static func colorBackgroundDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorText1Default(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorText2Default(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorSeparatorDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorErrorDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorWarningDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorEditorPicksDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorThreadingLines(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorChatBubbleDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorPinnedDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorPinnedBadgeDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorPrimaryDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorPrimaryLightDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorBorder1Default(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorAuthorBadgeDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorModeratorBadgeDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorNewCommentText(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorIcons(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorInputBox(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorBackgroundDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorText1Default(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorText2Default(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorSeparatorDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorErrorDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorWarningDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorEditorPicksDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorThreadingLines(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorChatBubbleDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPinnedDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPinnedBadgeDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPrimaryDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPrimaryLightDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorBorder1Default(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorAuthorBadgeDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorModeratorBadgeDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorNewCommentText(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorIcons(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorInputBox(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor } public enum VFSingleStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFSingleStoryError, b: VFSingleStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSingleStoryError, b: ViafouraSDK.VFSingleStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSingleStoryError { +extension ViafouraSDK.VFSingleStoryError { public var errorDescription: Swift.String? { get } @@ -84,13 +84,13 @@ extension VFSingleStoryError { public enum VFCreateCommentReplyError : Foundation.LocalizedError { case unknown case unauthorized - public static func == (a: VFCreateCommentReplyError, b: VFCreateCommentReplyError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreateCommentReplyError, b: ViafouraSDK.VFCreateCommentReplyError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreateCommentReplyError { +extension ViafouraSDK.VFCreateCommentReplyError { public var errorDescription: Swift.String? { get } @@ -102,24 +102,24 @@ extension VFCreateCommentReplyError { } public enum VFDeleteStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFDeleteStoryError, b: VFDeleteStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDeleteStoryError, b: ViafouraSDK.VFDeleteStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDeleteStoryError { +extension ViafouraSDK.VFDeleteStoryError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { - public func getUserLoginStatus(completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func getUserLoginStatus(completion: @escaping ((Swift.Result) -> ())) } public enum VFLoginStatus { case notLoggedIn case loggedIn - public static func == (a: VFLoginStatus, b: VFLoginStatus) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLoginStatus, b: ViafouraSDK.VFLoginStatus) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -127,68 +127,68 @@ public enum VFLoginStatus { } public enum VFLoginStatusError : Foundation.LocalizedError { case unknown - public static func == (a: VFLoginStatusError, b: VFLoginStatusError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLoginStatusError, b: ViafouraSDK.VFLoginStatusError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLoginStatusError { +extension ViafouraSDK.VFLoginStatusError { public var errorDescription: Swift.String? { get } } public enum VFUnflagCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnflagCommentError, b: VFUnflagCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnflagCommentError, b: ViafouraSDK.VFUnflagCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnflagCommentError { +extension ViafouraSDK.VFUnflagCommentError { public var errorDescription: Swift.String? { get } } public enum VFUnlikeStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnlikeStoryError, b: VFUnlikeStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnlikeStoryError, b: ViafouraSDK.VFUnlikeStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnlikeStoryError { +extension ViafouraSDK.VFUnlikeStoryError { public var errorDescription: Swift.String? { get } } public protocol VFAdDelegate : ObjectiveC.NSObject { - func generateAd(viewController: VFUIViewController, adPosition: Swift.Int) -> VFAdView - func getAdInterval(viewController: VFUIViewController) -> Swift.Int - func getFirstAdPosition(viewController: VFUIViewController) -> Swift.Int + func generateAd(viewController: ViafouraSDK.VFUIViewController, adPosition: Swift.Int) -> ViafouraSDK.VFAdView + func getAdInterval(viewController: ViafouraSDK.VFUIViewController) -> Swift.Int + func getFirstAdPosition(viewController: ViafouraSDK.VFUIViewController) -> Swift.Int } -extension VFAdDelegate { - public func getFirstAdPosition(viewController: VFUIViewController) -> Swift.Int +extension ViafouraSDK.VFAdDelegate { + public func getFirstAdPosition(viewController: ViafouraSDK.VFUIViewController) -> Swift.Int } public protocol VFLocalAdDelegate : ObjectiveC.NSObject { - func generateAd(adPosition: Swift.Int) -> VFAdView + func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView func getAdInterval() -> Swift.Int func getFirstAdPosition() -> Swift.Int } -extension VFLocalAdDelegate { +extension ViafouraSDK.VFLocalAdDelegate { public func getFirstAdPosition() -> Swift.Int } public enum VFFlagCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFFlagCommentError, b: VFFlagCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFFlagCommentError, b: ViafouraSDK.VFFlagCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFFlagCommentError { +extension ViafouraSDK.VFFlagCommentError { public var errorDescription: Swift.String? { get } @@ -198,39 +198,39 @@ extension VFFlagCommentError { } public enum VFChatListError : Foundation.LocalizedError { case unknown - public static func == (a: VFChatListError, b: VFChatListError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFChatListError, b: ViafouraSDK.VFChatListError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFChatListError { +extension ViafouraSDK.VFChatListError { public var errorDescription: Swift.String? { get } } public enum VFLikeStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFLikeStoryError, b: VFLikeStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLikeStoryError, b: ViafouraSDK.VFLikeStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLikeStoryError { +extension ViafouraSDK.VFLikeStoryError { public var errorDescription: Swift.String? { get } } public enum VFUpdateUserAvatarError : Foundation.LocalizedError { case unknown - public static func == (a: VFUpdateUserAvatarError, b: VFUpdateUserAvatarError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUpdateUserAvatarError, b: ViafouraSDK.VFUpdateUserAvatarError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUpdateUserAvatarError { +extension ViafouraSDK.VFUpdateUserAvatarError { public var errorDescription: Swift.String? { get } @@ -238,24 +238,24 @@ extension VFUpdateUserAvatarError { public enum VFTheme { case dark case light - public static func == (a: VFTheme, b: VFTheme) -> Swift.Bool + public static func == (a: ViafouraSDK.VFTheme, b: ViafouraSDK.VFTheme) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -public typealias VFActionsCallbacks = (VFActionCallbackType) -> Swift.Void +public typealias VFActionsCallbacks = (ViafouraSDK.VFActionCallbackType) -> Swift.Void public enum VFActionCallbackType { case seeMoreCommentsPressed - case writeNewCommentPressed(actionType: VFNewCommentActionType) + case writeNewCommentPressed(actionType: ViafouraSDK.VFNewCommentActionType) case closeNewCommentPressed - case openProfilePressed(userUUID: Foundation.UUID, presentationType: VFProfilePresentationType) - case notificationPressed(presentationType: VFNotificationPresentationType) + case openProfilePressed(userUUID: Foundation.UUID, presentationType: ViafouraSDK.VFProfilePresentationType) + case notificationPressed(presentationType: ViafouraSDK.VFNotificationPresentationType) case closeProfilePressed - case trendingArticlePressed(metadata: VFArticleMetadata, containerId: Swift.String) + case trendingArticlePressed(metadata: ViafouraSDK.VFArticleMetadata, containerId: Swift.String) case commentPosted(contentUUID: Foundation.UUID) case replyPosted(contentUUID: Foundation.UUID) - case authPressed(promptType: VFAuthPromptType) + case authPressed(promptType: ViafouraSDK.VFAuthPromptType) } public enum VFAuthPromptType { case dislike @@ -267,7 +267,7 @@ public enum VFAuthPromptType { case followConversation case followUser case muteUser - public static func == (a: VFAuthPromptType, b: VFAuthPromptType) -> Swift.Bool + public static func == (a: ViafouraSDK.VFAuthPromptType, b: ViafouraSDK.VFAuthPromptType) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -280,7 +280,7 @@ public enum VFNotificationPresentationType { public enum VFProfilePresentationType { case profile case feed - public static func == (a: VFProfilePresentationType, b: VFProfilePresentationType) -> Swift.Bool + public static func == (a: ViafouraSDK.VFProfilePresentationType, b: ViafouraSDK.VFProfilePresentationType) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -296,39 +296,39 @@ public enum VFNewCommentActionType { } public enum VFSingleChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFSingleChatError, b: VFSingleChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSingleChatError, b: ViafouraSDK.VFSingleChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSingleChatError { +extension ViafouraSDK.VFSingleChatError { public var errorDescription: Swift.String? { get } } public enum VFClosePollError : Foundation.LocalizedError { case unknown - public static func == (a: VFClosePollError, b: VFClosePollError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFClosePollError, b: ViafouraSDK.VFClosePollError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFClosePollError { +extension ViafouraSDK.VFClosePollError { public var errorDescription: Swift.String? { get } } public enum VFDislikeCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFDislikeCommentError, b: VFDislikeCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDislikeCommentError, b: ViafouraSDK.VFDislikeCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDislikeCommentError { +extension ViafouraSDK.VFDislikeCommentError { public var errorDescription: Swift.String? { get } @@ -338,96 +338,96 @@ extension VFDislikeCommentError { required public init(from decoder: any Swift.Decoder) throws } @_hasMissingDesignatedInitializers public class AnalyticsService { - public func addWidget(_ widgetType: WidgetType) - public func removeWidget(_ widgetType: WidgetType) - public func logLoadMoreClick(eventSessionUUID: Foundation.UUID, tab: Swift.String, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date) - public func logConversationsBellClick(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date) + public func addWidget(_ widgetType: ViafouraSDK.WidgetType) + public func removeWidget(_ widgetType: ViafouraSDK.WidgetType) + public func logLoadMoreClick(eventSessionUUID: Foundation.UUID, tab: Swift.String, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date) + public func logConversationsBellClick(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date) public func logTrayTriggerClick(eventSessionUUID: Foundation.UUID, eventSessionStart: Foundation.Date) - public func logSortChange(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date, sort: Swift.String, defaultSort: Swift.String, oldSort: Swift.String) - public func logEventEngage(widgetType: WidgetType, eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date, time: Swift.Int64, vfTime: Swift.Int64, hiddenTime: Swift.Int64, focuses: Swift.Int) - public func logTrackAdCode(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, articleMetadata: VFArticleMetadata, status: Swift.String, failureReason: Swift.String, widgetType: WidgetType) - public func logTrackAdView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID? = nil, eventSessionStart: Foundation.Date, articleMetadata: VFArticleMetadata? = nil, adIntegration: Swift.String, limit: Swift.Int, childLimit: Swift.Int, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int, firstPromoPosition: Swift.Int, totalCount: Swift.Int, index: Swift.Int, threadType: Swift.String, widgetType: WidgetType) + public func logSortChange(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date, sort: Swift.String, defaultSort: Swift.String, oldSort: Swift.String) + public func logEventEngage(widgetType: ViafouraSDK.WidgetType, eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date, time: Swift.Int64, vfTime: Swift.Int64, hiddenTime: Swift.Int64, focuses: Swift.Int) + public func logTrackAdCode(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, articleMetadata: ViafouraSDK.VFArticleMetadata, status: Swift.String, failureReason: Swift.String, widgetType: ViafouraSDK.WidgetType) + public func logTrackAdView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID? = nil, eventSessionStart: Foundation.Date, articleMetadata: ViafouraSDK.VFArticleMetadata? = nil, adIntegration: Swift.String, limit: Swift.Int, childLimit: Swift.Int, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int, firstPromoPosition: Swift.Int, totalCount: Swift.Int, index: Swift.Int, threadType: Swift.String, widgetType: ViafouraSDK.WidgetType) public func logLogout() - public func logTrackAd(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID? = nil, eventSessionStart: Foundation.Date, articleMetadata: VFArticleMetadata? = nil, adIntegration: Swift.String, limit: Swift.Int? = nil, childLimit: Swift.Int? = nil, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int? = nil, firstPromoPosition: Swift.Int, totalCount: Swift.Int? = nil, index: Swift.Int, threadType: Swift.String? = nil, widgetType: WidgetType) - public func logInteraction(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, eventArticleMetadata: VFArticleMetadata, label: Swift.String, action: Swift.String) + public func logTrackAd(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID? = nil, eventSessionStart: Foundation.Date, articleMetadata: ViafouraSDK.VFArticleMetadata? = nil, adIntegration: Swift.String, limit: Swift.Int? = nil, childLimit: Swift.Int? = nil, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int? = nil, firstPromoPosition: Swift.Int, totalCount: Swift.Int? = nil, index: Swift.Int, threadType: Swift.String? = nil, widgetType: ViafouraSDK.WidgetType) + public func logInteraction(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, label: Swift.String, action: Swift.String) public func logPasswordReset(email: Swift.String) public func logSignup(loginType: Swift.String) public func logLoginFailure(loginType: Swift.String, error: Swift.String) public func logLoginSuccess() - public func logContainerLoad(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, allCommentsCount: Swift.Int, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date, contentContainerType: Swift.String) - public func logPageView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date) - public func logEventAttemptedAction(eventSessionUUID: Foundation.UUID, eventAttemptedAction: EventAttemptedAction, eventContainerId: Swift.String?, eventSectionUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata?, eventSessionStart: Foundation.Date) + public func logContainerLoad(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, allCommentsCount: Swift.Int, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date, contentContainerType: Swift.String) + public func logPageView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date) + public func logEventAttemptedAction(eventSessionUUID: Foundation.UUID, eventAttemptedAction: ViafouraSDK.EventAttemptedAction, eventContainerId: Swift.String?, eventSectionUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata?, eventSessionStart: Foundation.Date) @objc deinit } public enum VFCommentContainerSignatureError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentContainerSignatureError, b: VFCommentContainerSignatureError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentContainerSignatureError, b: ViafouraSDK.VFCommentContainerSignatureError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentContainerSignatureError { +extension ViafouraSDK.VFCommentContainerSignatureError { public var errorDescription: Swift.String? { get } } public enum VFChatSelectionError : Foundation.LocalizedError { case unknown - public static func == (a: VFChatSelectionError, b: VFChatSelectionError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFChatSelectionError, b: ViafouraSDK.VFChatSelectionError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFChatSelectionError { +extension ViafouraSDK.VFChatSelectionError { public var errorDescription: Swift.String? { get } } public enum VFEnableChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFEnableChatError, b: VFEnableChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFEnableChatError, b: ViafouraSDK.VFEnableChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFEnableChatError { +extension ViafouraSDK.VFEnableChatError { public var errorDescription: Swift.String? { get } } public enum VFChatModerationListError : Foundation.LocalizedError { case unknown - public static func == (a: VFChatModerationListError, b: VFChatModerationListError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFChatModerationListError, b: ViafouraSDK.VFChatModerationListError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFChatModerationListError { +extension ViafouraSDK.VFChatModerationListError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { - public func login(email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func login(email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ())) } public enum VFLoginError : Foundation.LocalizedError { case unknown - public static func == (a: VFLoginError, b: VFLoginError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLoginError, b: ViafouraSDK.VFLoginError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLoginError { +extension ViafouraSDK.VFLoginError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { +extension ViafouraSDK.VFAuthenticationService { public func logout() } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFButton : UIKit.UIButton { @@ -439,26 +439,26 @@ extension VFAuthenticationService { } public enum VFLikeCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFLikeCommentError, b: VFLikeCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLikeCommentError, b: ViafouraSDK.VFLikeCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLikeCommentError { +extension ViafouraSDK.VFLikeCommentError { public var errorDescription: Swift.String? { get } } public enum VFEnableCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFEnableCommentError, b: VFEnableCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFEnableCommentError, b: ViafouraSDK.VFEnableCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFEnableCommentError { +extension ViafouraSDK.VFEnableCommentError { public var errorDescription: Swift.String? { get } @@ -500,7 +500,7 @@ public enum CommentNodeType { case comment case writeReply case followPrompt - public static func == (a: CommentNodeType, b: CommentNodeType) -> Swift.Bool + public static func == (a: ViafouraSDK.CommentNodeType, b: ViafouraSDK.CommentNodeType) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -508,13 +508,13 @@ public enum CommentNodeType { } public enum VFUpdateCommentsContainerSettingsError : Foundation.LocalizedError { case unknown - public static func == (a: VFUpdateCommentsContainerSettingsError, b: VFUpdateCommentsContainerSettingsError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUpdateCommentsContainerSettingsError, b: ViafouraSDK.VFUpdateCommentsContainerSettingsError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUpdateCommentsContainerSettingsError { +extension ViafouraSDK.VFUpdateCommentsContainerSettingsError { public var errorDescription: Swift.String? { get } @@ -524,56 +524,56 @@ extension VFUpdateCommentsContainerSettingsError { } public enum VFDisableChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFDisableChatError, b: VFDisableChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDisableChatError, b: ViafouraSDK.VFDisableChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDisableChatError { +extension ViafouraSDK.VFDisableChatError { public var errorDescription: Swift.String? { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFVerticalTrendingViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFVerticalTrendingViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: VFTrendingSortType, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFVerticalTrendingViewController? + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: ViafouraSDK.VFTrendingSortType, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFVerticalTrendingViewController? @objc deinit @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any VFAdDelegate) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any ViafouraSDK.VFAdDelegate) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) } -extension VFVerticalTrendingViewController : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { +extension ViafouraSDK.VFVerticalTrendingViewController : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) } -extension VFVerticalTrendingViewController : VFLocalAdDelegate { - @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> VFAdView +extension ViafouraSDK.VFVerticalTrendingViewController : ViafouraSDK.VFLocalAdDelegate { + @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView @_Concurrency.MainActor(unsafe) public func getAdInterval() -> Swift.Int } -extension VFVerticalTrendingViewController { +extension ViafouraSDK.VFVerticalTrendingViewController { @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMove(toParent parent: UIKit.UIViewController?) } -extension VFVerticalTrendingViewController { +extension ViafouraSDK.VFVerticalTrendingViewController { @_Concurrency.MainActor(unsafe) @objc override dynamic public func observeValue(forKeyPath keyPath: Swift.String?, of object: Any?, change: [Foundation.NSKeyValueChangeKey : Any]?, context: Swift.UnsafeMutableRawPointer?) } public enum VFUnflagChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnflagChatError, b: VFUnflagChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnflagChatError, b: ViafouraSDK.VFUnflagChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnflagChatError { +extension ViafouraSDK.VFUnflagChatError { public var errorDescription: Swift.String? { get } @@ -583,39 +583,39 @@ extension VFUnflagChatError { } public enum VFLikeChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFLikeChatError, b: VFLikeChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLikeChatError, b: ViafouraSDK.VFLikeChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLikeChatError { +extension ViafouraSDK.VFLikeChatError { public var errorDescription: Swift.String? { get } } public enum VFUndislikeStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFUndislikeStoryError, b: VFUndislikeStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUndislikeStoryError, b: ViafouraSDK.VFUndislikeStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUndislikeStoryError { +extension ViafouraSDK.VFUndislikeStoryError { public var errorDescription: Swift.String? { get } } public enum VFVotePollError : Foundation.LocalizedError { case unknown - public static func == (a: VFVotePollError, b: VFVotePollError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFVotePollError, b: ViafouraSDK.VFVotePollError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFVotePollError { +extension ViafouraSDK.VFVotePollError { public var errorDescription: Swift.String? { get } @@ -623,53 +623,53 @@ extension VFVotePollError { @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFeaturedView : UIKit.UIView { @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFCarouselTrendingViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFCarouselTrendingViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: VFTrendingSortType, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFCarouselTrendingViewController? + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: ViafouraSDK.VFTrendingSortType, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFCarouselTrendingViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any VFAdDelegate) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any ViafouraSDK.VFAdDelegate) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension VFCarouselTrendingViewController : UIKit.UICollectionViewDataSource { +extension ViafouraSDK.VFCarouselTrendingViewController : UIKit.UICollectionViewDataSource { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, numberOfItemsInSection section: Swift.Int) -> Swift.Int @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, cellForItemAt indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell } -extension VFCarouselTrendingViewController : UIKit.UICollectionViewDelegateFlowLayout { +extension ViafouraSDK.VFCarouselTrendingViewController : UIKit.UICollectionViewDelegateFlowLayout { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize } -extension VFCarouselTrendingViewController : VFLocalAdDelegate { - @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> VFAdView +extension ViafouraSDK.VFCarouselTrendingViewController : ViafouraSDK.VFLocalAdDelegate { + @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView @_Concurrency.MainActor(unsafe) public func getAdInterval() -> Swift.Int } public enum VFReplyStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFReplyStoryError, b: VFReplyStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFReplyStoryError, b: ViafouraSDK.VFReplyStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFReplyStoryError { +extension ViafouraSDK.VFReplyStoryError { public var errorDescription: Swift.String? { get } } public enum VFCommentsProfileError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentsProfileError, b: VFCommentsProfileError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentsProfileError, b: ViafouraSDK.VFCommentsProfileError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentsProfileError { +extension ViafouraSDK.VFCommentsProfileError { public var errorDescription: Swift.String? { get } @@ -680,13 +680,13 @@ extension VFCommentsProfileError { public enum VFPollContainerError : Foundation.LocalizedError { case notFound case unknown - public static func == (a: VFPollContainerError, b: VFPollContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFPollContainerError, b: ViafouraSDK.VFPollContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFPollContainerError { +extension ViafouraSDK.VFPollContainerError { public var errorDescription: Swift.String? { get } @@ -696,13 +696,13 @@ extension VFPollContainerError { } public enum VFStoryContainerError : Foundation.LocalizedError { case unknown - public static func == (a: VFStoryContainerError, b: VFStoryContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFStoryContainerError, b: ViafouraSDK.VFStoryContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFStoryContainerError { +extension ViafouraSDK.VFStoryContainerError { public var errorDescription: Swift.String? { get } @@ -718,7 +718,7 @@ public protocol VFLoginDelegate : AnyObject { public enum VFFilterType { case allComments case featured - public static func == (a: VFFilterType, b: VFFilterType) -> Swift.Bool + public static func == (a: ViafouraSDK.VFFilterType, b: ViafouraSDK.VFFilterType) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -726,13 +726,13 @@ public enum VFFilterType { } public enum VFUndislikeChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFUndislikeChatError, b: VFUndislikeChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUndislikeChatError, b: ViafouraSDK.VFUndislikeChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUndislikeChatError { +extension ViafouraSDK.VFUndislikeChatError { public var errorDescription: Swift.String? { get } @@ -745,123 +745,123 @@ extension VFUndislikeChatError { } public enum VFDislikeStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFDislikeStoryError, b: VFDislikeStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDislikeStoryError, b: ViafouraSDK.VFDislikeStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDislikeStoryError { +extension ViafouraSDK.VFDislikeStoryError { public var errorDescription: Swift.String? { get } } public enum VFEditorPickCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFEditorPickCommentError, b: VFEditorPickCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFEditorPickCommentError, b: ViafouraSDK.VFEditorPickCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFEditorPickCommentError { +extension ViafouraSDK.VFEditorPickCommentError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { - public func signup(name: Swift.String, email: Swift.String, password: Swift.String, recaptchaToken: Swift.String? = nil, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func signup(name: Swift.String, email: Swift.String, password: Swift.String, recaptchaToken: Swift.String? = nil, completion: @escaping ((Swift.Result) -> ())) } public enum VFSignUpError : Foundation.LocalizedError { case unknown - public static func == (a: VFSignUpError, b: VFSignUpError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSignUpError, b: ViafouraSDK.VFSignUpError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSignUpError { +extension ViafouraSDK.VFSignUpError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { - public func socialLogin(token: Swift.String, provider: VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func socialLogin(token: Swift.String, provider: ViafouraSDK.VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) } public enum VFSocialLoginError : Foundation.LocalizedError { case unknown - public static func == (a: VFSocialLoginError, b: VFSocialLoginError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSocialLoginError, b: ViafouraSDK.VFSocialLoginError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSocialLoginError { +extension ViafouraSDK.VFSocialLoginError { public var errorDescription: Swift.String? { get } } public enum VFCommentContainerError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentContainerError, b: VFCommentContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentContainerError, b: ViafouraSDK.VFCommentContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentContainerError { +extension ViafouraSDK.VFCommentContainerError { public var errorDescription: Swift.String? { get } } public enum VFUnlikeCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnlikeCommentError, b: VFUnlikeCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnlikeCommentError, b: ViafouraSDK.VFUnlikeCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnlikeCommentError { +extension ViafouraSDK.VFUnlikeCommentError { public var errorDescription: Swift.String? { get } } public enum VFUserMutesError : Foundation.LocalizedError { case unknown - public static func == (a: VFUserMutesError, b: VFUserMutesError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUserMutesError, b: ViafouraSDK.VFUserMutesError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUserMutesError { +extension ViafouraSDK.VFUserMutesError { public var errorDescription: Swift.String? { get } } public enum VFUnmuteUserError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnmuteUserError, b: VFUnmuteUserError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnmuteUserError, b: ViafouraSDK.VFUnmuteUserError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnmuteUserError { +extension ViafouraSDK.VFUnmuteUserError { public var errorDescription: Swift.String? { get } } public enum VFMuteUserError : Foundation.LocalizedError { case unknown - public static func == (a: VFMuteUserError, b: VFMuteUserError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFMuteUserError, b: ViafouraSDK.VFMuteUserError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFMuteUserError { +extension ViafouraSDK.VFMuteUserError { public var errorDescription: Swift.String? { get } @@ -871,29 +871,29 @@ extension VFMuteUserError { } public enum VFFlagChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFFlagChatError, b: VFFlagChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFFlagChatError, b: ViafouraSDK.VFFlagChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFFlagChatError { +extension ViafouraSDK.VFFlagChatError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { - public func openIdLogin(token: Swift.String, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func openIdLogin(token: Swift.String, completion: @escaping ((Swift.Result) -> ())) } public enum VFOpenIdLoginError : Foundation.LocalizedError { case unknown - public static func == (a: VFOpenIdLoginError, b: VFOpenIdLoginError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFOpenIdLoginError, b: ViafouraSDK.VFOpenIdLoginError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFOpenIdLoginError { +extension ViafouraSDK.VFOpenIdLoginError { public var errorDescription: Swift.String? { get } @@ -902,17 +902,17 @@ public struct UserResponse : Swift.Decodable { public init(from decoder: any Swift.Decoder) throws } public protocol VFLayoutDelegate : ObjectiveC.NSObject { - func containerHeightUpdated(viewController: VFUIViewController, height: CoreFoundation.CGFloat) + func containerHeightUpdated(viewController: ViafouraSDK.VFUIViewController, height: CoreFoundation.CGFloat) } public enum VFDeleteChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFDeleteChatError, b: VFDeleteChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDeleteChatError, b: ViafouraSDK.VFDeleteChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDeleteChatError { +extension ViafouraSDK.VFDeleteChatError { public var errorDescription: Swift.String? { get } @@ -920,20 +920,20 @@ extension VFDeleteChatError { public enum VFCreateCommentError : Foundation.LocalizedError { case unknown case unauthorized - public static func == (a: VFCreateCommentError, b: VFCreateCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreateCommentError, b: ViafouraSDK.VFCreateCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreateCommentError { +extension ViafouraSDK.VFCreateCommentError { public var errorDescription: Swift.String? { get } } public struct Constants { } -extension Constants { +extension ViafouraSDK.Constants { public struct AvatarColors { public static let colors: [UIKit.UIColor] } @@ -955,19 +955,19 @@ public struct VFArticleMetadata { public static func initialize(siteUUID: Swift.String, siteDomain: Swift.String) public static func setLoggingEnabled(_ isLoggingEnabled: Swift.Bool) public static func isLoggingEnabled() -> Swift.Bool - public static func auth() -> VFAuthenticationService - public static func comments() -> VFLiveCommentsService + public static func auth() -> ViafouraSDK.VFAuthenticationService + public static func comments() -> ViafouraSDK.VFLiveCommentsService @objc deinit } public enum VFUserCommentsError : Foundation.LocalizedError { case unknown - public static func == (a: VFUserCommentsError, b: VFUserCommentsError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUserCommentsError, b: ViafouraSDK.VFUserCommentsError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUserCommentsError { +extension ViafouraSDK.VFUserCommentsError { public var errorDescription: Swift.String? { get } @@ -1013,7 +1013,7 @@ public enum VFSortType { public var rawValue: Swift.String { get } - public static func == (a: VFSortType, b: VFSortType) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSortType, b: ViafouraSDK.VFSortType) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -1021,67 +1021,67 @@ public enum VFSortType { } public enum VFCommentListError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentListError, b: VFCommentListError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentListError, b: ViafouraSDK.VFCommentListError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentListError { +extension ViafouraSDK.VFCommentListError { public var errorDescription: Swift.String? { get } } public enum VFUpdateUserError : Foundation.LocalizedError { case unknown - public static func == (a: VFUpdateUserError, b: VFUpdateUserError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUpdateUserError, b: ViafouraSDK.VFUpdateUserError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUpdateUserError { +extension ViafouraSDK.VFUpdateUserError { public var errorDescription: Swift.String? { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPollViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPollViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(contentContainerUUID: Foundation.UUID, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> VFPollViewController? + @_Concurrency.MainActor(unsafe) public static func new(contentContainerUUID: Foundation.UUID, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.VFPollViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension VFPollViewController : UIKit.UITextFieldDelegate { +extension ViafouraSDK.VFPollViewController : UIKit.UITextFieldDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func textFieldShouldReturn(_ textField: UIKit.UITextField) -> Swift.Bool } public enum VFEditCommentError : Foundation.LocalizedError { case unknown case unauthorized - public static func == (a: VFEditCommentError, b: VFEditCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFEditCommentError, b: ViafouraSDK.VFEditCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFEditCommentError { +extension ViafouraSDK.VFEditCommentError { public var errorDescription: Swift.String? { get } } public enum VFCreatePollError : Foundation.LocalizedError { case unknown - public static func == (a: VFCreatePollError, b: VFCreatePollError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreatePollError, b: ViafouraSDK.VFCreatePollError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreatePollError { +extension ViafouraSDK.VFCreatePollError { public var errorDescription: Swift.String? { get } @@ -1093,49 +1093,49 @@ extension VFCreatePollError { } @objc deinit } -extension VFAuthenticationService { - public func loginRadiusLogin(token: Swift.String, provider: VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func loginRadiusLogin(token: Swift.String, provider: ViafouraSDK.VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) } public enum VFLoginRadiusLoginError : Foundation.LocalizedError { case unknown - public static func == (a: VFLoginRadiusLoginError, b: VFLoginRadiusLoginError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLoginRadiusLoginError, b: ViafouraSDK.VFLoginRadiusLoginError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLoginRadiusLoginError { +extension ViafouraSDK.VFLoginRadiusLoginError { public var errorDescription: Swift.String? { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPreviewCommentsViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPreviewCommentsViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, paginationSize: Swift.Int = 10, defaultSort: VFSortType = .newest, featuredTabThreshold: Swift.Int = 3, replySize: Swift.Int = 2, syndicationKey: Swift.String? = nil, sectionUUID: Foundation.UUID? = nil) -> VFPreviewCommentsViewController? + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, paginationSize: Swift.Int = 10, defaultSort: ViafouraSDK.VFSortType = .newest, featuredTabThreshold: Swift.Int = 3, replySize: Swift.Int = 2, syndicationKey: Swift.String? = nil, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFPreviewCommentsViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any VFAdDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any ViafouraSDK.VFAdDelegate) @_Concurrency.MainActor(unsafe) public func getContentScrollPosition(contentUUID: Foundation.UUID, completion: @escaping (CoreFoundation.CGFloat) -> Swift.Void) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) public func setAuthorsIds(authors: [Swift.String]) - @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) @objc deinit @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public func observeValue(forKeyPath keyPath: Swift.String?, of object: Any?, change: [Foundation.NSKeyValueChangeKey : Any]?, context: Swift.UnsafeMutableRawPointer?) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) } -extension VFPreviewCommentsViewController : VFLocalAdDelegate { - @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> VFAdView +extension ViafouraSDK.VFPreviewCommentsViewController : ViafouraSDK.VFLocalAdDelegate { + @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView @_Concurrency.MainActor(unsafe) public func getAdInterval() -> Swift.Int @_Concurrency.MainActor(unsafe) public func getFirstAdPosition() -> Swift.Int } -extension VFPreviewCommentsViewController { +extension ViafouraSDK.VFPreviewCommentsViewController { @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMove(toParent parent: UIKit.UIViewController?) } -extension VFPreviewCommentsViewController : VFLayoutDelegate { - @_Concurrency.MainActor(unsafe) public func containerHeightUpdated(viewController: VFUIViewController, height: CoreFoundation.CGFloat) +extension ViafouraSDK.VFPreviewCommentsViewController : ViafouraSDK.VFLayoutDelegate { + @_Concurrency.MainActor(unsafe) public func containerHeightUpdated(viewController: ViafouraSDK.VFUIViewController, height: CoreFoundation.CGFloat) } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFlagsView : UIKit.UIView { @objc deinit @@ -1148,27 +1148,27 @@ public enum VFTrendingSortType : Swift.String { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveBlogViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveBlogViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFLiveBlogViewController? + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFLiveBlogViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } public enum VFStorySelectionError : Foundation.LocalizedError { case unknown - public static func == (a: VFStorySelectionError, b: VFStorySelectionError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFStorySelectionError, b: ViafouraSDK.VFStorySelectionError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFStorySelectionError { +extension ViafouraSDK.VFStorySelectionError { public var errorDescription: Swift.String? { get } @@ -1181,45 +1181,45 @@ extension VFStorySelectionError { } public enum VFUndislikeCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFUndislikeCommentError, b: VFUndislikeCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUndislikeCommentError, b: ViafouraSDK.VFUndislikeCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUndislikeCommentError { +extension ViafouraSDK.VFUndislikeCommentError { public var errorDescription: Swift.String? { get } } public enum VFRemovePollError : Foundation.LocalizedError { case unknown - public static func == (a: VFRemovePollError, b: VFRemovePollError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFRemovePollError, b: ViafouraSDK.VFRemovePollError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFRemovePollError { +extension ViafouraSDK.VFRemovePollError { public var errorDescription: Swift.String? { get } } -extension VFLiveCommentsService { - public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFLiveCommentsService { + public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String, completion: @escaping ((Swift.Result) -> ())) #if compiler(>=5.3) && $AsyncAwait - public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String) async throws -> (Swift.Result) + public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String) async throws -> (Swift.Result) #endif } public enum VFCommentCountError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentCountError, b: VFCommentCountError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentCountError, b: ViafouraSDK.VFCommentCountError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentCountError { +extension ViafouraSDK.VFCommentCountError { public var errorDescription: Swift.String? { get } @@ -1234,13 +1234,13 @@ extension VFCommentCountError { } public enum VFCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentError, b: VFCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentError, b: ViafouraSDK.VFCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentError { +extension ViafouraSDK.VFCommentError { public var errorDescription: Swift.String? { get } @@ -1253,13 +1253,13 @@ extension VFCommentError { } public enum VFTopicsSubscribedError : Foundation.LocalizedError { case unknown - public static func == (a: VFTopicsSubscribedError, b: VFTopicsSubscribedError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFTopicsSubscribedError, b: ViafouraSDK.VFTopicsSubscribedError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFTopicsSubscribedError { +extension ViafouraSDK.VFTopicsSubscribedError { public var errorDescription: Swift.String? { get } @@ -1271,85 +1271,85 @@ extension VFTopicsSubscribedError { @objc deinit } public enum VFCustomizableView { - case postButton(button: VFButton) - case postTextView(textField: VFTextView) - case postCloseImage(image: VFImageView) - case postTitle(label: VFLabel) - case postPlaceholderLabel(label: VFLabel) - case postLoadingView(loadingView: VFLoadingView) + case postButton(button: ViafouraSDK.VFButton) + case postTextView(textField: ViafouraSDK.VFTextView) + case postCloseImage(image: ViafouraSDK.VFImageView) + case postTitle(label: ViafouraSDK.VFLabel) + case postPlaceholderLabel(label: ViafouraSDK.VFLabel) + case postLoadingView(loadingView: ViafouraSDK.VFLoadingView) case postBackgroundView(view: UIKit.UIView) - case profileNameLabel(label: VFLabel) - case profileLogoutLabel(label: VFLabel) - case profileCloseImage(image: VFImageView) - case profileLikesLabel(label: VFLabel) - case profileFollowersLabel(label: VFLabel) - case profileSegmentedControl(segmentedControl: VFSegmentedControl) + case profileNameLabel(label: ViafouraSDK.VFLabel) + case profileLogoutLabel(label: ViafouraSDK.VFLabel) + case profileCloseImage(image: ViafouraSDK.VFImageView) + case profileLikesLabel(label: ViafouraSDK.VFLabel) + case profileFollowersLabel(label: ViafouraSDK.VFLabel) + case profileSegmentedControl(segmentedControl: ViafouraSDK.VFSegmentedControl) case profileBackgroundView(view: UIKit.UIView) - case commentCellDateLabel(label: VFLabel) - case commentCellNameLabel(label: VFLabel) - case commentCellContentLabel(label: VFLabel) - case commentCellLikeImage(image: VFImageView) - case commentCellLikeLabel(label: VFLabel) - case commentCellDislikeImage(image: VFImageView) - case commentCellDislikeLabel(label: VFLabel) - case commentCellReplyLabel(label: VFLabel) - case commentCellCustomBadge(badge: VFCustomBadgeView) - case previewEmptyCommentsView(emptyCommentsView: VFEmptyCommentsView) - case previewSeeMoreCommentsButton(button: VFButton) - case previewTitleLabel(label: VFLabel) - case previewCounterLabel(label: VFLabel) - case previewPrivacyLabel(label: VFLabel) - case previewPoweredByView(poweredByView: VFPoweredByViafouraView) - case previewLoadingView(loadingView: VFLoadingView) - case previewFollowView(followView: VFFollowView) + case commentCellDateLabel(label: ViafouraSDK.VFLabel) + case commentCellNameLabel(label: ViafouraSDK.VFLabel) + case commentCellContentLabel(label: ViafouraSDK.VFLabel) + case commentCellLikeImage(image: ViafouraSDK.VFImageView) + case commentCellLikeLabel(label: ViafouraSDK.VFLabel) + case commentCellDislikeImage(image: ViafouraSDK.VFImageView) + case commentCellDislikeLabel(label: ViafouraSDK.VFLabel) + case commentCellReplyLabel(label: ViafouraSDK.VFLabel) + case commentCellCustomBadge(badge: ViafouraSDK.VFCustomBadgeView) + case previewEmptyCommentsView(emptyCommentsView: ViafouraSDK.VFEmptyCommentsView) + case previewSeeMoreCommentsButton(button: ViafouraSDK.VFButton) + case previewTitleLabel(label: ViafouraSDK.VFLabel) + case previewCounterLabel(label: ViafouraSDK.VFLabel) + case previewPrivacyLabel(label: ViafouraSDK.VFLabel) + case previewPoweredByView(poweredByView: ViafouraSDK.VFPoweredByViafouraView) + case previewLoadingView(loadingView: ViafouraSDK.VFLoadingView) + case previewFollowView(followView: ViafouraSDK.VFFollowView) case previewBackgroundView(view: UIKit.UIView) case trendingVerticalBackgroundView(view: UIKit.UIView) - case trendingVerticalFullImage(image: VFImageView) - case trendingVerticalFullTitle(label: VFLabel) - case trendingVerticalFullCount(label: VFLabel) - case trendingVerticalCondensedTitle(label: VFLabel) - case trendingVerticalCondensedCount(label: VFLabel) - case trendingCarouselTitle(label: VFLabel) - case trendingCarouselImage(image: VFImageView) - case trendingCarouselCount(label: VFLabel) + case trendingVerticalFullImage(image: ViafouraSDK.VFImageView) + case trendingVerticalFullTitle(label: ViafouraSDK.VFLabel) + case trendingVerticalFullCount(label: ViafouraSDK.VFLabel) + case trendingVerticalCondensedTitle(label: ViafouraSDK.VFLabel) + case trendingVerticalCondensedCount(label: ViafouraSDK.VFLabel) + case trendingCarouselTitle(label: ViafouraSDK.VFLabel) + case trendingCarouselImage(image: ViafouraSDK.VFImageView) + case trendingCarouselCount(label: ViafouraSDK.VFLabel) case trendingCarouselBackgroundView(view: UIKit.UIView) - case chatCellContentLabel(label: VFLabel) - case chatCellDateLabel(label: VFLabel) - case chatCellUserNameLabel(label: VFLabel) + case chatCellContentLabel(label: ViafouraSDK.VFLabel) + case chatCellDateLabel(label: ViafouraSDK.VFLabel) + case chatCellUserNameLabel(label: ViafouraSDK.VFLabel) case chatPostView(view: UIKit.UIView) - case chatPostImage(image: VFImageView) - case chatPostLoading(loadingView: VFLoadingView) - case chatTextView(textView: VFTextView) + case chatPostImage(image: ViafouraSDK.VFImageView) + case chatPostLoading(loadingView: ViafouraSDK.VFLoadingView) + case chatTextView(textView: ViafouraSDK.VFTextView) case chatBackgroundView(backgroundView: UIKit.UIView) - case chatLoading(loadingView: VFLoadingView) - case chatLoadingMore(loadingView: VFLoadingView) - case chatEmptyView(emptyView: VFEmptyChatsView) - case chatReplyingToClose(image: VFImageView) - case chatReplyingToTitle(label: VFLabel) - case chatReplyingToDescription(label: VFLabel) + case chatLoading(loadingView: ViafouraSDK.VFLoadingView) + case chatLoadingMore(loadingView: ViafouraSDK.VFLoadingView) + case chatEmptyView(emptyView: ViafouraSDK.VFEmptyChatsView) + case chatReplyingToClose(image: ViafouraSDK.VFImageView) + case chatReplyingToTitle(label: ViafouraSDK.VFLabel) + case chatReplyingToDescription(label: ViafouraSDK.VFLabel) } public enum VFUnpinCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnpinCommentError, b: VFUnpinCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnpinCommentError, b: ViafouraSDK.VFUnpinCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnpinCommentError { +extension ViafouraSDK.VFUnpinCommentError { public var errorDescription: Swift.String? { get } } public enum VFCommentRepliesError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentRepliesError, b: VFCommentRepliesError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentRepliesError, b: ViafouraSDK.VFCommentRepliesError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentRepliesError { +extension ViafouraSDK.VFCommentRepliesError { public var errorDescription: Swift.String? { get } @@ -1359,26 +1359,26 @@ extension VFCommentRepliesError { } public enum VFReplyChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFReplyChatError, b: VFReplyChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFReplyChatError, b: ViafouraSDK.VFReplyChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFReplyChatError { +extension ViafouraSDK.VFReplyChatError { public var errorDescription: Swift.String? { get } } public enum VFCommentModerationListError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentModerationListError, b: VFCommentModerationListError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentModerationListError, b: ViafouraSDK.VFCommentModerationListError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentModerationListError { +extension ViafouraSDK.VFCommentModerationListError { public var errorDescription: Swift.String? { get } @@ -1386,31 +1386,31 @@ extension VFCommentModerationListError { @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFEmptyCommentsView : UIKit.UIView { @objc deinit } -extension AnalyticsService { +extension ViafouraSDK.AnalyticsService { public func logTyping(contentContainerUUID: Foundation.UUID, threadUUID: Foundation.UUID, contentUUID: Foundation.UUID) } public enum VFTrendingError : Foundation.LocalizedError { case unknown - public static func == (a: VFTrendingError, b: VFTrendingError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFTrendingError, b: ViafouraSDK.VFTrendingError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFTrendingError { +extension ViafouraSDK.VFTrendingError { public var errorDescription: Swift.String? { get } } public enum VFCreateCommentMediaError : Foundation.LocalizedError { case unknown - public static func == (a: VFCreateCommentMediaError, b: VFCreateCommentMediaError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreateCommentMediaError, b: ViafouraSDK.VFCreateCommentMediaError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreateCommentMediaError { +extension ViafouraSDK.VFCreateCommentMediaError { public var errorDescription: Swift.String? { get } @@ -1420,13 +1420,13 @@ extension VFCreateCommentMediaError { } public enum VFUpdateStoryContainerError : Foundation.LocalizedError { case unknown - public static func == (a: VFUpdateStoryContainerError, b: VFUpdateStoryContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUpdateStoryContainerError, b: ViafouraSDK.VFUpdateStoryContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUpdateStoryContainerError { +extension ViafouraSDK.VFUpdateStoryContainerError { public var errorDescription: Swift.String? { get } @@ -1444,22 +1444,22 @@ extension VFUpdateStoryContainerError { @objc get @objc set } - @_Concurrency.MainActor(unsafe) public init(settings: VFSettings, loginDelegate: any VFLoginDelegate, onBellClicked: @escaping ((Foundation.UUID) -> Swift.Void)) - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public init(settings: ViafouraSDK.VFSettings, loginDelegate: any ViafouraSDK.VFLoginDelegate, onBellClicked: @escaping ((Foundation.UUID) -> Swift.Void)) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFProfileViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFProfileViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(userUUID: Foundation.UUID, presentationType: VFProfilePresentationType, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> VFProfileViewController? + @_Concurrency.MainActor(unsafe) public static func new(userUUID: Foundation.UUID, presentationType: ViafouraSDK.VFProfilePresentationType, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.VFProfileViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension VFProfileViewController : UIKit.UIImagePickerControllerDelegate, UIKit.UINavigationControllerDelegate { +extension ViafouraSDK.VFProfileViewController : UIKit.UIImagePickerControllerDelegate, UIKit.UINavigationControllerDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func imagePickerController(_ picker: UIKit.UIImagePickerController, didFinishPickingMediaWithInfo info: [UIKit.UIImagePickerController.InfoKey : Any]) } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFSeparatorView : UIKit.UIView { @@ -1467,26 +1467,26 @@ extension VFProfileViewController : UIKit.UIImagePickerControllerDelegate, UIKit } public enum VFChatContainerError : Foundation.LocalizedError { case unknown - public static func == (a: VFChatContainerError, b: VFChatContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFChatContainerError, b: ViafouraSDK.VFChatContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFChatContainerError { +extension ViafouraSDK.VFChatContainerError { public var errorDescription: Swift.String? { get } } public enum VFCreateStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFCreateStoryError, b: VFCreateStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreateStoryError, b: ViafouraSDK.VFCreateStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreateStoryError { +extension ViafouraSDK.VFCreateStoryError { public var errorDescription: Swift.String? { get } @@ -1497,82 +1497,82 @@ extension VFCreateStoryError { @_hasMissingDesignatedInitializers public class CommentContent { @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ViewChatReplyViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ViewChatReplyViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ChatContent, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> ViewChatReplyViewController? + @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ViafouraSDK.ChatContent, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.ViewChatReplyViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ChatReplyViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ChatReplyViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ChatContent, containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> ChatReplyViewController? + @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ViafouraSDK.ChatContent, containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.ChatReplyViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension ChatReplyViewController : UIKit.UITextViewDelegate { +extension ViafouraSDK.ChatReplyViewController : UIKit.UITextViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func textViewDidChange(_ textView: UIKit.UITextView) } -extension VFAuthenticationService { - public func cookieLogin(token: Swift.String, type: Swift.String = "viafouraDefinedCookie", completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func cookieLogin(token: Swift.String, type: Swift.String = "viafouraDefinedCookie", completion: @escaping ((Swift.Result) -> ())) } public struct VFCookieLoginData { } public enum VFCookieLoginError : Foundation.LocalizedError { case unknown - public static func == (a: VFCookieLoginError, b: VFCookieLoginError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCookieLoginError, b: ViafouraSDK.VFCookieLoginError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCookieLoginError { +extension ViafouraSDK.VFCookieLoginError { public var errorDescription: Swift.String? { get } } public enum VFSubscribeTopicError : Foundation.LocalizedError { case unknown - public static func == (a: VFSubscribeTopicError, b: VFSubscribeTopicError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSubscribeTopicError, b: ViafouraSDK.VFSubscribeTopicError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSubscribeTopicError { +extension ViafouraSDK.VFSubscribeTopicError { public var errorDescription: Swift.String? { get } } public enum VFStoryListError : Foundation.LocalizedError { case unknown - public static func == (a: VFStoryListError, b: VFStoryListError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFStoryListError, b: ViafouraSDK.VFStoryListError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFStoryListError { +extension ViafouraSDK.VFStoryListError { public var errorDescription: Swift.String? { get } } public enum VFCreateChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFCreateChatError, b: VFCreateChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreateChatError, b: ViafouraSDK.VFCreateChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreateChatError { +extension ViafouraSDK.VFCreateChatError { public var errorDescription: Swift.String? { get } @@ -1592,13 +1592,13 @@ public struct VFFonts { } public enum VFRemoveEditorPickCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFRemoveEditorPickCommentError, b: VFRemoveEditorPickCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFRemoveEditorPickCommentError, b: ViafouraSDK.VFRemoveEditorPickCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFRemoveEditorPickCommentError { +extension ViafouraSDK.VFRemoveEditorPickCommentError { public var errorDescription: Swift.String? { get } @@ -1609,18 +1609,18 @@ extension VFRemoveEditorPickCommentError { public protocol StoryboardCreateable : UIKit.UIViewController { static var storyboardName: Swift.String { get } } -extension StoryboardCreateable { +extension ViafouraSDK.StoryboardCreateable { public static func new() -> Self? } public enum VFSpamCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFSpamCommentError, b: VFSpamCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSpamCommentError, b: ViafouraSDK.VFSpamCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSpamCommentError { +extension ViafouraSDK.VFSpamCommentError { public var errorDescription: Swift.String? { get } @@ -1630,66 +1630,66 @@ extension VFSpamCommentError { } public enum VFUnsubscribeTopicError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnsubscribeTopicError, b: VFUnsubscribeTopicError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnsubscribeTopicError, b: ViafouraSDK.VFUnsubscribeTopicError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnsubscribeTopicError { +extension ViafouraSDK.VFUnsubscribeTopicError { public var errorDescription: Swift.String? { get } } public enum VFPinCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFPinCommentError, b: VFPinCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFPinCommentError, b: ViafouraSDK.VFPinCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFPinCommentError { +extension ViafouraSDK.VFPinCommentError { public var errorDescription: Swift.String? { get } } public enum VFUnlikeChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnlikeChatError, b: VFUnlikeChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnlikeChatError, b: ViafouraSDK.VFUnlikeChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnlikeChatError { +extension ViafouraSDK.VFUnlikeChatError { public var errorDescription: Swift.String? { get } } public protocol VFCustomUIDelegate : AnyObject { - func customizeView(theme: VFTheme, view: VFCustomizableView) + func customizeView(theme: ViafouraSDK.VFTheme, view: ViafouraSDK.VFCustomizableView) } public struct VFSettings { - public let fonts: VFFonts - public var colors: VFColors - public init(colors: VFColors, fonts: VFFonts = VFFonts()) + public let fonts: ViafouraSDK.VFFonts + public var colors: ViafouraSDK.VFColors + public init(colors: ViafouraSDK.VFColors, fonts: ViafouraSDK.VFFonts = VFFonts()) } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class SingleChatViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class SingleChatViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFNewCommentViewController : VFUIViewController { - @_Concurrency.MainActor(unsafe) public static func new(newCommentActionType: VFNewCommentActionType, containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFNewCommentViewController? +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFNewCommentViewController : ViafouraSDK.VFUIViewController { + @_Concurrency.MainActor(unsafe) public static func new(newCommentActionType: ViafouraSDK.VFNewCommentActionType, containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFNewCommentViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public var canBecomeFirstResponder: Swift.Bool { @objc get @@ -1701,10 +1701,10 @@ public struct VFSettings { @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension VFNewCommentViewController : UIKit.UITextViewDelegate { +extension ViafouraSDK.VFNewCommentViewController : UIKit.UITextViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func textViewDidChange(_ textView: UIKit.UITextView) } -extension VFNewCommentViewController { +extension ViafouraSDK.VFNewCommentViewController { @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator) } public enum WidgetType : Swift.String, Swift.Encodable { @@ -1722,18 +1722,18 @@ public enum WidgetType : Swift.String, Swift.Encodable { get } } -extension VFAuthenticationService { - public func resetPassword(email: Swift.String, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func resetPassword(email: Swift.String, completion: @escaping ((Swift.Result) -> ())) } public enum VFPasswordResetError : Foundation.LocalizedError { case unknown - public static func == (a: VFPasswordResetError, b: VFPasswordResetError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFPasswordResetError, b: ViafouraSDK.VFPasswordResetError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFPasswordResetError { +extension ViafouraSDK.VFPasswordResetError { public var errorDescription: Swift.String? { get } @@ -1748,13 +1748,13 @@ extension VFPasswordResetError { } public enum VFUserInfoError : Foundation.LocalizedError { case unknown - public static func == (a: VFUserInfoError, b: VFUserInfoError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUserInfoError, b: ViafouraSDK.VFUserInfoError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUserInfoError { +extension ViafouraSDK.VFUserInfoError { public var errorDescription: Swift.String? { get } @@ -1764,26 +1764,26 @@ extension VFUserInfoError { } public enum VFUpdateChatContainerError : Foundation.LocalizedError { case unknown - public static func == (a: VFUpdateChatContainerError, b: VFUpdateChatContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUpdateChatContainerError, b: ViafouraSDK.VFUpdateChatContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUpdateChatContainerError { +extension ViafouraSDK.VFUpdateChatContainerError { public var errorDescription: Swift.String? { get } } public enum VFDisableCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFDisableCommentError, b: VFDisableCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDisableCommentError, b: ViafouraSDK.VFDisableCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDisableCommentError { +extension ViafouraSDK.VFDisableCommentError { public var errorDescription: Swift.String? { get } @@ -1829,235 +1829,235 @@ public enum EventLoginType : Swift.String, Swift.Encodable { } public enum VFUnspamCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnspamCommentError, b: VFUnspamCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnspamCommentError, b: ViafouraSDK.VFUnspamCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnspamCommentError { +extension ViafouraSDK.VFUnspamCommentError { public var errorDescription: Swift.String? { get } } public enum VFDeleteCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFDeleteCommentError, b: VFDeleteCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDeleteCommentError, b: ViafouraSDK.VFDeleteCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDeleteCommentError { +extension ViafouraSDK.VFDeleteCommentError { public var errorDescription: Swift.String? { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveChatViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveChatViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, paginationSize: Swift.Int = 10, sectionUUID: Foundation.UUID? = nil) -> VFLiveChatViewController? + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, paginationSize: Swift.Int = 10, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFLiveChatViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension VFLiveChatViewController : UIKit.UITextViewDelegate { +extension ViafouraSDK.VFLiveChatViewController : UIKit.UITextViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func textViewDidChange(_ textView: UIKit.UITextView) } -extension VFDislikeChatError : Swift.Equatable {} -extension VFDislikeChatError : Swift.Hashable {} -extension VFSingleStoryError : Swift.Equatable {} -extension VFSingleStoryError : Swift.Hashable {} -extension VFCreateCommentReplyError : Swift.Equatable {} -extension VFCreateCommentReplyError : Swift.Hashable {} -extension VFDeleteStoryError : Swift.Equatable {} -extension VFDeleteStoryError : Swift.Hashable {} -extension VFLoginStatus : Swift.Equatable {} -extension VFLoginStatus : Swift.Hashable {} -extension VFLoginStatusError : Swift.Equatable {} -extension VFLoginStatusError : Swift.Hashable {} -extension VFUnflagCommentError : Swift.Equatable {} -extension VFUnflagCommentError : Swift.Hashable {} -extension VFUnlikeStoryError : Swift.Equatable {} -extension VFUnlikeStoryError : Swift.Hashable {} -extension VFFlagCommentError : Swift.Equatable {} -extension VFFlagCommentError : Swift.Hashable {} -extension VFChatListError : Swift.Equatable {} -extension VFChatListError : Swift.Hashable {} -extension VFLikeStoryError : Swift.Equatable {} -extension VFLikeStoryError : Swift.Hashable {} -extension VFUpdateUserAvatarError : Swift.Equatable {} -extension VFUpdateUserAvatarError : Swift.Hashable {} -extension VFTheme : Swift.Equatable {} -extension VFTheme : Swift.Hashable {} -extension VFAuthPromptType : Swift.Equatable {} -extension VFAuthPromptType : Swift.Hashable {} -extension VFProfilePresentationType : Swift.Equatable {} -extension VFProfilePresentationType : Swift.Hashable {} -extension VFSingleChatError : Swift.Equatable {} -extension VFSingleChatError : Swift.Hashable {} -extension VFClosePollError : Swift.Equatable {} -extension VFClosePollError : Swift.Hashable {} -extension VFDislikeCommentError : Swift.Equatable {} -extension VFDislikeCommentError : Swift.Hashable {} -extension VFCommentContainerSignatureError : Swift.Equatable {} -extension VFCommentContainerSignatureError : Swift.Hashable {} -extension VFChatSelectionError : Swift.Equatable {} -extension VFChatSelectionError : Swift.Hashable {} -extension VFEnableChatError : Swift.Equatable {} -extension VFEnableChatError : Swift.Hashable {} -extension VFChatModerationListError : Swift.Equatable {} -extension VFChatModerationListError : Swift.Hashable {} -extension VFLoginError : Swift.Equatable {} -extension VFLoginError : Swift.Hashable {} -extension VFLikeCommentError : Swift.Equatable {} -extension VFLikeCommentError : Swift.Hashable {} -extension VFEnableCommentError : Swift.Equatable {} -extension VFEnableCommentError : Swift.Hashable {} -extension EventAttemptedAction : Swift.Equatable {} -extension EventAttemptedAction : Swift.Hashable {} -extension EventAttemptedAction : Swift.RawRepresentable {} -extension CommentNodeType : Swift.Equatable {} -extension CommentNodeType : Swift.Hashable {} -extension VFUpdateCommentsContainerSettingsError : Swift.Equatable {} -extension VFUpdateCommentsContainerSettingsError : Swift.Hashable {} -extension VFDisableChatError : Swift.Equatable {} -extension VFDisableChatError : Swift.Hashable {} -extension VFUnflagChatError : Swift.Equatable {} -extension VFUnflagChatError : Swift.Hashable {} -extension VFLikeChatError : Swift.Equatable {} -extension VFLikeChatError : Swift.Hashable {} -extension VFUndislikeStoryError : Swift.Equatable {} -extension VFUndislikeStoryError : Swift.Hashable {} -extension VFVotePollError : Swift.Equatable {} -extension VFVotePollError : Swift.Hashable {} -extension VFReplyStoryError : Swift.Equatable {} -extension VFReplyStoryError : Swift.Hashable {} -extension VFCommentsProfileError : Swift.Equatable {} -extension VFCommentsProfileError : Swift.Hashable {} -extension VFPollContainerError : Swift.Equatable {} -extension VFPollContainerError : Swift.Hashable {} -extension VFStoryContainerError : Swift.Equatable {} -extension VFStoryContainerError : Swift.Hashable {} -extension VFFilterType : Swift.Equatable {} -extension VFFilterType : Swift.Hashable {} -extension VFUndislikeChatError : Swift.Equatable {} -extension VFUndislikeChatError : Swift.Hashable {} -extension VFDislikeStoryError : Swift.Equatable {} -extension VFDislikeStoryError : Swift.Hashable {} -extension VFEditorPickCommentError : Swift.Equatable {} -extension VFEditorPickCommentError : Swift.Hashable {} -extension VFSignUpError : Swift.Equatable {} -extension VFSignUpError : Swift.Hashable {} -extension VFSocialLoginError : Swift.Equatable {} -extension VFSocialLoginError : Swift.Hashable {} -extension VFCommentContainerError : Swift.Equatable {} -extension VFCommentContainerError : Swift.Hashable {} -extension VFUnlikeCommentError : Swift.Equatable {} -extension VFUnlikeCommentError : Swift.Hashable {} -extension VFUserMutesError : Swift.Equatable {} -extension VFUserMutesError : Swift.Hashable {} -extension VFUnmuteUserError : Swift.Equatable {} -extension VFUnmuteUserError : Swift.Hashable {} -extension VFMuteUserError : Swift.Equatable {} -extension VFMuteUserError : Swift.Hashable {} -extension VFFlagChatError : Swift.Equatable {} -extension VFFlagChatError : Swift.Hashable {} -extension VFOpenIdLoginError : Swift.Equatable {} -extension VFOpenIdLoginError : Swift.Hashable {} -extension VFDeleteChatError : Swift.Equatable {} -extension VFDeleteChatError : Swift.Hashable {} -extension VFCreateCommentError : Swift.Equatable {} -extension VFCreateCommentError : Swift.Hashable {} -extension VFUserCommentsError : Swift.Equatable {} -extension VFUserCommentsError : Swift.Hashable {} -extension EventType : Swift.Equatable {} -extension EventType : Swift.Hashable {} -extension EventType : Swift.RawRepresentable {} -extension VFSortType : Swift.Equatable {} -extension VFSortType : Swift.Hashable {} -extension VFCommentListError : Swift.Equatable {} -extension VFCommentListError : Swift.Hashable {} -extension VFUpdateUserError : Swift.Equatable {} -extension VFUpdateUserError : Swift.Hashable {} -extension VFEditCommentError : Swift.Equatable {} -extension VFEditCommentError : Swift.Hashable {} -extension VFCreatePollError : Swift.Equatable {} -extension VFCreatePollError : Swift.Hashable {} -extension VFLoginRadiusLoginError : Swift.Equatable {} -extension VFLoginRadiusLoginError : Swift.Hashable {} -extension VFTrendingSortType : Swift.Equatable {} -extension VFTrendingSortType : Swift.Hashable {} -extension VFTrendingSortType : Swift.RawRepresentable {} -extension VFStorySelectionError : Swift.Equatable {} -extension VFStorySelectionError : Swift.Hashable {} -extension VFUndislikeCommentError : Swift.Equatable {} -extension VFUndislikeCommentError : Swift.Hashable {} -extension VFRemovePollError : Swift.Equatable {} -extension VFRemovePollError : Swift.Hashable {} -extension VFCommentCountError : Swift.Equatable {} -extension VFCommentCountError : Swift.Hashable {} -extension VFCommentError : Swift.Equatable {} -extension VFCommentError : Swift.Hashable {} -extension VFTopicsSubscribedError : Swift.Equatable {} -extension VFTopicsSubscribedError : Swift.Hashable {} -extension VFUnpinCommentError : Swift.Equatable {} -extension VFUnpinCommentError : Swift.Hashable {} -extension VFCommentRepliesError : Swift.Equatable {} -extension VFCommentRepliesError : Swift.Hashable {} -extension VFReplyChatError : Swift.Equatable {} -extension VFReplyChatError : Swift.Hashable {} -extension VFCommentModerationListError : Swift.Equatable {} -extension VFCommentModerationListError : Swift.Hashable {} -extension VFTrendingError : Swift.Equatable {} -extension VFTrendingError : Swift.Hashable {} -extension VFCreateCommentMediaError : Swift.Equatable {} -extension VFCreateCommentMediaError : Swift.Hashable {} -extension VFUpdateStoryContainerError : Swift.Equatable {} -extension VFUpdateStoryContainerError : Swift.Hashable {} -extension VFChatContainerError : Swift.Equatable {} -extension VFChatContainerError : Swift.Hashable {} -extension VFCreateStoryError : Swift.Equatable {} -extension VFCreateStoryError : Swift.Hashable {} -extension VFCookieLoginError : Swift.Equatable {} -extension VFCookieLoginError : Swift.Hashable {} -extension VFSubscribeTopicError : Swift.Equatable {} -extension VFSubscribeTopicError : Swift.Hashable {} -extension VFStoryListError : Swift.Equatable {} -extension VFStoryListError : Swift.Hashable {} -extension VFCreateChatError : Swift.Equatable {} -extension VFCreateChatError : Swift.Hashable {} -extension VFRemoveEditorPickCommentError : Swift.Equatable {} -extension VFRemoveEditorPickCommentError : Swift.Hashable {} -extension VFSpamCommentError : Swift.Equatable {} -extension VFSpamCommentError : Swift.Hashable {} -extension VFUnsubscribeTopicError : Swift.Equatable {} -extension VFUnsubscribeTopicError : Swift.Hashable {} -extension VFPinCommentError : Swift.Equatable {} -extension VFPinCommentError : Swift.Hashable {} -extension VFUnlikeChatError : Swift.Equatable {} -extension VFUnlikeChatError : Swift.Hashable {} -extension WidgetType : Swift.Equatable {} -extension WidgetType : Swift.Hashable {} -extension WidgetType : Swift.RawRepresentable {} -extension VFPasswordResetError : Swift.Equatable {} -extension VFPasswordResetError : Swift.Hashable {} -extension VFUserInfoError : Swift.Equatable {} -extension VFUserInfoError : Swift.Hashable {} -extension VFUpdateChatContainerError : Swift.Equatable {} -extension VFUpdateChatContainerError : Swift.Hashable {} -extension VFDisableCommentError : Swift.Equatable {} -extension VFDisableCommentError : Swift.Hashable {} -extension VFSocialLoginProvider : Swift.Equatable {} -extension VFSocialLoginProvider : Swift.Hashable {} -extension VFSocialLoginProvider : Swift.RawRepresentable {} -extension EventLoginType : Swift.Equatable {} -extension EventLoginType : Swift.Hashable {} -extension EventLoginType : Swift.RawRepresentable {} -extension VFUnspamCommentError : Swift.Equatable {} -extension VFUnspamCommentError : Swift.Hashable {} -extension VFDeleteCommentError : Swift.Equatable {} -extension VFDeleteCommentError : Swift.Hashable {} +extension ViafouraSDK.VFDislikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFDislikeChatError : Swift.Hashable {} +extension ViafouraSDK.VFSingleStoryError : Swift.Equatable {} +extension ViafouraSDK.VFSingleStoryError : Swift.Hashable {} +extension ViafouraSDK.VFCreateCommentReplyError : Swift.Equatable {} +extension ViafouraSDK.VFCreateCommentReplyError : Swift.Hashable {} +extension ViafouraSDK.VFDeleteStoryError : Swift.Equatable {} +extension ViafouraSDK.VFDeleteStoryError : Swift.Hashable {} +extension ViafouraSDK.VFLoginStatus : Swift.Equatable {} +extension ViafouraSDK.VFLoginStatus : Swift.Hashable {} +extension ViafouraSDK.VFLoginStatusError : Swift.Equatable {} +extension ViafouraSDK.VFLoginStatusError : Swift.Hashable {} +extension ViafouraSDK.VFUnflagCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnflagCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUnlikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFUnlikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFFlagCommentError : Swift.Equatable {} +extension ViafouraSDK.VFFlagCommentError : Swift.Hashable {} +extension ViafouraSDK.VFChatListError : Swift.Equatable {} +extension ViafouraSDK.VFChatListError : Swift.Hashable {} +extension ViafouraSDK.VFLikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFLikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateUserAvatarError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateUserAvatarError : Swift.Hashable {} +extension ViafouraSDK.VFTheme : Swift.Equatable {} +extension ViafouraSDK.VFTheme : Swift.Hashable {} +extension ViafouraSDK.VFAuthPromptType : Swift.Equatable {} +extension ViafouraSDK.VFAuthPromptType : Swift.Hashable {} +extension ViafouraSDK.VFProfilePresentationType : Swift.Equatable {} +extension ViafouraSDK.VFProfilePresentationType : Swift.Hashable {} +extension ViafouraSDK.VFSingleChatError : Swift.Equatable {} +extension ViafouraSDK.VFSingleChatError : Swift.Hashable {} +extension ViafouraSDK.VFClosePollError : Swift.Equatable {} +extension ViafouraSDK.VFClosePollError : Swift.Hashable {} +extension ViafouraSDK.VFDislikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFDislikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFCommentContainerSignatureError : Swift.Equatable {} +extension ViafouraSDK.VFCommentContainerSignatureError : Swift.Hashable {} +extension ViafouraSDK.VFChatSelectionError : Swift.Equatable {} +extension ViafouraSDK.VFChatSelectionError : Swift.Hashable {} +extension ViafouraSDK.VFEnableChatError : Swift.Equatable {} +extension ViafouraSDK.VFEnableChatError : Swift.Hashable {} +extension ViafouraSDK.VFChatModerationListError : Swift.Equatable {} +extension ViafouraSDK.VFChatModerationListError : Swift.Hashable {} +extension ViafouraSDK.VFLoginError : Swift.Equatable {} +extension ViafouraSDK.VFLoginError : Swift.Hashable {} +extension ViafouraSDK.VFLikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFLikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFEnableCommentError : Swift.Equatable {} +extension ViafouraSDK.VFEnableCommentError : Swift.Hashable {} +extension ViafouraSDK.EventAttemptedAction : Swift.Equatable {} +extension ViafouraSDK.EventAttemptedAction : Swift.Hashable {} +extension ViafouraSDK.EventAttemptedAction : Swift.RawRepresentable {} +extension ViafouraSDK.CommentNodeType : Swift.Equatable {} +extension ViafouraSDK.CommentNodeType : Swift.Hashable {} +extension ViafouraSDK.VFUpdateCommentsContainerSettingsError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateCommentsContainerSettingsError : Swift.Hashable {} +extension ViafouraSDK.VFDisableChatError : Swift.Equatable {} +extension ViafouraSDK.VFDisableChatError : Swift.Hashable {} +extension ViafouraSDK.VFUnflagChatError : Swift.Equatable {} +extension ViafouraSDK.VFUnflagChatError : Swift.Hashable {} +extension ViafouraSDK.VFLikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFLikeChatError : Swift.Hashable {} +extension ViafouraSDK.VFUndislikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFUndislikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFVotePollError : Swift.Equatable {} +extension ViafouraSDK.VFVotePollError : Swift.Hashable {} +extension ViafouraSDK.VFReplyStoryError : Swift.Equatable {} +extension ViafouraSDK.VFReplyStoryError : Swift.Hashable {} +extension ViafouraSDK.VFCommentsProfileError : Swift.Equatable {} +extension ViafouraSDK.VFCommentsProfileError : Swift.Hashable {} +extension ViafouraSDK.VFPollContainerError : Swift.Equatable {} +extension ViafouraSDK.VFPollContainerError : Swift.Hashable {} +extension ViafouraSDK.VFStoryContainerError : Swift.Equatable {} +extension ViafouraSDK.VFStoryContainerError : Swift.Hashable {} +extension ViafouraSDK.VFFilterType : Swift.Equatable {} +extension ViafouraSDK.VFFilterType : Swift.Hashable {} +extension ViafouraSDK.VFUndislikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFUndislikeChatError : Swift.Hashable {} +extension ViafouraSDK.VFDislikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFDislikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFEditorPickCommentError : Swift.Equatable {} +extension ViafouraSDK.VFEditorPickCommentError : Swift.Hashable {} +extension ViafouraSDK.VFSignUpError : Swift.Equatable {} +extension ViafouraSDK.VFSignUpError : Swift.Hashable {} +extension ViafouraSDK.VFSocialLoginError : Swift.Equatable {} +extension ViafouraSDK.VFSocialLoginError : Swift.Hashable {} +extension ViafouraSDK.VFCommentContainerError : Swift.Equatable {} +extension ViafouraSDK.VFCommentContainerError : Swift.Hashable {} +extension ViafouraSDK.VFUnlikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnlikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUserMutesError : Swift.Equatable {} +extension ViafouraSDK.VFUserMutesError : Swift.Hashable {} +extension ViafouraSDK.VFUnmuteUserError : Swift.Equatable {} +extension ViafouraSDK.VFUnmuteUserError : Swift.Hashable {} +extension ViafouraSDK.VFMuteUserError : Swift.Equatable {} +extension ViafouraSDK.VFMuteUserError : Swift.Hashable {} +extension ViafouraSDK.VFFlagChatError : Swift.Equatable {} +extension ViafouraSDK.VFFlagChatError : Swift.Hashable {} +extension ViafouraSDK.VFOpenIdLoginError : Swift.Equatable {} +extension ViafouraSDK.VFOpenIdLoginError : Swift.Hashable {} +extension ViafouraSDK.VFDeleteChatError : Swift.Equatable {} +extension ViafouraSDK.VFDeleteChatError : Swift.Hashable {} +extension ViafouraSDK.VFCreateCommentError : Swift.Equatable {} +extension ViafouraSDK.VFCreateCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUserCommentsError : Swift.Equatable {} +extension ViafouraSDK.VFUserCommentsError : Swift.Hashable {} +extension ViafouraSDK.EventType : Swift.Equatable {} +extension ViafouraSDK.EventType : Swift.Hashable {} +extension ViafouraSDK.EventType : Swift.RawRepresentable {} +extension ViafouraSDK.VFSortType : Swift.Equatable {} +extension ViafouraSDK.VFSortType : Swift.Hashable {} +extension ViafouraSDK.VFCommentListError : Swift.Equatable {} +extension ViafouraSDK.VFCommentListError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateUserError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateUserError : Swift.Hashable {} +extension ViafouraSDK.VFEditCommentError : Swift.Equatable {} +extension ViafouraSDK.VFEditCommentError : Swift.Hashable {} +extension ViafouraSDK.VFCreatePollError : Swift.Equatable {} +extension ViafouraSDK.VFCreatePollError : Swift.Hashable {} +extension ViafouraSDK.VFLoginRadiusLoginError : Swift.Equatable {} +extension ViafouraSDK.VFLoginRadiusLoginError : Swift.Hashable {} +extension ViafouraSDK.VFTrendingSortType : Swift.Equatable {} +extension ViafouraSDK.VFTrendingSortType : Swift.Hashable {} +extension ViafouraSDK.VFTrendingSortType : Swift.RawRepresentable {} +extension ViafouraSDK.VFStorySelectionError : Swift.Equatable {} +extension ViafouraSDK.VFStorySelectionError : Swift.Hashable {} +extension ViafouraSDK.VFUndislikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUndislikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFRemovePollError : Swift.Equatable {} +extension ViafouraSDK.VFRemovePollError : Swift.Hashable {} +extension ViafouraSDK.VFCommentCountError : Swift.Equatable {} +extension ViafouraSDK.VFCommentCountError : Swift.Hashable {} +extension ViafouraSDK.VFCommentError : Swift.Equatable {} +extension ViafouraSDK.VFCommentError : Swift.Hashable {} +extension ViafouraSDK.VFTopicsSubscribedError : Swift.Equatable {} +extension ViafouraSDK.VFTopicsSubscribedError : Swift.Hashable {} +extension ViafouraSDK.VFUnpinCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnpinCommentError : Swift.Hashable {} +extension ViafouraSDK.VFCommentRepliesError : Swift.Equatable {} +extension ViafouraSDK.VFCommentRepliesError : Swift.Hashable {} +extension ViafouraSDK.VFReplyChatError : Swift.Equatable {} +extension ViafouraSDK.VFReplyChatError : Swift.Hashable {} +extension ViafouraSDK.VFCommentModerationListError : Swift.Equatable {} +extension ViafouraSDK.VFCommentModerationListError : Swift.Hashable {} +extension ViafouraSDK.VFTrendingError : Swift.Equatable {} +extension ViafouraSDK.VFTrendingError : Swift.Hashable {} +extension ViafouraSDK.VFCreateCommentMediaError : Swift.Equatable {} +extension ViafouraSDK.VFCreateCommentMediaError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateStoryContainerError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateStoryContainerError : Swift.Hashable {} +extension ViafouraSDK.VFChatContainerError : Swift.Equatable {} +extension ViafouraSDK.VFChatContainerError : Swift.Hashable {} +extension ViafouraSDK.VFCreateStoryError : Swift.Equatable {} +extension ViafouraSDK.VFCreateStoryError : Swift.Hashable {} +extension ViafouraSDK.VFCookieLoginError : Swift.Equatable {} +extension ViafouraSDK.VFCookieLoginError : Swift.Hashable {} +extension ViafouraSDK.VFSubscribeTopicError : Swift.Equatable {} +extension ViafouraSDK.VFSubscribeTopicError : Swift.Hashable {} +extension ViafouraSDK.VFStoryListError : Swift.Equatable {} +extension ViafouraSDK.VFStoryListError : Swift.Hashable {} +extension ViafouraSDK.VFCreateChatError : Swift.Equatable {} +extension ViafouraSDK.VFCreateChatError : Swift.Hashable {} +extension ViafouraSDK.VFRemoveEditorPickCommentError : Swift.Equatable {} +extension ViafouraSDK.VFRemoveEditorPickCommentError : Swift.Hashable {} +extension ViafouraSDK.VFSpamCommentError : Swift.Equatable {} +extension ViafouraSDK.VFSpamCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUnsubscribeTopicError : Swift.Equatable {} +extension ViafouraSDK.VFUnsubscribeTopicError : Swift.Hashable {} +extension ViafouraSDK.VFPinCommentError : Swift.Equatable {} +extension ViafouraSDK.VFPinCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUnlikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFUnlikeChatError : Swift.Hashable {} +extension ViafouraSDK.WidgetType : Swift.Equatable {} +extension ViafouraSDK.WidgetType : Swift.Hashable {} +extension ViafouraSDK.WidgetType : Swift.RawRepresentable {} +extension ViafouraSDK.VFPasswordResetError : Swift.Equatable {} +extension ViafouraSDK.VFPasswordResetError : Swift.Hashable {} +extension ViafouraSDK.VFUserInfoError : Swift.Equatable {} +extension ViafouraSDK.VFUserInfoError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateChatContainerError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateChatContainerError : Swift.Hashable {} +extension ViafouraSDK.VFDisableCommentError : Swift.Equatable {} +extension ViafouraSDK.VFDisableCommentError : Swift.Hashable {} +extension ViafouraSDK.VFSocialLoginProvider : Swift.Equatable {} +extension ViafouraSDK.VFSocialLoginProvider : Swift.Hashable {} +extension ViafouraSDK.VFSocialLoginProvider : Swift.RawRepresentable {} +extension ViafouraSDK.EventLoginType : Swift.Equatable {} +extension ViafouraSDK.EventLoginType : Swift.Hashable {} +extension ViafouraSDK.EventLoginType : Swift.RawRepresentable {} +extension ViafouraSDK.VFUnspamCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnspamCommentError : Swift.Hashable {} +extension ViafouraSDK.VFDeleteCommentError : Swift.Equatable {} +extension ViafouraSDK.VFDeleteCommentError : Swift.Hashable {} diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e index 29d594f4..774bcb39 100644 --- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e +++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e @@ -24,13 +24,13 @@ import _SwiftConcurrencyShims } public enum VFDislikeChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFDislikeChatError, b: VFDislikeChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDislikeChatError, b: ViafouraSDK.VFDislikeChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDislikeChatError { +extension ViafouraSDK.VFDislikeChatError { public var errorDescription: Swift.String? { get } @@ -42,35 +42,35 @@ public struct VFColors { public init(colorPrimary: UIKit.UIColor = VFDefaultColors.colorPrimaryDefault(), colorPrimaryLight: UIKit.UIColor = VFDefaultColors.colorPrimaryLightDefault(), colorBackground: UIKit.UIColor = VFDefaultColors.colorBackgroundDefault(), colorSeparator: UIKit.UIColor = VFDefaultColors.colorSeparatorDefault(), colorAvatars: [UIKit.UIColor] = Constants.AvatarColors.colors) } public struct VFDefaultColors { - public static func colorBackgroundDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorText1Default(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorText2Default(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorSeparatorDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorErrorDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorWarningDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorEditorPicksDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorThreadingLines(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorChatBubbleDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorPinnedDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorPinnedBadgeDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorPrimaryDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorPrimaryLightDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorBorder1Default(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorAuthorBadgeDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorModeratorBadgeDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorNewCommentText(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorIcons(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorInputBox(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorBackgroundDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorText1Default(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorText2Default(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorSeparatorDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorErrorDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorWarningDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorEditorPicksDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorThreadingLines(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorChatBubbleDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPinnedDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPinnedBadgeDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPrimaryDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPrimaryLightDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorBorder1Default(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorAuthorBadgeDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorModeratorBadgeDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorNewCommentText(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorIcons(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorInputBox(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor } public enum VFSingleStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFSingleStoryError, b: VFSingleStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSingleStoryError, b: ViafouraSDK.VFSingleStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSingleStoryError { +extension ViafouraSDK.VFSingleStoryError { public var errorDescription: Swift.String? { get } @@ -84,13 +84,13 @@ extension VFSingleStoryError { public enum VFCreateCommentReplyError : Foundation.LocalizedError { case unknown case unauthorized - public static func == (a: VFCreateCommentReplyError, b: VFCreateCommentReplyError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreateCommentReplyError, b: ViafouraSDK.VFCreateCommentReplyError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreateCommentReplyError { +extension ViafouraSDK.VFCreateCommentReplyError { public var errorDescription: Swift.String? { get } @@ -102,24 +102,24 @@ extension VFCreateCommentReplyError { } public enum VFDeleteStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFDeleteStoryError, b: VFDeleteStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDeleteStoryError, b: ViafouraSDK.VFDeleteStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDeleteStoryError { +extension ViafouraSDK.VFDeleteStoryError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { - public func getUserLoginStatus(completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func getUserLoginStatus(completion: @escaping ((Swift.Result) -> ())) } public enum VFLoginStatus { case notLoggedIn case loggedIn - public static func == (a: VFLoginStatus, b: VFLoginStatus) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLoginStatus, b: ViafouraSDK.VFLoginStatus) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -127,68 +127,68 @@ public enum VFLoginStatus { } public enum VFLoginStatusError : Foundation.LocalizedError { case unknown - public static func == (a: VFLoginStatusError, b: VFLoginStatusError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLoginStatusError, b: ViafouraSDK.VFLoginStatusError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLoginStatusError { +extension ViafouraSDK.VFLoginStatusError { public var errorDescription: Swift.String? { get } } public enum VFUnflagCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnflagCommentError, b: VFUnflagCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnflagCommentError, b: ViafouraSDK.VFUnflagCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnflagCommentError { +extension ViafouraSDK.VFUnflagCommentError { public var errorDescription: Swift.String? { get } } public enum VFUnlikeStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnlikeStoryError, b: VFUnlikeStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnlikeStoryError, b: ViafouraSDK.VFUnlikeStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnlikeStoryError { +extension ViafouraSDK.VFUnlikeStoryError { public var errorDescription: Swift.String? { get } } public protocol VFAdDelegate : ObjectiveC.NSObject { - func generateAd(viewController: VFUIViewController, adPosition: Swift.Int) -> VFAdView - func getAdInterval(viewController: VFUIViewController) -> Swift.Int - func getFirstAdPosition(viewController: VFUIViewController) -> Swift.Int + func generateAd(viewController: ViafouraSDK.VFUIViewController, adPosition: Swift.Int) -> ViafouraSDK.VFAdView + func getAdInterval(viewController: ViafouraSDK.VFUIViewController) -> Swift.Int + func getFirstAdPosition(viewController: ViafouraSDK.VFUIViewController) -> Swift.Int } -extension VFAdDelegate { - public func getFirstAdPosition(viewController: VFUIViewController) -> Swift.Int +extension ViafouraSDK.VFAdDelegate { + public func getFirstAdPosition(viewController: ViafouraSDK.VFUIViewController) -> Swift.Int } public protocol VFLocalAdDelegate : ObjectiveC.NSObject { - func generateAd(adPosition: Swift.Int) -> VFAdView + func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView func getAdInterval() -> Swift.Int func getFirstAdPosition() -> Swift.Int } -extension VFLocalAdDelegate { +extension ViafouraSDK.VFLocalAdDelegate { public func getFirstAdPosition() -> Swift.Int } public enum VFFlagCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFFlagCommentError, b: VFFlagCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFFlagCommentError, b: ViafouraSDK.VFFlagCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFFlagCommentError { +extension ViafouraSDK.VFFlagCommentError { public var errorDescription: Swift.String? { get } @@ -198,39 +198,39 @@ extension VFFlagCommentError { } public enum VFChatListError : Foundation.LocalizedError { case unknown - public static func == (a: VFChatListError, b: VFChatListError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFChatListError, b: ViafouraSDK.VFChatListError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFChatListError { +extension ViafouraSDK.VFChatListError { public var errorDescription: Swift.String? { get } } public enum VFLikeStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFLikeStoryError, b: VFLikeStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLikeStoryError, b: ViafouraSDK.VFLikeStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLikeStoryError { +extension ViafouraSDK.VFLikeStoryError { public var errorDescription: Swift.String? { get } } public enum VFUpdateUserAvatarError : Foundation.LocalizedError { case unknown - public static func == (a: VFUpdateUserAvatarError, b: VFUpdateUserAvatarError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUpdateUserAvatarError, b: ViafouraSDK.VFUpdateUserAvatarError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUpdateUserAvatarError { +extension ViafouraSDK.VFUpdateUserAvatarError { public var errorDescription: Swift.String? { get } @@ -238,24 +238,24 @@ extension VFUpdateUserAvatarError { public enum VFTheme { case dark case light - public static func == (a: VFTheme, b: VFTheme) -> Swift.Bool + public static func == (a: ViafouraSDK.VFTheme, b: ViafouraSDK.VFTheme) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -public typealias VFActionsCallbacks = (VFActionCallbackType) -> Swift.Void +public typealias VFActionsCallbacks = (ViafouraSDK.VFActionCallbackType) -> Swift.Void public enum VFActionCallbackType { case seeMoreCommentsPressed - case writeNewCommentPressed(actionType: VFNewCommentActionType) + case writeNewCommentPressed(actionType: ViafouraSDK.VFNewCommentActionType) case closeNewCommentPressed - case openProfilePressed(userUUID: Foundation.UUID, presentationType: VFProfilePresentationType) - case notificationPressed(presentationType: VFNotificationPresentationType) + case openProfilePressed(userUUID: Foundation.UUID, presentationType: ViafouraSDK.VFProfilePresentationType) + case notificationPressed(presentationType: ViafouraSDK.VFNotificationPresentationType) case closeProfilePressed - case trendingArticlePressed(metadata: VFArticleMetadata, containerId: Swift.String) + case trendingArticlePressed(metadata: ViafouraSDK.VFArticleMetadata, containerId: Swift.String) case commentPosted(contentUUID: Foundation.UUID) case replyPosted(contentUUID: Foundation.UUID) - case authPressed(promptType: VFAuthPromptType) + case authPressed(promptType: ViafouraSDK.VFAuthPromptType) } public enum VFAuthPromptType { case dislike @@ -267,7 +267,7 @@ public enum VFAuthPromptType { case followConversation case followUser case muteUser - public static func == (a: VFAuthPromptType, b: VFAuthPromptType) -> Swift.Bool + public static func == (a: ViafouraSDK.VFAuthPromptType, b: ViafouraSDK.VFAuthPromptType) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -280,7 +280,7 @@ public enum VFNotificationPresentationType { public enum VFProfilePresentationType { case profile case feed - public static func == (a: VFProfilePresentationType, b: VFProfilePresentationType) -> Swift.Bool + public static func == (a: ViafouraSDK.VFProfilePresentationType, b: ViafouraSDK.VFProfilePresentationType) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -296,39 +296,39 @@ public enum VFNewCommentActionType { } public enum VFSingleChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFSingleChatError, b: VFSingleChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSingleChatError, b: ViafouraSDK.VFSingleChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSingleChatError { +extension ViafouraSDK.VFSingleChatError { public var errorDescription: Swift.String? { get } } public enum VFClosePollError : Foundation.LocalizedError { case unknown - public static func == (a: VFClosePollError, b: VFClosePollError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFClosePollError, b: ViafouraSDK.VFClosePollError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFClosePollError { +extension ViafouraSDK.VFClosePollError { public var errorDescription: Swift.String? { get } } public enum VFDislikeCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFDislikeCommentError, b: VFDislikeCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDislikeCommentError, b: ViafouraSDK.VFDislikeCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDislikeCommentError { +extension ViafouraSDK.VFDislikeCommentError { public var errorDescription: Swift.String? { get } @@ -338,96 +338,96 @@ extension VFDislikeCommentError { required public init(from decoder: any Swift.Decoder) throws } @_hasMissingDesignatedInitializers public class AnalyticsService { - public func addWidget(_ widgetType: WidgetType) - public func removeWidget(_ widgetType: WidgetType) - public func logLoadMoreClick(eventSessionUUID: Foundation.UUID, tab: Swift.String, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date) - public func logConversationsBellClick(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date) + public func addWidget(_ widgetType: ViafouraSDK.WidgetType) + public func removeWidget(_ widgetType: ViafouraSDK.WidgetType) + public func logLoadMoreClick(eventSessionUUID: Foundation.UUID, tab: Swift.String, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date) + public func logConversationsBellClick(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date) public func logTrayTriggerClick(eventSessionUUID: Foundation.UUID, eventSessionStart: Foundation.Date) - public func logSortChange(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date, sort: Swift.String, defaultSort: Swift.String, oldSort: Swift.String) - public func logEventEngage(widgetType: WidgetType, eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date, time: Swift.Int64, vfTime: Swift.Int64, hiddenTime: Swift.Int64, focuses: Swift.Int) - public func logTrackAdCode(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, articleMetadata: VFArticleMetadata, status: Swift.String, failureReason: Swift.String, widgetType: WidgetType) - public func logTrackAdView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID? = nil, eventSessionStart: Foundation.Date, articleMetadata: VFArticleMetadata? = nil, adIntegration: Swift.String, limit: Swift.Int, childLimit: Swift.Int, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int, firstPromoPosition: Swift.Int, totalCount: Swift.Int, index: Swift.Int, threadType: Swift.String, widgetType: WidgetType) + public func logSortChange(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date, sort: Swift.String, defaultSort: Swift.String, oldSort: Swift.String) + public func logEventEngage(widgetType: ViafouraSDK.WidgetType, eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date, time: Swift.Int64, vfTime: Swift.Int64, hiddenTime: Swift.Int64, focuses: Swift.Int) + public func logTrackAdCode(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, articleMetadata: ViafouraSDK.VFArticleMetadata, status: Swift.String, failureReason: Swift.String, widgetType: ViafouraSDK.WidgetType) + public func logTrackAdView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID? = nil, eventSessionStart: Foundation.Date, articleMetadata: ViafouraSDK.VFArticleMetadata? = nil, adIntegration: Swift.String, limit: Swift.Int, childLimit: Swift.Int, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int, firstPromoPosition: Swift.Int, totalCount: Swift.Int, index: Swift.Int, threadType: Swift.String, widgetType: ViafouraSDK.WidgetType) public func logLogout() - public func logTrackAd(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID? = nil, eventSessionStart: Foundation.Date, articleMetadata: VFArticleMetadata? = nil, adIntegration: Swift.String, limit: Swift.Int? = nil, childLimit: Swift.Int? = nil, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int? = nil, firstPromoPosition: Swift.Int, totalCount: Swift.Int? = nil, index: Swift.Int, threadType: Swift.String? = nil, widgetType: WidgetType) - public func logInteraction(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, eventArticleMetadata: VFArticleMetadata, label: Swift.String, action: Swift.String) + public func logTrackAd(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID? = nil, eventSessionStart: Foundation.Date, articleMetadata: ViafouraSDK.VFArticleMetadata? = nil, adIntegration: Swift.String, limit: Swift.Int? = nil, childLimit: Swift.Int? = nil, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int? = nil, firstPromoPosition: Swift.Int, totalCount: Swift.Int? = nil, index: Swift.Int, threadType: Swift.String? = nil, widgetType: ViafouraSDK.WidgetType) + public func logInteraction(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, label: Swift.String, action: Swift.String) public func logPasswordReset(email: Swift.String) public func logSignup(loginType: Swift.String) public func logLoginFailure(loginType: Swift.String, error: Swift.String) public func logLoginSuccess() - public func logContainerLoad(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, allCommentsCount: Swift.Int, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date, contentContainerType: Swift.String) - public func logPageView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date) - public func logEventAttemptedAction(eventSessionUUID: Foundation.UUID, eventAttemptedAction: EventAttemptedAction, eventContainerId: Swift.String?, eventSectionUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata?, eventSessionStart: Foundation.Date) + public func logContainerLoad(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, allCommentsCount: Swift.Int, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date, contentContainerType: Swift.String) + public func logPageView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date) + public func logEventAttemptedAction(eventSessionUUID: Foundation.UUID, eventAttemptedAction: ViafouraSDK.EventAttemptedAction, eventContainerId: Swift.String?, eventSectionUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata?, eventSessionStart: Foundation.Date) @objc deinit } public enum VFCommentContainerSignatureError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentContainerSignatureError, b: VFCommentContainerSignatureError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentContainerSignatureError, b: ViafouraSDK.VFCommentContainerSignatureError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentContainerSignatureError { +extension ViafouraSDK.VFCommentContainerSignatureError { public var errorDescription: Swift.String? { get } } public enum VFChatSelectionError : Foundation.LocalizedError { case unknown - public static func == (a: VFChatSelectionError, b: VFChatSelectionError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFChatSelectionError, b: ViafouraSDK.VFChatSelectionError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFChatSelectionError { +extension ViafouraSDK.VFChatSelectionError { public var errorDescription: Swift.String? { get } } public enum VFEnableChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFEnableChatError, b: VFEnableChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFEnableChatError, b: ViafouraSDK.VFEnableChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFEnableChatError { +extension ViafouraSDK.VFEnableChatError { public var errorDescription: Swift.String? { get } } public enum VFChatModerationListError : Foundation.LocalizedError { case unknown - public static func == (a: VFChatModerationListError, b: VFChatModerationListError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFChatModerationListError, b: ViafouraSDK.VFChatModerationListError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFChatModerationListError { +extension ViafouraSDK.VFChatModerationListError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { - public func login(email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func login(email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ())) } public enum VFLoginError : Foundation.LocalizedError { case unknown - public static func == (a: VFLoginError, b: VFLoginError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLoginError, b: ViafouraSDK.VFLoginError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLoginError { +extension ViafouraSDK.VFLoginError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { +extension ViafouraSDK.VFAuthenticationService { public func logout() } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFButton : UIKit.UIButton { @@ -439,26 +439,26 @@ extension VFAuthenticationService { } public enum VFLikeCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFLikeCommentError, b: VFLikeCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLikeCommentError, b: ViafouraSDK.VFLikeCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLikeCommentError { +extension ViafouraSDK.VFLikeCommentError { public var errorDescription: Swift.String? { get } } public enum VFEnableCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFEnableCommentError, b: VFEnableCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFEnableCommentError, b: ViafouraSDK.VFEnableCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFEnableCommentError { +extension ViafouraSDK.VFEnableCommentError { public var errorDescription: Swift.String? { get } @@ -500,7 +500,7 @@ public enum CommentNodeType { case comment case writeReply case followPrompt - public static func == (a: CommentNodeType, b: CommentNodeType) -> Swift.Bool + public static func == (a: ViafouraSDK.CommentNodeType, b: ViafouraSDK.CommentNodeType) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -508,13 +508,13 @@ public enum CommentNodeType { } public enum VFUpdateCommentsContainerSettingsError : Foundation.LocalizedError { case unknown - public static func == (a: VFUpdateCommentsContainerSettingsError, b: VFUpdateCommentsContainerSettingsError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUpdateCommentsContainerSettingsError, b: ViafouraSDK.VFUpdateCommentsContainerSettingsError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUpdateCommentsContainerSettingsError { +extension ViafouraSDK.VFUpdateCommentsContainerSettingsError { public var errorDescription: Swift.String? { get } @@ -524,56 +524,56 @@ extension VFUpdateCommentsContainerSettingsError { } public enum VFDisableChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFDisableChatError, b: VFDisableChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDisableChatError, b: ViafouraSDK.VFDisableChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDisableChatError { +extension ViafouraSDK.VFDisableChatError { public var errorDescription: Swift.String? { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFVerticalTrendingViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFVerticalTrendingViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: VFTrendingSortType, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFVerticalTrendingViewController? + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: ViafouraSDK.VFTrendingSortType, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFVerticalTrendingViewController? @objc deinit @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any VFAdDelegate) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any ViafouraSDK.VFAdDelegate) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) } -extension VFVerticalTrendingViewController : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { +extension ViafouraSDK.VFVerticalTrendingViewController : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) } -extension VFVerticalTrendingViewController : VFLocalAdDelegate { - @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> VFAdView +extension ViafouraSDK.VFVerticalTrendingViewController : ViafouraSDK.VFLocalAdDelegate { + @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView @_Concurrency.MainActor(unsafe) public func getAdInterval() -> Swift.Int } -extension VFVerticalTrendingViewController { +extension ViafouraSDK.VFVerticalTrendingViewController { @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMove(toParent parent: UIKit.UIViewController?) } -extension VFVerticalTrendingViewController { +extension ViafouraSDK.VFVerticalTrendingViewController { @_Concurrency.MainActor(unsafe) @objc override dynamic public func observeValue(forKeyPath keyPath: Swift.String?, of object: Any?, change: [Foundation.NSKeyValueChangeKey : Any]?, context: Swift.UnsafeMutableRawPointer?) } public enum VFUnflagChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnflagChatError, b: VFUnflagChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnflagChatError, b: ViafouraSDK.VFUnflagChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnflagChatError { +extension ViafouraSDK.VFUnflagChatError { public var errorDescription: Swift.String? { get } @@ -583,39 +583,39 @@ extension VFUnflagChatError { } public enum VFLikeChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFLikeChatError, b: VFLikeChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLikeChatError, b: ViafouraSDK.VFLikeChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLikeChatError { +extension ViafouraSDK.VFLikeChatError { public var errorDescription: Swift.String? { get } } public enum VFUndislikeStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFUndislikeStoryError, b: VFUndislikeStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUndislikeStoryError, b: ViafouraSDK.VFUndislikeStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUndislikeStoryError { +extension ViafouraSDK.VFUndislikeStoryError { public var errorDescription: Swift.String? { get } } public enum VFVotePollError : Foundation.LocalizedError { case unknown - public static func == (a: VFVotePollError, b: VFVotePollError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFVotePollError, b: ViafouraSDK.VFVotePollError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFVotePollError { +extension ViafouraSDK.VFVotePollError { public var errorDescription: Swift.String? { get } @@ -623,53 +623,53 @@ extension VFVotePollError { @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFeaturedView : UIKit.UIView { @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFCarouselTrendingViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFCarouselTrendingViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: VFTrendingSortType, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFCarouselTrendingViewController? + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: ViafouraSDK.VFTrendingSortType, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFCarouselTrendingViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any VFAdDelegate) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any ViafouraSDK.VFAdDelegate) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension VFCarouselTrendingViewController : UIKit.UICollectionViewDataSource { +extension ViafouraSDK.VFCarouselTrendingViewController : UIKit.UICollectionViewDataSource { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, numberOfItemsInSection section: Swift.Int) -> Swift.Int @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, cellForItemAt indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell } -extension VFCarouselTrendingViewController : UIKit.UICollectionViewDelegateFlowLayout { +extension ViafouraSDK.VFCarouselTrendingViewController : UIKit.UICollectionViewDelegateFlowLayout { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize } -extension VFCarouselTrendingViewController : VFLocalAdDelegate { - @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> VFAdView +extension ViafouraSDK.VFCarouselTrendingViewController : ViafouraSDK.VFLocalAdDelegate { + @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView @_Concurrency.MainActor(unsafe) public func getAdInterval() -> Swift.Int } public enum VFReplyStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFReplyStoryError, b: VFReplyStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFReplyStoryError, b: ViafouraSDK.VFReplyStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFReplyStoryError { +extension ViafouraSDK.VFReplyStoryError { public var errorDescription: Swift.String? { get } } public enum VFCommentsProfileError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentsProfileError, b: VFCommentsProfileError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentsProfileError, b: ViafouraSDK.VFCommentsProfileError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentsProfileError { +extension ViafouraSDK.VFCommentsProfileError { public var errorDescription: Swift.String? { get } @@ -680,13 +680,13 @@ extension VFCommentsProfileError { public enum VFPollContainerError : Foundation.LocalizedError { case notFound case unknown - public static func == (a: VFPollContainerError, b: VFPollContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFPollContainerError, b: ViafouraSDK.VFPollContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFPollContainerError { +extension ViafouraSDK.VFPollContainerError { public var errorDescription: Swift.String? { get } @@ -696,13 +696,13 @@ extension VFPollContainerError { } public enum VFStoryContainerError : Foundation.LocalizedError { case unknown - public static func == (a: VFStoryContainerError, b: VFStoryContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFStoryContainerError, b: ViafouraSDK.VFStoryContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFStoryContainerError { +extension ViafouraSDK.VFStoryContainerError { public var errorDescription: Swift.String? { get } @@ -718,7 +718,7 @@ public protocol VFLoginDelegate : AnyObject { public enum VFFilterType { case allComments case featured - public static func == (a: VFFilterType, b: VFFilterType) -> Swift.Bool + public static func == (a: ViafouraSDK.VFFilterType, b: ViafouraSDK.VFFilterType) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -726,13 +726,13 @@ public enum VFFilterType { } public enum VFUndislikeChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFUndislikeChatError, b: VFUndislikeChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUndislikeChatError, b: ViafouraSDK.VFUndislikeChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUndislikeChatError { +extension ViafouraSDK.VFUndislikeChatError { public var errorDescription: Swift.String? { get } @@ -745,123 +745,123 @@ extension VFUndislikeChatError { } public enum VFDislikeStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFDislikeStoryError, b: VFDislikeStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDislikeStoryError, b: ViafouraSDK.VFDislikeStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDislikeStoryError { +extension ViafouraSDK.VFDislikeStoryError { public var errorDescription: Swift.String? { get } } public enum VFEditorPickCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFEditorPickCommentError, b: VFEditorPickCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFEditorPickCommentError, b: ViafouraSDK.VFEditorPickCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFEditorPickCommentError { +extension ViafouraSDK.VFEditorPickCommentError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { - public func signup(name: Swift.String, email: Swift.String, password: Swift.String, recaptchaToken: Swift.String? = nil, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func signup(name: Swift.String, email: Swift.String, password: Swift.String, recaptchaToken: Swift.String? = nil, completion: @escaping ((Swift.Result) -> ())) } public enum VFSignUpError : Foundation.LocalizedError { case unknown - public static func == (a: VFSignUpError, b: VFSignUpError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSignUpError, b: ViafouraSDK.VFSignUpError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSignUpError { +extension ViafouraSDK.VFSignUpError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { - public func socialLogin(token: Swift.String, provider: VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func socialLogin(token: Swift.String, provider: ViafouraSDK.VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) } public enum VFSocialLoginError : Foundation.LocalizedError { case unknown - public static func == (a: VFSocialLoginError, b: VFSocialLoginError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSocialLoginError, b: ViafouraSDK.VFSocialLoginError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSocialLoginError { +extension ViafouraSDK.VFSocialLoginError { public var errorDescription: Swift.String? { get } } public enum VFCommentContainerError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentContainerError, b: VFCommentContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentContainerError, b: ViafouraSDK.VFCommentContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentContainerError { +extension ViafouraSDK.VFCommentContainerError { public var errorDescription: Swift.String? { get } } public enum VFUnlikeCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnlikeCommentError, b: VFUnlikeCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnlikeCommentError, b: ViafouraSDK.VFUnlikeCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnlikeCommentError { +extension ViafouraSDK.VFUnlikeCommentError { public var errorDescription: Swift.String? { get } } public enum VFUserMutesError : Foundation.LocalizedError { case unknown - public static func == (a: VFUserMutesError, b: VFUserMutesError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUserMutesError, b: ViafouraSDK.VFUserMutesError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUserMutesError { +extension ViafouraSDK.VFUserMutesError { public var errorDescription: Swift.String? { get } } public enum VFUnmuteUserError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnmuteUserError, b: VFUnmuteUserError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnmuteUserError, b: ViafouraSDK.VFUnmuteUserError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnmuteUserError { +extension ViafouraSDK.VFUnmuteUserError { public var errorDescription: Swift.String? { get } } public enum VFMuteUserError : Foundation.LocalizedError { case unknown - public static func == (a: VFMuteUserError, b: VFMuteUserError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFMuteUserError, b: ViafouraSDK.VFMuteUserError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFMuteUserError { +extension ViafouraSDK.VFMuteUserError { public var errorDescription: Swift.String? { get } @@ -871,29 +871,29 @@ extension VFMuteUserError { } public enum VFFlagChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFFlagChatError, b: VFFlagChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFFlagChatError, b: ViafouraSDK.VFFlagChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFFlagChatError { +extension ViafouraSDK.VFFlagChatError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { - public func openIdLogin(token: Swift.String, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func openIdLogin(token: Swift.String, completion: @escaping ((Swift.Result) -> ())) } public enum VFOpenIdLoginError : Foundation.LocalizedError { case unknown - public static func == (a: VFOpenIdLoginError, b: VFOpenIdLoginError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFOpenIdLoginError, b: ViafouraSDK.VFOpenIdLoginError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFOpenIdLoginError { +extension ViafouraSDK.VFOpenIdLoginError { public var errorDescription: Swift.String? { get } @@ -902,17 +902,17 @@ public struct UserResponse : Swift.Decodable { public init(from decoder: any Swift.Decoder) throws } public protocol VFLayoutDelegate : ObjectiveC.NSObject { - func containerHeightUpdated(viewController: VFUIViewController, height: CoreFoundation.CGFloat) + func containerHeightUpdated(viewController: ViafouraSDK.VFUIViewController, height: CoreFoundation.CGFloat) } public enum VFDeleteChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFDeleteChatError, b: VFDeleteChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDeleteChatError, b: ViafouraSDK.VFDeleteChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDeleteChatError { +extension ViafouraSDK.VFDeleteChatError { public var errorDescription: Swift.String? { get } @@ -920,20 +920,20 @@ extension VFDeleteChatError { public enum VFCreateCommentError : Foundation.LocalizedError { case unknown case unauthorized - public static func == (a: VFCreateCommentError, b: VFCreateCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreateCommentError, b: ViafouraSDK.VFCreateCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreateCommentError { +extension ViafouraSDK.VFCreateCommentError { public var errorDescription: Swift.String? { get } } public struct Constants { } -extension Constants { +extension ViafouraSDK.Constants { public struct AvatarColors { public static let colors: [UIKit.UIColor] } @@ -955,19 +955,19 @@ public struct VFArticleMetadata { public static func initialize(siteUUID: Swift.String, siteDomain: Swift.String) public static func setLoggingEnabled(_ isLoggingEnabled: Swift.Bool) public static func isLoggingEnabled() -> Swift.Bool - public static func auth() -> VFAuthenticationService - public static func comments() -> VFLiveCommentsService + public static func auth() -> ViafouraSDK.VFAuthenticationService + public static func comments() -> ViafouraSDK.VFLiveCommentsService @objc deinit } public enum VFUserCommentsError : Foundation.LocalizedError { case unknown - public static func == (a: VFUserCommentsError, b: VFUserCommentsError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUserCommentsError, b: ViafouraSDK.VFUserCommentsError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUserCommentsError { +extension ViafouraSDK.VFUserCommentsError { public var errorDescription: Swift.String? { get } @@ -1013,7 +1013,7 @@ public enum VFSortType { public var rawValue: Swift.String { get } - public static func == (a: VFSortType, b: VFSortType) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSortType, b: ViafouraSDK.VFSortType) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -1021,67 +1021,67 @@ public enum VFSortType { } public enum VFCommentListError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentListError, b: VFCommentListError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentListError, b: ViafouraSDK.VFCommentListError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentListError { +extension ViafouraSDK.VFCommentListError { public var errorDescription: Swift.String? { get } } public enum VFUpdateUserError : Foundation.LocalizedError { case unknown - public static func == (a: VFUpdateUserError, b: VFUpdateUserError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUpdateUserError, b: ViafouraSDK.VFUpdateUserError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUpdateUserError { +extension ViafouraSDK.VFUpdateUserError { public var errorDescription: Swift.String? { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPollViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPollViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(contentContainerUUID: Foundation.UUID, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> VFPollViewController? + @_Concurrency.MainActor(unsafe) public static func new(contentContainerUUID: Foundation.UUID, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.VFPollViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension VFPollViewController : UIKit.UITextFieldDelegate { +extension ViafouraSDK.VFPollViewController : UIKit.UITextFieldDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func textFieldShouldReturn(_ textField: UIKit.UITextField) -> Swift.Bool } public enum VFEditCommentError : Foundation.LocalizedError { case unknown case unauthorized - public static func == (a: VFEditCommentError, b: VFEditCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFEditCommentError, b: ViafouraSDK.VFEditCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFEditCommentError { +extension ViafouraSDK.VFEditCommentError { public var errorDescription: Swift.String? { get } } public enum VFCreatePollError : Foundation.LocalizedError { case unknown - public static func == (a: VFCreatePollError, b: VFCreatePollError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreatePollError, b: ViafouraSDK.VFCreatePollError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreatePollError { +extension ViafouraSDK.VFCreatePollError { public var errorDescription: Swift.String? { get } @@ -1093,49 +1093,49 @@ extension VFCreatePollError { } @objc deinit } -extension VFAuthenticationService { - public func loginRadiusLogin(token: Swift.String, provider: VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func loginRadiusLogin(token: Swift.String, provider: ViafouraSDK.VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) } public enum VFLoginRadiusLoginError : Foundation.LocalizedError { case unknown - public static func == (a: VFLoginRadiusLoginError, b: VFLoginRadiusLoginError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLoginRadiusLoginError, b: ViafouraSDK.VFLoginRadiusLoginError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLoginRadiusLoginError { +extension ViafouraSDK.VFLoginRadiusLoginError { public var errorDescription: Swift.String? { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPreviewCommentsViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPreviewCommentsViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, paginationSize: Swift.Int = 10, defaultSort: VFSortType = .newest, featuredTabThreshold: Swift.Int = 3, replySize: Swift.Int = 2, syndicationKey: Swift.String? = nil, sectionUUID: Foundation.UUID? = nil) -> VFPreviewCommentsViewController? + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, paginationSize: Swift.Int = 10, defaultSort: ViafouraSDK.VFSortType = .newest, featuredTabThreshold: Swift.Int = 3, replySize: Swift.Int = 2, syndicationKey: Swift.String? = nil, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFPreviewCommentsViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any VFAdDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any ViafouraSDK.VFAdDelegate) @_Concurrency.MainActor(unsafe) public func getContentScrollPosition(contentUUID: Foundation.UUID, completion: @escaping (CoreFoundation.CGFloat) -> Swift.Void) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) public func setAuthorsIds(authors: [Swift.String]) - @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) @objc deinit @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public func observeValue(forKeyPath keyPath: Swift.String?, of object: Any?, change: [Foundation.NSKeyValueChangeKey : Any]?, context: Swift.UnsafeMutableRawPointer?) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) } -extension VFPreviewCommentsViewController : VFLocalAdDelegate { - @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> VFAdView +extension ViafouraSDK.VFPreviewCommentsViewController : ViafouraSDK.VFLocalAdDelegate { + @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView @_Concurrency.MainActor(unsafe) public func getAdInterval() -> Swift.Int @_Concurrency.MainActor(unsafe) public func getFirstAdPosition() -> Swift.Int } -extension VFPreviewCommentsViewController { +extension ViafouraSDK.VFPreviewCommentsViewController { @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMove(toParent parent: UIKit.UIViewController?) } -extension VFPreviewCommentsViewController : VFLayoutDelegate { - @_Concurrency.MainActor(unsafe) public func containerHeightUpdated(viewController: VFUIViewController, height: CoreFoundation.CGFloat) +extension ViafouraSDK.VFPreviewCommentsViewController : ViafouraSDK.VFLayoutDelegate { + @_Concurrency.MainActor(unsafe) public func containerHeightUpdated(viewController: ViafouraSDK.VFUIViewController, height: CoreFoundation.CGFloat) } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFlagsView : UIKit.UIView { @objc deinit @@ -1148,27 +1148,27 @@ public enum VFTrendingSortType : Swift.String { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveBlogViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveBlogViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFLiveBlogViewController? + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFLiveBlogViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } public enum VFStorySelectionError : Foundation.LocalizedError { case unknown - public static func == (a: VFStorySelectionError, b: VFStorySelectionError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFStorySelectionError, b: ViafouraSDK.VFStorySelectionError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFStorySelectionError { +extension ViafouraSDK.VFStorySelectionError { public var errorDescription: Swift.String? { get } @@ -1181,45 +1181,45 @@ extension VFStorySelectionError { } public enum VFUndislikeCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFUndislikeCommentError, b: VFUndislikeCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUndislikeCommentError, b: ViafouraSDK.VFUndislikeCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUndislikeCommentError { +extension ViafouraSDK.VFUndislikeCommentError { public var errorDescription: Swift.String? { get } } public enum VFRemovePollError : Foundation.LocalizedError { case unknown - public static func == (a: VFRemovePollError, b: VFRemovePollError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFRemovePollError, b: ViafouraSDK.VFRemovePollError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFRemovePollError { +extension ViafouraSDK.VFRemovePollError { public var errorDescription: Swift.String? { get } } -extension VFLiveCommentsService { - public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFLiveCommentsService { + public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String, completion: @escaping ((Swift.Result) -> ())) #if compiler(>=5.3) && $AsyncAwait - public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String) async throws -> (Swift.Result) + public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String) async throws -> (Swift.Result) #endif } public enum VFCommentCountError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentCountError, b: VFCommentCountError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentCountError, b: ViafouraSDK.VFCommentCountError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentCountError { +extension ViafouraSDK.VFCommentCountError { public var errorDescription: Swift.String? { get } @@ -1234,13 +1234,13 @@ extension VFCommentCountError { } public enum VFCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentError, b: VFCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentError, b: ViafouraSDK.VFCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentError { +extension ViafouraSDK.VFCommentError { public var errorDescription: Swift.String? { get } @@ -1253,13 +1253,13 @@ extension VFCommentError { } public enum VFTopicsSubscribedError : Foundation.LocalizedError { case unknown - public static func == (a: VFTopicsSubscribedError, b: VFTopicsSubscribedError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFTopicsSubscribedError, b: ViafouraSDK.VFTopicsSubscribedError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFTopicsSubscribedError { +extension ViafouraSDK.VFTopicsSubscribedError { public var errorDescription: Swift.String? { get } @@ -1271,85 +1271,85 @@ extension VFTopicsSubscribedError { @objc deinit } public enum VFCustomizableView { - case postButton(button: VFButton) - case postTextView(textField: VFTextView) - case postCloseImage(image: VFImageView) - case postTitle(label: VFLabel) - case postPlaceholderLabel(label: VFLabel) - case postLoadingView(loadingView: VFLoadingView) + case postButton(button: ViafouraSDK.VFButton) + case postTextView(textField: ViafouraSDK.VFTextView) + case postCloseImage(image: ViafouraSDK.VFImageView) + case postTitle(label: ViafouraSDK.VFLabel) + case postPlaceholderLabel(label: ViafouraSDK.VFLabel) + case postLoadingView(loadingView: ViafouraSDK.VFLoadingView) case postBackgroundView(view: UIKit.UIView) - case profileNameLabel(label: VFLabel) - case profileLogoutLabel(label: VFLabel) - case profileCloseImage(image: VFImageView) - case profileLikesLabel(label: VFLabel) - case profileFollowersLabel(label: VFLabel) - case profileSegmentedControl(segmentedControl: VFSegmentedControl) + case profileNameLabel(label: ViafouraSDK.VFLabel) + case profileLogoutLabel(label: ViafouraSDK.VFLabel) + case profileCloseImage(image: ViafouraSDK.VFImageView) + case profileLikesLabel(label: ViafouraSDK.VFLabel) + case profileFollowersLabel(label: ViafouraSDK.VFLabel) + case profileSegmentedControl(segmentedControl: ViafouraSDK.VFSegmentedControl) case profileBackgroundView(view: UIKit.UIView) - case commentCellDateLabel(label: VFLabel) - case commentCellNameLabel(label: VFLabel) - case commentCellContentLabel(label: VFLabel) - case commentCellLikeImage(image: VFImageView) - case commentCellLikeLabel(label: VFLabel) - case commentCellDislikeImage(image: VFImageView) - case commentCellDislikeLabel(label: VFLabel) - case commentCellReplyLabel(label: VFLabel) - case commentCellCustomBadge(badge: VFCustomBadgeView) - case previewEmptyCommentsView(emptyCommentsView: VFEmptyCommentsView) - case previewSeeMoreCommentsButton(button: VFButton) - case previewTitleLabel(label: VFLabel) - case previewCounterLabel(label: VFLabel) - case previewPrivacyLabel(label: VFLabel) - case previewPoweredByView(poweredByView: VFPoweredByViafouraView) - case previewLoadingView(loadingView: VFLoadingView) - case previewFollowView(followView: VFFollowView) + case commentCellDateLabel(label: ViafouraSDK.VFLabel) + case commentCellNameLabel(label: ViafouraSDK.VFLabel) + case commentCellContentLabel(label: ViafouraSDK.VFLabel) + case commentCellLikeImage(image: ViafouraSDK.VFImageView) + case commentCellLikeLabel(label: ViafouraSDK.VFLabel) + case commentCellDislikeImage(image: ViafouraSDK.VFImageView) + case commentCellDislikeLabel(label: ViafouraSDK.VFLabel) + case commentCellReplyLabel(label: ViafouraSDK.VFLabel) + case commentCellCustomBadge(badge: ViafouraSDK.VFCustomBadgeView) + case previewEmptyCommentsView(emptyCommentsView: ViafouraSDK.VFEmptyCommentsView) + case previewSeeMoreCommentsButton(button: ViafouraSDK.VFButton) + case previewTitleLabel(label: ViafouraSDK.VFLabel) + case previewCounterLabel(label: ViafouraSDK.VFLabel) + case previewPrivacyLabel(label: ViafouraSDK.VFLabel) + case previewPoweredByView(poweredByView: ViafouraSDK.VFPoweredByViafouraView) + case previewLoadingView(loadingView: ViafouraSDK.VFLoadingView) + case previewFollowView(followView: ViafouraSDK.VFFollowView) case previewBackgroundView(view: UIKit.UIView) case trendingVerticalBackgroundView(view: UIKit.UIView) - case trendingVerticalFullImage(image: VFImageView) - case trendingVerticalFullTitle(label: VFLabel) - case trendingVerticalFullCount(label: VFLabel) - case trendingVerticalCondensedTitle(label: VFLabel) - case trendingVerticalCondensedCount(label: VFLabel) - case trendingCarouselTitle(label: VFLabel) - case trendingCarouselImage(image: VFImageView) - case trendingCarouselCount(label: VFLabel) + case trendingVerticalFullImage(image: ViafouraSDK.VFImageView) + case trendingVerticalFullTitle(label: ViafouraSDK.VFLabel) + case trendingVerticalFullCount(label: ViafouraSDK.VFLabel) + case trendingVerticalCondensedTitle(label: ViafouraSDK.VFLabel) + case trendingVerticalCondensedCount(label: ViafouraSDK.VFLabel) + case trendingCarouselTitle(label: ViafouraSDK.VFLabel) + case trendingCarouselImage(image: ViafouraSDK.VFImageView) + case trendingCarouselCount(label: ViafouraSDK.VFLabel) case trendingCarouselBackgroundView(view: UIKit.UIView) - case chatCellContentLabel(label: VFLabel) - case chatCellDateLabel(label: VFLabel) - case chatCellUserNameLabel(label: VFLabel) + case chatCellContentLabel(label: ViafouraSDK.VFLabel) + case chatCellDateLabel(label: ViafouraSDK.VFLabel) + case chatCellUserNameLabel(label: ViafouraSDK.VFLabel) case chatPostView(view: UIKit.UIView) - case chatPostImage(image: VFImageView) - case chatPostLoading(loadingView: VFLoadingView) - case chatTextView(textView: VFTextView) + case chatPostImage(image: ViafouraSDK.VFImageView) + case chatPostLoading(loadingView: ViafouraSDK.VFLoadingView) + case chatTextView(textView: ViafouraSDK.VFTextView) case chatBackgroundView(backgroundView: UIKit.UIView) - case chatLoading(loadingView: VFLoadingView) - case chatLoadingMore(loadingView: VFLoadingView) - case chatEmptyView(emptyView: VFEmptyChatsView) - case chatReplyingToClose(image: VFImageView) - case chatReplyingToTitle(label: VFLabel) - case chatReplyingToDescription(label: VFLabel) + case chatLoading(loadingView: ViafouraSDK.VFLoadingView) + case chatLoadingMore(loadingView: ViafouraSDK.VFLoadingView) + case chatEmptyView(emptyView: ViafouraSDK.VFEmptyChatsView) + case chatReplyingToClose(image: ViafouraSDK.VFImageView) + case chatReplyingToTitle(label: ViafouraSDK.VFLabel) + case chatReplyingToDescription(label: ViafouraSDK.VFLabel) } public enum VFUnpinCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnpinCommentError, b: VFUnpinCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnpinCommentError, b: ViafouraSDK.VFUnpinCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnpinCommentError { +extension ViafouraSDK.VFUnpinCommentError { public var errorDescription: Swift.String? { get } } public enum VFCommentRepliesError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentRepliesError, b: VFCommentRepliesError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentRepliesError, b: ViafouraSDK.VFCommentRepliesError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentRepliesError { +extension ViafouraSDK.VFCommentRepliesError { public var errorDescription: Swift.String? { get } @@ -1359,26 +1359,26 @@ extension VFCommentRepliesError { } public enum VFReplyChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFReplyChatError, b: VFReplyChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFReplyChatError, b: ViafouraSDK.VFReplyChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFReplyChatError { +extension ViafouraSDK.VFReplyChatError { public var errorDescription: Swift.String? { get } } public enum VFCommentModerationListError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentModerationListError, b: VFCommentModerationListError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentModerationListError, b: ViafouraSDK.VFCommentModerationListError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentModerationListError { +extension ViafouraSDK.VFCommentModerationListError { public var errorDescription: Swift.String? { get } @@ -1386,31 +1386,31 @@ extension VFCommentModerationListError { @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFEmptyCommentsView : UIKit.UIView { @objc deinit } -extension AnalyticsService { +extension ViafouraSDK.AnalyticsService { public func logTyping(contentContainerUUID: Foundation.UUID, threadUUID: Foundation.UUID, contentUUID: Foundation.UUID) } public enum VFTrendingError : Foundation.LocalizedError { case unknown - public static func == (a: VFTrendingError, b: VFTrendingError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFTrendingError, b: ViafouraSDK.VFTrendingError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFTrendingError { +extension ViafouraSDK.VFTrendingError { public var errorDescription: Swift.String? { get } } public enum VFCreateCommentMediaError : Foundation.LocalizedError { case unknown - public static func == (a: VFCreateCommentMediaError, b: VFCreateCommentMediaError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreateCommentMediaError, b: ViafouraSDK.VFCreateCommentMediaError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreateCommentMediaError { +extension ViafouraSDK.VFCreateCommentMediaError { public var errorDescription: Swift.String? { get } @@ -1420,13 +1420,13 @@ extension VFCreateCommentMediaError { } public enum VFUpdateStoryContainerError : Foundation.LocalizedError { case unknown - public static func == (a: VFUpdateStoryContainerError, b: VFUpdateStoryContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUpdateStoryContainerError, b: ViafouraSDK.VFUpdateStoryContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUpdateStoryContainerError { +extension ViafouraSDK.VFUpdateStoryContainerError { public var errorDescription: Swift.String? { get } @@ -1444,22 +1444,22 @@ extension VFUpdateStoryContainerError { @objc get @objc set } - @_Concurrency.MainActor(unsafe) public init(settings: VFSettings, loginDelegate: any VFLoginDelegate, onBellClicked: @escaping ((Foundation.UUID) -> Swift.Void)) - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public init(settings: ViafouraSDK.VFSettings, loginDelegate: any ViafouraSDK.VFLoginDelegate, onBellClicked: @escaping ((Foundation.UUID) -> Swift.Void)) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFProfileViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFProfileViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(userUUID: Foundation.UUID, presentationType: VFProfilePresentationType, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> VFProfileViewController? + @_Concurrency.MainActor(unsafe) public static func new(userUUID: Foundation.UUID, presentationType: ViafouraSDK.VFProfilePresentationType, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.VFProfileViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension VFProfileViewController : UIKit.UIImagePickerControllerDelegate, UIKit.UINavigationControllerDelegate { +extension ViafouraSDK.VFProfileViewController : UIKit.UIImagePickerControllerDelegate, UIKit.UINavigationControllerDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func imagePickerController(_ picker: UIKit.UIImagePickerController, didFinishPickingMediaWithInfo info: [UIKit.UIImagePickerController.InfoKey : Any]) } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFSeparatorView : UIKit.UIView { @@ -1467,26 +1467,26 @@ extension VFProfileViewController : UIKit.UIImagePickerControllerDelegate, UIKit } public enum VFChatContainerError : Foundation.LocalizedError { case unknown - public static func == (a: VFChatContainerError, b: VFChatContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFChatContainerError, b: ViafouraSDK.VFChatContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFChatContainerError { +extension ViafouraSDK.VFChatContainerError { public var errorDescription: Swift.String? { get } } public enum VFCreateStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFCreateStoryError, b: VFCreateStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreateStoryError, b: ViafouraSDK.VFCreateStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreateStoryError { +extension ViafouraSDK.VFCreateStoryError { public var errorDescription: Swift.String? { get } @@ -1497,82 +1497,82 @@ extension VFCreateStoryError { @_hasMissingDesignatedInitializers public class CommentContent { @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ViewChatReplyViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ViewChatReplyViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ChatContent, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> ViewChatReplyViewController? + @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ViafouraSDK.ChatContent, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.ViewChatReplyViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ChatReplyViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ChatReplyViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ChatContent, containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> ChatReplyViewController? + @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ViafouraSDK.ChatContent, containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.ChatReplyViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension ChatReplyViewController : UIKit.UITextViewDelegate { +extension ViafouraSDK.ChatReplyViewController : UIKit.UITextViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func textViewDidChange(_ textView: UIKit.UITextView) } -extension VFAuthenticationService { - public func cookieLogin(token: Swift.String, type: Swift.String = "viafouraDefinedCookie", completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func cookieLogin(token: Swift.String, type: Swift.String = "viafouraDefinedCookie", completion: @escaping ((Swift.Result) -> ())) } public struct VFCookieLoginData { } public enum VFCookieLoginError : Foundation.LocalizedError { case unknown - public static func == (a: VFCookieLoginError, b: VFCookieLoginError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCookieLoginError, b: ViafouraSDK.VFCookieLoginError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCookieLoginError { +extension ViafouraSDK.VFCookieLoginError { public var errorDescription: Swift.String? { get } } public enum VFSubscribeTopicError : Foundation.LocalizedError { case unknown - public static func == (a: VFSubscribeTopicError, b: VFSubscribeTopicError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSubscribeTopicError, b: ViafouraSDK.VFSubscribeTopicError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSubscribeTopicError { +extension ViafouraSDK.VFSubscribeTopicError { public var errorDescription: Swift.String? { get } } public enum VFStoryListError : Foundation.LocalizedError { case unknown - public static func == (a: VFStoryListError, b: VFStoryListError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFStoryListError, b: ViafouraSDK.VFStoryListError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFStoryListError { +extension ViafouraSDK.VFStoryListError { public var errorDescription: Swift.String? { get } } public enum VFCreateChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFCreateChatError, b: VFCreateChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreateChatError, b: ViafouraSDK.VFCreateChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreateChatError { +extension ViafouraSDK.VFCreateChatError { public var errorDescription: Swift.String? { get } @@ -1592,13 +1592,13 @@ public struct VFFonts { } public enum VFRemoveEditorPickCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFRemoveEditorPickCommentError, b: VFRemoveEditorPickCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFRemoveEditorPickCommentError, b: ViafouraSDK.VFRemoveEditorPickCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFRemoveEditorPickCommentError { +extension ViafouraSDK.VFRemoveEditorPickCommentError { public var errorDescription: Swift.String? { get } @@ -1609,18 +1609,18 @@ extension VFRemoveEditorPickCommentError { public protocol StoryboardCreateable : UIKit.UIViewController { static var storyboardName: Swift.String { get } } -extension StoryboardCreateable { +extension ViafouraSDK.StoryboardCreateable { public static func new() -> Self? } public enum VFSpamCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFSpamCommentError, b: VFSpamCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSpamCommentError, b: ViafouraSDK.VFSpamCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSpamCommentError { +extension ViafouraSDK.VFSpamCommentError { public var errorDescription: Swift.String? { get } @@ -1630,66 +1630,66 @@ extension VFSpamCommentError { } public enum VFUnsubscribeTopicError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnsubscribeTopicError, b: VFUnsubscribeTopicError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnsubscribeTopicError, b: ViafouraSDK.VFUnsubscribeTopicError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnsubscribeTopicError { +extension ViafouraSDK.VFUnsubscribeTopicError { public var errorDescription: Swift.String? { get } } public enum VFPinCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFPinCommentError, b: VFPinCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFPinCommentError, b: ViafouraSDK.VFPinCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFPinCommentError { +extension ViafouraSDK.VFPinCommentError { public var errorDescription: Swift.String? { get } } public enum VFUnlikeChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnlikeChatError, b: VFUnlikeChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnlikeChatError, b: ViafouraSDK.VFUnlikeChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnlikeChatError { +extension ViafouraSDK.VFUnlikeChatError { public var errorDescription: Swift.String? { get } } public protocol VFCustomUIDelegate : AnyObject { - func customizeView(theme: VFTheme, view: VFCustomizableView) + func customizeView(theme: ViafouraSDK.VFTheme, view: ViafouraSDK.VFCustomizableView) } public struct VFSettings { - public let fonts: VFFonts - public var colors: VFColors - public init(colors: VFColors, fonts: VFFonts = VFFonts()) + public let fonts: ViafouraSDK.VFFonts + public var colors: ViafouraSDK.VFColors + public init(colors: ViafouraSDK.VFColors, fonts: ViafouraSDK.VFFonts = VFFonts()) } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class SingleChatViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class SingleChatViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFNewCommentViewController : VFUIViewController { - @_Concurrency.MainActor(unsafe) public static func new(newCommentActionType: VFNewCommentActionType, containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFNewCommentViewController? +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFNewCommentViewController : ViafouraSDK.VFUIViewController { + @_Concurrency.MainActor(unsafe) public static func new(newCommentActionType: ViafouraSDK.VFNewCommentActionType, containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFNewCommentViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public var canBecomeFirstResponder: Swift.Bool { @objc get @@ -1701,10 +1701,10 @@ public struct VFSettings { @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension VFNewCommentViewController : UIKit.UITextViewDelegate { +extension ViafouraSDK.VFNewCommentViewController : UIKit.UITextViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func textViewDidChange(_ textView: UIKit.UITextView) } -extension VFNewCommentViewController { +extension ViafouraSDK.VFNewCommentViewController { @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator) } public enum WidgetType : Swift.String, Swift.Encodable { @@ -1722,18 +1722,18 @@ public enum WidgetType : Swift.String, Swift.Encodable { get } } -extension VFAuthenticationService { - public func resetPassword(email: Swift.String, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func resetPassword(email: Swift.String, completion: @escaping ((Swift.Result) -> ())) } public enum VFPasswordResetError : Foundation.LocalizedError { case unknown - public static func == (a: VFPasswordResetError, b: VFPasswordResetError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFPasswordResetError, b: ViafouraSDK.VFPasswordResetError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFPasswordResetError { +extension ViafouraSDK.VFPasswordResetError { public var errorDescription: Swift.String? { get } @@ -1748,13 +1748,13 @@ extension VFPasswordResetError { } public enum VFUserInfoError : Foundation.LocalizedError { case unknown - public static func == (a: VFUserInfoError, b: VFUserInfoError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUserInfoError, b: ViafouraSDK.VFUserInfoError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUserInfoError { +extension ViafouraSDK.VFUserInfoError { public var errorDescription: Swift.String? { get } @@ -1764,26 +1764,26 @@ extension VFUserInfoError { } public enum VFUpdateChatContainerError : Foundation.LocalizedError { case unknown - public static func == (a: VFUpdateChatContainerError, b: VFUpdateChatContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUpdateChatContainerError, b: ViafouraSDK.VFUpdateChatContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUpdateChatContainerError { +extension ViafouraSDK.VFUpdateChatContainerError { public var errorDescription: Swift.String? { get } } public enum VFDisableCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFDisableCommentError, b: VFDisableCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDisableCommentError, b: ViafouraSDK.VFDisableCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDisableCommentError { +extension ViafouraSDK.VFDisableCommentError { public var errorDescription: Swift.String? { get } @@ -1829,235 +1829,235 @@ public enum EventLoginType : Swift.String, Swift.Encodable { } public enum VFUnspamCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnspamCommentError, b: VFUnspamCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnspamCommentError, b: ViafouraSDK.VFUnspamCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnspamCommentError { +extension ViafouraSDK.VFUnspamCommentError { public var errorDescription: Swift.String? { get } } public enum VFDeleteCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFDeleteCommentError, b: VFDeleteCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDeleteCommentError, b: ViafouraSDK.VFDeleteCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDeleteCommentError { +extension ViafouraSDK.VFDeleteCommentError { public var errorDescription: Swift.String? { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveChatViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveChatViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, paginationSize: Swift.Int = 10, sectionUUID: Foundation.UUID? = nil) -> VFLiveChatViewController? + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, paginationSize: Swift.Int = 10, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFLiveChatViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension VFLiveChatViewController : UIKit.UITextViewDelegate { +extension ViafouraSDK.VFLiveChatViewController : UIKit.UITextViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func textViewDidChange(_ textView: UIKit.UITextView) } -extension VFDislikeChatError : Swift.Equatable {} -extension VFDislikeChatError : Swift.Hashable {} -extension VFSingleStoryError : Swift.Equatable {} -extension VFSingleStoryError : Swift.Hashable {} -extension VFCreateCommentReplyError : Swift.Equatable {} -extension VFCreateCommentReplyError : Swift.Hashable {} -extension VFDeleteStoryError : Swift.Equatable {} -extension VFDeleteStoryError : Swift.Hashable {} -extension VFLoginStatus : Swift.Equatable {} -extension VFLoginStatus : Swift.Hashable {} -extension VFLoginStatusError : Swift.Equatable {} -extension VFLoginStatusError : Swift.Hashable {} -extension VFUnflagCommentError : Swift.Equatable {} -extension VFUnflagCommentError : Swift.Hashable {} -extension VFUnlikeStoryError : Swift.Equatable {} -extension VFUnlikeStoryError : Swift.Hashable {} -extension VFFlagCommentError : Swift.Equatable {} -extension VFFlagCommentError : Swift.Hashable {} -extension VFChatListError : Swift.Equatable {} -extension VFChatListError : Swift.Hashable {} -extension VFLikeStoryError : Swift.Equatable {} -extension VFLikeStoryError : Swift.Hashable {} -extension VFUpdateUserAvatarError : Swift.Equatable {} -extension VFUpdateUserAvatarError : Swift.Hashable {} -extension VFTheme : Swift.Equatable {} -extension VFTheme : Swift.Hashable {} -extension VFAuthPromptType : Swift.Equatable {} -extension VFAuthPromptType : Swift.Hashable {} -extension VFProfilePresentationType : Swift.Equatable {} -extension VFProfilePresentationType : Swift.Hashable {} -extension VFSingleChatError : Swift.Equatable {} -extension VFSingleChatError : Swift.Hashable {} -extension VFClosePollError : Swift.Equatable {} -extension VFClosePollError : Swift.Hashable {} -extension VFDislikeCommentError : Swift.Equatable {} -extension VFDislikeCommentError : Swift.Hashable {} -extension VFCommentContainerSignatureError : Swift.Equatable {} -extension VFCommentContainerSignatureError : Swift.Hashable {} -extension VFChatSelectionError : Swift.Equatable {} -extension VFChatSelectionError : Swift.Hashable {} -extension VFEnableChatError : Swift.Equatable {} -extension VFEnableChatError : Swift.Hashable {} -extension VFChatModerationListError : Swift.Equatable {} -extension VFChatModerationListError : Swift.Hashable {} -extension VFLoginError : Swift.Equatable {} -extension VFLoginError : Swift.Hashable {} -extension VFLikeCommentError : Swift.Equatable {} -extension VFLikeCommentError : Swift.Hashable {} -extension VFEnableCommentError : Swift.Equatable {} -extension VFEnableCommentError : Swift.Hashable {} -extension EventAttemptedAction : Swift.Equatable {} -extension EventAttemptedAction : Swift.Hashable {} -extension EventAttemptedAction : Swift.RawRepresentable {} -extension CommentNodeType : Swift.Equatable {} -extension CommentNodeType : Swift.Hashable {} -extension VFUpdateCommentsContainerSettingsError : Swift.Equatable {} -extension VFUpdateCommentsContainerSettingsError : Swift.Hashable {} -extension VFDisableChatError : Swift.Equatable {} -extension VFDisableChatError : Swift.Hashable {} -extension VFUnflagChatError : Swift.Equatable {} -extension VFUnflagChatError : Swift.Hashable {} -extension VFLikeChatError : Swift.Equatable {} -extension VFLikeChatError : Swift.Hashable {} -extension VFUndislikeStoryError : Swift.Equatable {} -extension VFUndislikeStoryError : Swift.Hashable {} -extension VFVotePollError : Swift.Equatable {} -extension VFVotePollError : Swift.Hashable {} -extension VFReplyStoryError : Swift.Equatable {} -extension VFReplyStoryError : Swift.Hashable {} -extension VFCommentsProfileError : Swift.Equatable {} -extension VFCommentsProfileError : Swift.Hashable {} -extension VFPollContainerError : Swift.Equatable {} -extension VFPollContainerError : Swift.Hashable {} -extension VFStoryContainerError : Swift.Equatable {} -extension VFStoryContainerError : Swift.Hashable {} -extension VFFilterType : Swift.Equatable {} -extension VFFilterType : Swift.Hashable {} -extension VFUndislikeChatError : Swift.Equatable {} -extension VFUndislikeChatError : Swift.Hashable {} -extension VFDislikeStoryError : Swift.Equatable {} -extension VFDislikeStoryError : Swift.Hashable {} -extension VFEditorPickCommentError : Swift.Equatable {} -extension VFEditorPickCommentError : Swift.Hashable {} -extension VFSignUpError : Swift.Equatable {} -extension VFSignUpError : Swift.Hashable {} -extension VFSocialLoginError : Swift.Equatable {} -extension VFSocialLoginError : Swift.Hashable {} -extension VFCommentContainerError : Swift.Equatable {} -extension VFCommentContainerError : Swift.Hashable {} -extension VFUnlikeCommentError : Swift.Equatable {} -extension VFUnlikeCommentError : Swift.Hashable {} -extension VFUserMutesError : Swift.Equatable {} -extension VFUserMutesError : Swift.Hashable {} -extension VFUnmuteUserError : Swift.Equatable {} -extension VFUnmuteUserError : Swift.Hashable {} -extension VFMuteUserError : Swift.Equatable {} -extension VFMuteUserError : Swift.Hashable {} -extension VFFlagChatError : Swift.Equatable {} -extension VFFlagChatError : Swift.Hashable {} -extension VFOpenIdLoginError : Swift.Equatable {} -extension VFOpenIdLoginError : Swift.Hashable {} -extension VFDeleteChatError : Swift.Equatable {} -extension VFDeleteChatError : Swift.Hashable {} -extension VFCreateCommentError : Swift.Equatable {} -extension VFCreateCommentError : Swift.Hashable {} -extension VFUserCommentsError : Swift.Equatable {} -extension VFUserCommentsError : Swift.Hashable {} -extension EventType : Swift.Equatable {} -extension EventType : Swift.Hashable {} -extension EventType : Swift.RawRepresentable {} -extension VFSortType : Swift.Equatable {} -extension VFSortType : Swift.Hashable {} -extension VFCommentListError : Swift.Equatable {} -extension VFCommentListError : Swift.Hashable {} -extension VFUpdateUserError : Swift.Equatable {} -extension VFUpdateUserError : Swift.Hashable {} -extension VFEditCommentError : Swift.Equatable {} -extension VFEditCommentError : Swift.Hashable {} -extension VFCreatePollError : Swift.Equatable {} -extension VFCreatePollError : Swift.Hashable {} -extension VFLoginRadiusLoginError : Swift.Equatable {} -extension VFLoginRadiusLoginError : Swift.Hashable {} -extension VFTrendingSortType : Swift.Equatable {} -extension VFTrendingSortType : Swift.Hashable {} -extension VFTrendingSortType : Swift.RawRepresentable {} -extension VFStorySelectionError : Swift.Equatable {} -extension VFStorySelectionError : Swift.Hashable {} -extension VFUndislikeCommentError : Swift.Equatable {} -extension VFUndislikeCommentError : Swift.Hashable {} -extension VFRemovePollError : Swift.Equatable {} -extension VFRemovePollError : Swift.Hashable {} -extension VFCommentCountError : Swift.Equatable {} -extension VFCommentCountError : Swift.Hashable {} -extension VFCommentError : Swift.Equatable {} -extension VFCommentError : Swift.Hashable {} -extension VFTopicsSubscribedError : Swift.Equatable {} -extension VFTopicsSubscribedError : Swift.Hashable {} -extension VFUnpinCommentError : Swift.Equatable {} -extension VFUnpinCommentError : Swift.Hashable {} -extension VFCommentRepliesError : Swift.Equatable {} -extension VFCommentRepliesError : Swift.Hashable {} -extension VFReplyChatError : Swift.Equatable {} -extension VFReplyChatError : Swift.Hashable {} -extension VFCommentModerationListError : Swift.Equatable {} -extension VFCommentModerationListError : Swift.Hashable {} -extension VFTrendingError : Swift.Equatable {} -extension VFTrendingError : Swift.Hashable {} -extension VFCreateCommentMediaError : Swift.Equatable {} -extension VFCreateCommentMediaError : Swift.Hashable {} -extension VFUpdateStoryContainerError : Swift.Equatable {} -extension VFUpdateStoryContainerError : Swift.Hashable {} -extension VFChatContainerError : Swift.Equatable {} -extension VFChatContainerError : Swift.Hashable {} -extension VFCreateStoryError : Swift.Equatable {} -extension VFCreateStoryError : Swift.Hashable {} -extension VFCookieLoginError : Swift.Equatable {} -extension VFCookieLoginError : Swift.Hashable {} -extension VFSubscribeTopicError : Swift.Equatable {} -extension VFSubscribeTopicError : Swift.Hashable {} -extension VFStoryListError : Swift.Equatable {} -extension VFStoryListError : Swift.Hashable {} -extension VFCreateChatError : Swift.Equatable {} -extension VFCreateChatError : Swift.Hashable {} -extension VFRemoveEditorPickCommentError : Swift.Equatable {} -extension VFRemoveEditorPickCommentError : Swift.Hashable {} -extension VFSpamCommentError : Swift.Equatable {} -extension VFSpamCommentError : Swift.Hashable {} -extension VFUnsubscribeTopicError : Swift.Equatable {} -extension VFUnsubscribeTopicError : Swift.Hashable {} -extension VFPinCommentError : Swift.Equatable {} -extension VFPinCommentError : Swift.Hashable {} -extension VFUnlikeChatError : Swift.Equatable {} -extension VFUnlikeChatError : Swift.Hashable {} -extension WidgetType : Swift.Equatable {} -extension WidgetType : Swift.Hashable {} -extension WidgetType : Swift.RawRepresentable {} -extension VFPasswordResetError : Swift.Equatable {} -extension VFPasswordResetError : Swift.Hashable {} -extension VFUserInfoError : Swift.Equatable {} -extension VFUserInfoError : Swift.Hashable {} -extension VFUpdateChatContainerError : Swift.Equatable {} -extension VFUpdateChatContainerError : Swift.Hashable {} -extension VFDisableCommentError : Swift.Equatable {} -extension VFDisableCommentError : Swift.Hashable {} -extension VFSocialLoginProvider : Swift.Equatable {} -extension VFSocialLoginProvider : Swift.Hashable {} -extension VFSocialLoginProvider : Swift.RawRepresentable {} -extension EventLoginType : Swift.Equatable {} -extension EventLoginType : Swift.Hashable {} -extension EventLoginType : Swift.RawRepresentable {} -extension VFUnspamCommentError : Swift.Equatable {} -extension VFUnspamCommentError : Swift.Hashable {} -extension VFDeleteCommentError : Swift.Equatable {} -extension VFDeleteCommentError : Swift.Hashable {} +extension ViafouraSDK.VFDislikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFDislikeChatError : Swift.Hashable {} +extension ViafouraSDK.VFSingleStoryError : Swift.Equatable {} +extension ViafouraSDK.VFSingleStoryError : Swift.Hashable {} +extension ViafouraSDK.VFCreateCommentReplyError : Swift.Equatable {} +extension ViafouraSDK.VFCreateCommentReplyError : Swift.Hashable {} +extension ViafouraSDK.VFDeleteStoryError : Swift.Equatable {} +extension ViafouraSDK.VFDeleteStoryError : Swift.Hashable {} +extension ViafouraSDK.VFLoginStatus : Swift.Equatable {} +extension ViafouraSDK.VFLoginStatus : Swift.Hashable {} +extension ViafouraSDK.VFLoginStatusError : Swift.Equatable {} +extension ViafouraSDK.VFLoginStatusError : Swift.Hashable {} +extension ViafouraSDK.VFUnflagCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnflagCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUnlikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFUnlikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFFlagCommentError : Swift.Equatable {} +extension ViafouraSDK.VFFlagCommentError : Swift.Hashable {} +extension ViafouraSDK.VFChatListError : Swift.Equatable {} +extension ViafouraSDK.VFChatListError : Swift.Hashable {} +extension ViafouraSDK.VFLikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFLikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateUserAvatarError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateUserAvatarError : Swift.Hashable {} +extension ViafouraSDK.VFTheme : Swift.Equatable {} +extension ViafouraSDK.VFTheme : Swift.Hashable {} +extension ViafouraSDK.VFAuthPromptType : Swift.Equatable {} +extension ViafouraSDK.VFAuthPromptType : Swift.Hashable {} +extension ViafouraSDK.VFProfilePresentationType : Swift.Equatable {} +extension ViafouraSDK.VFProfilePresentationType : Swift.Hashable {} +extension ViafouraSDK.VFSingleChatError : Swift.Equatable {} +extension ViafouraSDK.VFSingleChatError : Swift.Hashable {} +extension ViafouraSDK.VFClosePollError : Swift.Equatable {} +extension ViafouraSDK.VFClosePollError : Swift.Hashable {} +extension ViafouraSDK.VFDislikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFDislikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFCommentContainerSignatureError : Swift.Equatable {} +extension ViafouraSDK.VFCommentContainerSignatureError : Swift.Hashable {} +extension ViafouraSDK.VFChatSelectionError : Swift.Equatable {} +extension ViafouraSDK.VFChatSelectionError : Swift.Hashable {} +extension ViafouraSDK.VFEnableChatError : Swift.Equatable {} +extension ViafouraSDK.VFEnableChatError : Swift.Hashable {} +extension ViafouraSDK.VFChatModerationListError : Swift.Equatable {} +extension ViafouraSDK.VFChatModerationListError : Swift.Hashable {} +extension ViafouraSDK.VFLoginError : Swift.Equatable {} +extension ViafouraSDK.VFLoginError : Swift.Hashable {} +extension ViafouraSDK.VFLikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFLikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFEnableCommentError : Swift.Equatable {} +extension ViafouraSDK.VFEnableCommentError : Swift.Hashable {} +extension ViafouraSDK.EventAttemptedAction : Swift.Equatable {} +extension ViafouraSDK.EventAttemptedAction : Swift.Hashable {} +extension ViafouraSDK.EventAttemptedAction : Swift.RawRepresentable {} +extension ViafouraSDK.CommentNodeType : Swift.Equatable {} +extension ViafouraSDK.CommentNodeType : Swift.Hashable {} +extension ViafouraSDK.VFUpdateCommentsContainerSettingsError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateCommentsContainerSettingsError : Swift.Hashable {} +extension ViafouraSDK.VFDisableChatError : Swift.Equatable {} +extension ViafouraSDK.VFDisableChatError : Swift.Hashable {} +extension ViafouraSDK.VFUnflagChatError : Swift.Equatable {} +extension ViafouraSDK.VFUnflagChatError : Swift.Hashable {} +extension ViafouraSDK.VFLikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFLikeChatError : Swift.Hashable {} +extension ViafouraSDK.VFUndislikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFUndislikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFVotePollError : Swift.Equatable {} +extension ViafouraSDK.VFVotePollError : Swift.Hashable {} +extension ViafouraSDK.VFReplyStoryError : Swift.Equatable {} +extension ViafouraSDK.VFReplyStoryError : Swift.Hashable {} +extension ViafouraSDK.VFCommentsProfileError : Swift.Equatable {} +extension ViafouraSDK.VFCommentsProfileError : Swift.Hashable {} +extension ViafouraSDK.VFPollContainerError : Swift.Equatable {} +extension ViafouraSDK.VFPollContainerError : Swift.Hashable {} +extension ViafouraSDK.VFStoryContainerError : Swift.Equatable {} +extension ViafouraSDK.VFStoryContainerError : Swift.Hashable {} +extension ViafouraSDK.VFFilterType : Swift.Equatable {} +extension ViafouraSDK.VFFilterType : Swift.Hashable {} +extension ViafouraSDK.VFUndislikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFUndislikeChatError : Swift.Hashable {} +extension ViafouraSDK.VFDislikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFDislikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFEditorPickCommentError : Swift.Equatable {} +extension ViafouraSDK.VFEditorPickCommentError : Swift.Hashable {} +extension ViafouraSDK.VFSignUpError : Swift.Equatable {} +extension ViafouraSDK.VFSignUpError : Swift.Hashable {} +extension ViafouraSDK.VFSocialLoginError : Swift.Equatable {} +extension ViafouraSDK.VFSocialLoginError : Swift.Hashable {} +extension ViafouraSDK.VFCommentContainerError : Swift.Equatable {} +extension ViafouraSDK.VFCommentContainerError : Swift.Hashable {} +extension ViafouraSDK.VFUnlikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnlikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUserMutesError : Swift.Equatable {} +extension ViafouraSDK.VFUserMutesError : Swift.Hashable {} +extension ViafouraSDK.VFUnmuteUserError : Swift.Equatable {} +extension ViafouraSDK.VFUnmuteUserError : Swift.Hashable {} +extension ViafouraSDK.VFMuteUserError : Swift.Equatable {} +extension ViafouraSDK.VFMuteUserError : Swift.Hashable {} +extension ViafouraSDK.VFFlagChatError : Swift.Equatable {} +extension ViafouraSDK.VFFlagChatError : Swift.Hashable {} +extension ViafouraSDK.VFOpenIdLoginError : Swift.Equatable {} +extension ViafouraSDK.VFOpenIdLoginError : Swift.Hashable {} +extension ViafouraSDK.VFDeleteChatError : Swift.Equatable {} +extension ViafouraSDK.VFDeleteChatError : Swift.Hashable {} +extension ViafouraSDK.VFCreateCommentError : Swift.Equatable {} +extension ViafouraSDK.VFCreateCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUserCommentsError : Swift.Equatable {} +extension ViafouraSDK.VFUserCommentsError : Swift.Hashable {} +extension ViafouraSDK.EventType : Swift.Equatable {} +extension ViafouraSDK.EventType : Swift.Hashable {} +extension ViafouraSDK.EventType : Swift.RawRepresentable {} +extension ViafouraSDK.VFSortType : Swift.Equatable {} +extension ViafouraSDK.VFSortType : Swift.Hashable {} +extension ViafouraSDK.VFCommentListError : Swift.Equatable {} +extension ViafouraSDK.VFCommentListError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateUserError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateUserError : Swift.Hashable {} +extension ViafouraSDK.VFEditCommentError : Swift.Equatable {} +extension ViafouraSDK.VFEditCommentError : Swift.Hashable {} +extension ViafouraSDK.VFCreatePollError : Swift.Equatable {} +extension ViafouraSDK.VFCreatePollError : Swift.Hashable {} +extension ViafouraSDK.VFLoginRadiusLoginError : Swift.Equatable {} +extension ViafouraSDK.VFLoginRadiusLoginError : Swift.Hashable {} +extension ViafouraSDK.VFTrendingSortType : Swift.Equatable {} +extension ViafouraSDK.VFTrendingSortType : Swift.Hashable {} +extension ViafouraSDK.VFTrendingSortType : Swift.RawRepresentable {} +extension ViafouraSDK.VFStorySelectionError : Swift.Equatable {} +extension ViafouraSDK.VFStorySelectionError : Swift.Hashable {} +extension ViafouraSDK.VFUndislikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUndislikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFRemovePollError : Swift.Equatable {} +extension ViafouraSDK.VFRemovePollError : Swift.Hashable {} +extension ViafouraSDK.VFCommentCountError : Swift.Equatable {} +extension ViafouraSDK.VFCommentCountError : Swift.Hashable {} +extension ViafouraSDK.VFCommentError : Swift.Equatable {} +extension ViafouraSDK.VFCommentError : Swift.Hashable {} +extension ViafouraSDK.VFTopicsSubscribedError : Swift.Equatable {} +extension ViafouraSDK.VFTopicsSubscribedError : Swift.Hashable {} +extension ViafouraSDK.VFUnpinCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnpinCommentError : Swift.Hashable {} +extension ViafouraSDK.VFCommentRepliesError : Swift.Equatable {} +extension ViafouraSDK.VFCommentRepliesError : Swift.Hashable {} +extension ViafouraSDK.VFReplyChatError : Swift.Equatable {} +extension ViafouraSDK.VFReplyChatError : Swift.Hashable {} +extension ViafouraSDK.VFCommentModerationListError : Swift.Equatable {} +extension ViafouraSDK.VFCommentModerationListError : Swift.Hashable {} +extension ViafouraSDK.VFTrendingError : Swift.Equatable {} +extension ViafouraSDK.VFTrendingError : Swift.Hashable {} +extension ViafouraSDK.VFCreateCommentMediaError : Swift.Equatable {} +extension ViafouraSDK.VFCreateCommentMediaError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateStoryContainerError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateStoryContainerError : Swift.Hashable {} +extension ViafouraSDK.VFChatContainerError : Swift.Equatable {} +extension ViafouraSDK.VFChatContainerError : Swift.Hashable {} +extension ViafouraSDK.VFCreateStoryError : Swift.Equatable {} +extension ViafouraSDK.VFCreateStoryError : Swift.Hashable {} +extension ViafouraSDK.VFCookieLoginError : Swift.Equatable {} +extension ViafouraSDK.VFCookieLoginError : Swift.Hashable {} +extension ViafouraSDK.VFSubscribeTopicError : Swift.Equatable {} +extension ViafouraSDK.VFSubscribeTopicError : Swift.Hashable {} +extension ViafouraSDK.VFStoryListError : Swift.Equatable {} +extension ViafouraSDK.VFStoryListError : Swift.Hashable {} +extension ViafouraSDK.VFCreateChatError : Swift.Equatable {} +extension ViafouraSDK.VFCreateChatError : Swift.Hashable {} +extension ViafouraSDK.VFRemoveEditorPickCommentError : Swift.Equatable {} +extension ViafouraSDK.VFRemoveEditorPickCommentError : Swift.Hashable {} +extension ViafouraSDK.VFSpamCommentError : Swift.Equatable {} +extension ViafouraSDK.VFSpamCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUnsubscribeTopicError : Swift.Equatable {} +extension ViafouraSDK.VFUnsubscribeTopicError : Swift.Hashable {} +extension ViafouraSDK.VFPinCommentError : Swift.Equatable {} +extension ViafouraSDK.VFPinCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUnlikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFUnlikeChatError : Swift.Hashable {} +extension ViafouraSDK.WidgetType : Swift.Equatable {} +extension ViafouraSDK.WidgetType : Swift.Hashable {} +extension ViafouraSDK.WidgetType : Swift.RawRepresentable {} +extension ViafouraSDK.VFPasswordResetError : Swift.Equatable {} +extension ViafouraSDK.VFPasswordResetError : Swift.Hashable {} +extension ViafouraSDK.VFUserInfoError : Swift.Equatable {} +extension ViafouraSDK.VFUserInfoError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateChatContainerError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateChatContainerError : Swift.Hashable {} +extension ViafouraSDK.VFDisableCommentError : Swift.Equatable {} +extension ViafouraSDK.VFDisableCommentError : Swift.Hashable {} +extension ViafouraSDK.VFSocialLoginProvider : Swift.Equatable {} +extension ViafouraSDK.VFSocialLoginProvider : Swift.Hashable {} +extension ViafouraSDK.VFSocialLoginProvider : Swift.RawRepresentable {} +extension ViafouraSDK.EventLoginType : Swift.Equatable {} +extension ViafouraSDK.EventLoginType : Swift.Hashable {} +extension ViafouraSDK.EventLoginType : Swift.RawRepresentable {} +extension ViafouraSDK.VFUnspamCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnspamCommentError : Swift.Hashable {} +extension ViafouraSDK.VFDeleteCommentError : Swift.Equatable {} +extension ViafouraSDK.VFDeleteCommentError : Swift.Hashable {} diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e index 9d7a4fa9..bd1dd012 100644 --- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e +++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e @@ -24,13 +24,13 @@ import _SwiftConcurrencyShims } public enum VFDislikeChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFDislikeChatError, b: VFDislikeChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDislikeChatError, b: ViafouraSDK.VFDislikeChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDislikeChatError { +extension ViafouraSDK.VFDislikeChatError { public var errorDescription: Swift.String? { get } @@ -42,35 +42,35 @@ public struct VFColors { public init(colorPrimary: UIKit.UIColor = VFDefaultColors.colorPrimaryDefault(), colorPrimaryLight: UIKit.UIColor = VFDefaultColors.colorPrimaryLightDefault(), colorBackground: UIKit.UIColor = VFDefaultColors.colorBackgroundDefault(), colorSeparator: UIKit.UIColor = VFDefaultColors.colorSeparatorDefault(), colorAvatars: [UIKit.UIColor] = Constants.AvatarColors.colors) } public struct VFDefaultColors { - public static func colorBackgroundDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorText1Default(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorText2Default(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorSeparatorDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorErrorDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorWarningDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorEditorPicksDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorThreadingLines(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorChatBubbleDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorPinnedDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorPinnedBadgeDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorPrimaryDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorPrimaryLightDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorBorder1Default(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorAuthorBadgeDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorModeratorBadgeDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorNewCommentText(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorIcons(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorInputBox(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorBackgroundDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorText1Default(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorText2Default(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorSeparatorDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorErrorDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorWarningDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorEditorPicksDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorThreadingLines(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorChatBubbleDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPinnedDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPinnedBadgeDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPrimaryDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPrimaryLightDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorBorder1Default(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorAuthorBadgeDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorModeratorBadgeDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorNewCommentText(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorIcons(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorInputBox(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor } public enum VFSingleStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFSingleStoryError, b: VFSingleStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSingleStoryError, b: ViafouraSDK.VFSingleStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSingleStoryError { +extension ViafouraSDK.VFSingleStoryError { public var errorDescription: Swift.String? { get } @@ -84,13 +84,13 @@ extension VFSingleStoryError { public enum VFCreateCommentReplyError : Foundation.LocalizedError { case unknown case unauthorized - public static func == (a: VFCreateCommentReplyError, b: VFCreateCommentReplyError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreateCommentReplyError, b: ViafouraSDK.VFCreateCommentReplyError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreateCommentReplyError { +extension ViafouraSDK.VFCreateCommentReplyError { public var errorDescription: Swift.String? { get } @@ -102,24 +102,24 @@ extension VFCreateCommentReplyError { } public enum VFDeleteStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFDeleteStoryError, b: VFDeleteStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDeleteStoryError, b: ViafouraSDK.VFDeleteStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDeleteStoryError { +extension ViafouraSDK.VFDeleteStoryError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { - public func getUserLoginStatus(completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func getUserLoginStatus(completion: @escaping ((Swift.Result) -> ())) } public enum VFLoginStatus { case notLoggedIn case loggedIn - public static func == (a: VFLoginStatus, b: VFLoginStatus) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLoginStatus, b: ViafouraSDK.VFLoginStatus) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -127,68 +127,68 @@ public enum VFLoginStatus { } public enum VFLoginStatusError : Foundation.LocalizedError { case unknown - public static func == (a: VFLoginStatusError, b: VFLoginStatusError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLoginStatusError, b: ViafouraSDK.VFLoginStatusError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLoginStatusError { +extension ViafouraSDK.VFLoginStatusError { public var errorDescription: Swift.String? { get } } public enum VFUnflagCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnflagCommentError, b: VFUnflagCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnflagCommentError, b: ViafouraSDK.VFUnflagCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnflagCommentError { +extension ViafouraSDK.VFUnflagCommentError { public var errorDescription: Swift.String? { get } } public enum VFUnlikeStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnlikeStoryError, b: VFUnlikeStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnlikeStoryError, b: ViafouraSDK.VFUnlikeStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnlikeStoryError { +extension ViafouraSDK.VFUnlikeStoryError { public var errorDescription: Swift.String? { get } } public protocol VFAdDelegate : ObjectiveC.NSObject { - func generateAd(viewController: VFUIViewController, adPosition: Swift.Int) -> VFAdView - func getAdInterval(viewController: VFUIViewController) -> Swift.Int - func getFirstAdPosition(viewController: VFUIViewController) -> Swift.Int + func generateAd(viewController: ViafouraSDK.VFUIViewController, adPosition: Swift.Int) -> ViafouraSDK.VFAdView + func getAdInterval(viewController: ViafouraSDK.VFUIViewController) -> Swift.Int + func getFirstAdPosition(viewController: ViafouraSDK.VFUIViewController) -> Swift.Int } -extension VFAdDelegate { - public func getFirstAdPosition(viewController: VFUIViewController) -> Swift.Int +extension ViafouraSDK.VFAdDelegate { + public func getFirstAdPosition(viewController: ViafouraSDK.VFUIViewController) -> Swift.Int } public protocol VFLocalAdDelegate : ObjectiveC.NSObject { - func generateAd(adPosition: Swift.Int) -> VFAdView + func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView func getAdInterval() -> Swift.Int func getFirstAdPosition() -> Swift.Int } -extension VFLocalAdDelegate { +extension ViafouraSDK.VFLocalAdDelegate { public func getFirstAdPosition() -> Swift.Int } public enum VFFlagCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFFlagCommentError, b: VFFlagCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFFlagCommentError, b: ViafouraSDK.VFFlagCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFFlagCommentError { +extension ViafouraSDK.VFFlagCommentError { public var errorDescription: Swift.String? { get } @@ -198,39 +198,39 @@ extension VFFlagCommentError { } public enum VFChatListError : Foundation.LocalizedError { case unknown - public static func == (a: VFChatListError, b: VFChatListError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFChatListError, b: ViafouraSDK.VFChatListError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFChatListError { +extension ViafouraSDK.VFChatListError { public var errorDescription: Swift.String? { get } } public enum VFLikeStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFLikeStoryError, b: VFLikeStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLikeStoryError, b: ViafouraSDK.VFLikeStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLikeStoryError { +extension ViafouraSDK.VFLikeStoryError { public var errorDescription: Swift.String? { get } } public enum VFUpdateUserAvatarError : Foundation.LocalizedError { case unknown - public static func == (a: VFUpdateUserAvatarError, b: VFUpdateUserAvatarError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUpdateUserAvatarError, b: ViafouraSDK.VFUpdateUserAvatarError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUpdateUserAvatarError { +extension ViafouraSDK.VFUpdateUserAvatarError { public var errorDescription: Swift.String? { get } @@ -238,24 +238,24 @@ extension VFUpdateUserAvatarError { public enum VFTheme { case dark case light - public static func == (a: VFTheme, b: VFTheme) -> Swift.Bool + public static func == (a: ViafouraSDK.VFTheme, b: ViafouraSDK.VFTheme) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -public typealias VFActionsCallbacks = (VFActionCallbackType) -> Swift.Void +public typealias VFActionsCallbacks = (ViafouraSDK.VFActionCallbackType) -> Swift.Void public enum VFActionCallbackType { case seeMoreCommentsPressed - case writeNewCommentPressed(actionType: VFNewCommentActionType) + case writeNewCommentPressed(actionType: ViafouraSDK.VFNewCommentActionType) case closeNewCommentPressed - case openProfilePressed(userUUID: Foundation.UUID, presentationType: VFProfilePresentationType) - case notificationPressed(presentationType: VFNotificationPresentationType) + case openProfilePressed(userUUID: Foundation.UUID, presentationType: ViafouraSDK.VFProfilePresentationType) + case notificationPressed(presentationType: ViafouraSDK.VFNotificationPresentationType) case closeProfilePressed - case trendingArticlePressed(metadata: VFArticleMetadata, containerId: Swift.String) + case trendingArticlePressed(metadata: ViafouraSDK.VFArticleMetadata, containerId: Swift.String) case commentPosted(contentUUID: Foundation.UUID) case replyPosted(contentUUID: Foundation.UUID) - case authPressed(promptType: VFAuthPromptType) + case authPressed(promptType: ViafouraSDK.VFAuthPromptType) } public enum VFAuthPromptType { case dislike @@ -267,7 +267,7 @@ public enum VFAuthPromptType { case followConversation case followUser case muteUser - public static func == (a: VFAuthPromptType, b: VFAuthPromptType) -> Swift.Bool + public static func == (a: ViafouraSDK.VFAuthPromptType, b: ViafouraSDK.VFAuthPromptType) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -280,7 +280,7 @@ public enum VFNotificationPresentationType { public enum VFProfilePresentationType { case profile case feed - public static func == (a: VFProfilePresentationType, b: VFProfilePresentationType) -> Swift.Bool + public static func == (a: ViafouraSDK.VFProfilePresentationType, b: ViafouraSDK.VFProfilePresentationType) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -296,39 +296,39 @@ public enum VFNewCommentActionType { } public enum VFSingleChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFSingleChatError, b: VFSingleChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSingleChatError, b: ViafouraSDK.VFSingleChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSingleChatError { +extension ViafouraSDK.VFSingleChatError { public var errorDescription: Swift.String? { get } } public enum VFClosePollError : Foundation.LocalizedError { case unknown - public static func == (a: VFClosePollError, b: VFClosePollError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFClosePollError, b: ViafouraSDK.VFClosePollError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFClosePollError { +extension ViafouraSDK.VFClosePollError { public var errorDescription: Swift.String? { get } } public enum VFDislikeCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFDislikeCommentError, b: VFDislikeCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDislikeCommentError, b: ViafouraSDK.VFDislikeCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDislikeCommentError { +extension ViafouraSDK.VFDislikeCommentError { public var errorDescription: Swift.String? { get } @@ -338,96 +338,96 @@ extension VFDislikeCommentError { required public init(from decoder: any Swift.Decoder) throws } @_hasMissingDesignatedInitializers public class AnalyticsService { - public func addWidget(_ widgetType: WidgetType) - public func removeWidget(_ widgetType: WidgetType) - public func logLoadMoreClick(eventSessionUUID: Foundation.UUID, tab: Swift.String, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date) - public func logConversationsBellClick(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date) + public func addWidget(_ widgetType: ViafouraSDK.WidgetType) + public func removeWidget(_ widgetType: ViafouraSDK.WidgetType) + public func logLoadMoreClick(eventSessionUUID: Foundation.UUID, tab: Swift.String, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date) + public func logConversationsBellClick(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date) public func logTrayTriggerClick(eventSessionUUID: Foundation.UUID, eventSessionStart: Foundation.Date) - public func logSortChange(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date, sort: Swift.String, defaultSort: Swift.String, oldSort: Swift.String) - public func logEventEngage(widgetType: WidgetType, eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date, time: Swift.Int64, vfTime: Swift.Int64, hiddenTime: Swift.Int64, focuses: Swift.Int) - public func logTrackAdCode(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, articleMetadata: VFArticleMetadata, status: Swift.String, failureReason: Swift.String, widgetType: WidgetType) - public func logTrackAdView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID? = nil, eventSessionStart: Foundation.Date, articleMetadata: VFArticleMetadata? = nil, adIntegration: Swift.String, limit: Swift.Int, childLimit: Swift.Int, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int, firstPromoPosition: Swift.Int, totalCount: Swift.Int, index: Swift.Int, threadType: Swift.String, widgetType: WidgetType) + public func logSortChange(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date, sort: Swift.String, defaultSort: Swift.String, oldSort: Swift.String) + public func logEventEngage(widgetType: ViafouraSDK.WidgetType, eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date, time: Swift.Int64, vfTime: Swift.Int64, hiddenTime: Swift.Int64, focuses: Swift.Int) + public func logTrackAdCode(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, articleMetadata: ViafouraSDK.VFArticleMetadata, status: Swift.String, failureReason: Swift.String, widgetType: ViafouraSDK.WidgetType) + public func logTrackAdView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID? = nil, eventSessionStart: Foundation.Date, articleMetadata: ViafouraSDK.VFArticleMetadata? = nil, adIntegration: Swift.String, limit: Swift.Int, childLimit: Swift.Int, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int, firstPromoPosition: Swift.Int, totalCount: Swift.Int, index: Swift.Int, threadType: Swift.String, widgetType: ViafouraSDK.WidgetType) public func logLogout() - public func logTrackAd(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID? = nil, eventSessionStart: Foundation.Date, articleMetadata: VFArticleMetadata? = nil, adIntegration: Swift.String, limit: Swift.Int? = nil, childLimit: Swift.Int? = nil, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int? = nil, firstPromoPosition: Swift.Int, totalCount: Swift.Int? = nil, index: Swift.Int, threadType: Swift.String? = nil, widgetType: WidgetType) - public func logInteraction(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, eventArticleMetadata: VFArticleMetadata, label: Swift.String, action: Swift.String) + public func logTrackAd(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID? = nil, eventSessionStart: Foundation.Date, articleMetadata: ViafouraSDK.VFArticleMetadata? = nil, adIntegration: Swift.String, limit: Swift.Int? = nil, childLimit: Swift.Int? = nil, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int? = nil, firstPromoPosition: Swift.Int, totalCount: Swift.Int? = nil, index: Swift.Int, threadType: Swift.String? = nil, widgetType: ViafouraSDK.WidgetType) + public func logInteraction(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, label: Swift.String, action: Swift.String) public func logPasswordReset(email: Swift.String) public func logSignup(loginType: Swift.String) public func logLoginFailure(loginType: Swift.String, error: Swift.String) public func logLoginSuccess() - public func logContainerLoad(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, allCommentsCount: Swift.Int, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date, contentContainerType: Swift.String) - public func logPageView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date) - public func logEventAttemptedAction(eventSessionUUID: Foundation.UUID, eventAttemptedAction: EventAttemptedAction, eventContainerId: Swift.String?, eventSectionUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata?, eventSessionStart: Foundation.Date) + public func logContainerLoad(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, allCommentsCount: Swift.Int, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date, contentContainerType: Swift.String) + public func logPageView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date) + public func logEventAttemptedAction(eventSessionUUID: Foundation.UUID, eventAttemptedAction: ViafouraSDK.EventAttemptedAction, eventContainerId: Swift.String?, eventSectionUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata?, eventSessionStart: Foundation.Date) @objc deinit } public enum VFCommentContainerSignatureError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentContainerSignatureError, b: VFCommentContainerSignatureError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentContainerSignatureError, b: ViafouraSDK.VFCommentContainerSignatureError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentContainerSignatureError { +extension ViafouraSDK.VFCommentContainerSignatureError { public var errorDescription: Swift.String? { get } } public enum VFChatSelectionError : Foundation.LocalizedError { case unknown - public static func == (a: VFChatSelectionError, b: VFChatSelectionError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFChatSelectionError, b: ViafouraSDK.VFChatSelectionError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFChatSelectionError { +extension ViafouraSDK.VFChatSelectionError { public var errorDescription: Swift.String? { get } } public enum VFEnableChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFEnableChatError, b: VFEnableChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFEnableChatError, b: ViafouraSDK.VFEnableChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFEnableChatError { +extension ViafouraSDK.VFEnableChatError { public var errorDescription: Swift.String? { get } } public enum VFChatModerationListError : Foundation.LocalizedError { case unknown - public static func == (a: VFChatModerationListError, b: VFChatModerationListError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFChatModerationListError, b: ViafouraSDK.VFChatModerationListError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFChatModerationListError { +extension ViafouraSDK.VFChatModerationListError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { - public func login(email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func login(email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ())) } public enum VFLoginError : Foundation.LocalizedError { case unknown - public static func == (a: VFLoginError, b: VFLoginError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLoginError, b: ViafouraSDK.VFLoginError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLoginError { +extension ViafouraSDK.VFLoginError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { +extension ViafouraSDK.VFAuthenticationService { public func logout() } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFButton : UIKit.UIButton { @@ -439,26 +439,26 @@ extension VFAuthenticationService { } public enum VFLikeCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFLikeCommentError, b: VFLikeCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLikeCommentError, b: ViafouraSDK.VFLikeCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLikeCommentError { +extension ViafouraSDK.VFLikeCommentError { public var errorDescription: Swift.String? { get } } public enum VFEnableCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFEnableCommentError, b: VFEnableCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFEnableCommentError, b: ViafouraSDK.VFEnableCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFEnableCommentError { +extension ViafouraSDK.VFEnableCommentError { public var errorDescription: Swift.String? { get } @@ -500,7 +500,7 @@ public enum CommentNodeType { case comment case writeReply case followPrompt - public static func == (a: CommentNodeType, b: CommentNodeType) -> Swift.Bool + public static func == (a: ViafouraSDK.CommentNodeType, b: ViafouraSDK.CommentNodeType) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -508,13 +508,13 @@ public enum CommentNodeType { } public enum VFUpdateCommentsContainerSettingsError : Foundation.LocalizedError { case unknown - public static func == (a: VFUpdateCommentsContainerSettingsError, b: VFUpdateCommentsContainerSettingsError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUpdateCommentsContainerSettingsError, b: ViafouraSDK.VFUpdateCommentsContainerSettingsError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUpdateCommentsContainerSettingsError { +extension ViafouraSDK.VFUpdateCommentsContainerSettingsError { public var errorDescription: Swift.String? { get } @@ -524,56 +524,56 @@ extension VFUpdateCommentsContainerSettingsError { } public enum VFDisableChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFDisableChatError, b: VFDisableChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDisableChatError, b: ViafouraSDK.VFDisableChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDisableChatError { +extension ViafouraSDK.VFDisableChatError { public var errorDescription: Swift.String? { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFVerticalTrendingViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFVerticalTrendingViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: VFTrendingSortType, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFVerticalTrendingViewController? + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: ViafouraSDK.VFTrendingSortType, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFVerticalTrendingViewController? @objc deinit @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any VFAdDelegate) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any ViafouraSDK.VFAdDelegate) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) } -extension VFVerticalTrendingViewController : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { +extension ViafouraSDK.VFVerticalTrendingViewController : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) } -extension VFVerticalTrendingViewController : VFLocalAdDelegate { - @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> VFAdView +extension ViafouraSDK.VFVerticalTrendingViewController : ViafouraSDK.VFLocalAdDelegate { + @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView @_Concurrency.MainActor(unsafe) public func getAdInterval() -> Swift.Int } -extension VFVerticalTrendingViewController { +extension ViafouraSDK.VFVerticalTrendingViewController { @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMove(toParent parent: UIKit.UIViewController?) } -extension VFVerticalTrendingViewController { +extension ViafouraSDK.VFVerticalTrendingViewController { @_Concurrency.MainActor(unsafe) @objc override dynamic public func observeValue(forKeyPath keyPath: Swift.String?, of object: Any?, change: [Foundation.NSKeyValueChangeKey : Any]?, context: Swift.UnsafeMutableRawPointer?) } public enum VFUnflagChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnflagChatError, b: VFUnflagChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnflagChatError, b: ViafouraSDK.VFUnflagChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnflagChatError { +extension ViafouraSDK.VFUnflagChatError { public var errorDescription: Swift.String? { get } @@ -583,39 +583,39 @@ extension VFUnflagChatError { } public enum VFLikeChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFLikeChatError, b: VFLikeChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLikeChatError, b: ViafouraSDK.VFLikeChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLikeChatError { +extension ViafouraSDK.VFLikeChatError { public var errorDescription: Swift.String? { get } } public enum VFUndislikeStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFUndislikeStoryError, b: VFUndislikeStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUndislikeStoryError, b: ViafouraSDK.VFUndislikeStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUndislikeStoryError { +extension ViafouraSDK.VFUndislikeStoryError { public var errorDescription: Swift.String? { get } } public enum VFVotePollError : Foundation.LocalizedError { case unknown - public static func == (a: VFVotePollError, b: VFVotePollError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFVotePollError, b: ViafouraSDK.VFVotePollError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFVotePollError { +extension ViafouraSDK.VFVotePollError { public var errorDescription: Swift.String? { get } @@ -623,53 +623,53 @@ extension VFVotePollError { @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFeaturedView : UIKit.UIView { @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFCarouselTrendingViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFCarouselTrendingViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: VFTrendingSortType, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFCarouselTrendingViewController? + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: ViafouraSDK.VFTrendingSortType, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFCarouselTrendingViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any VFAdDelegate) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any ViafouraSDK.VFAdDelegate) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension VFCarouselTrendingViewController : UIKit.UICollectionViewDataSource { +extension ViafouraSDK.VFCarouselTrendingViewController : UIKit.UICollectionViewDataSource { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, numberOfItemsInSection section: Swift.Int) -> Swift.Int @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, cellForItemAt indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell } -extension VFCarouselTrendingViewController : UIKit.UICollectionViewDelegateFlowLayout { +extension ViafouraSDK.VFCarouselTrendingViewController : UIKit.UICollectionViewDelegateFlowLayout { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize } -extension VFCarouselTrendingViewController : VFLocalAdDelegate { - @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> VFAdView +extension ViafouraSDK.VFCarouselTrendingViewController : ViafouraSDK.VFLocalAdDelegate { + @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView @_Concurrency.MainActor(unsafe) public func getAdInterval() -> Swift.Int } public enum VFReplyStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFReplyStoryError, b: VFReplyStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFReplyStoryError, b: ViafouraSDK.VFReplyStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFReplyStoryError { +extension ViafouraSDK.VFReplyStoryError { public var errorDescription: Swift.String? { get } } public enum VFCommentsProfileError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentsProfileError, b: VFCommentsProfileError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentsProfileError, b: ViafouraSDK.VFCommentsProfileError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentsProfileError { +extension ViafouraSDK.VFCommentsProfileError { public var errorDescription: Swift.String? { get } @@ -680,13 +680,13 @@ extension VFCommentsProfileError { public enum VFPollContainerError : Foundation.LocalizedError { case notFound case unknown - public static func == (a: VFPollContainerError, b: VFPollContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFPollContainerError, b: ViafouraSDK.VFPollContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFPollContainerError { +extension ViafouraSDK.VFPollContainerError { public var errorDescription: Swift.String? { get } @@ -696,13 +696,13 @@ extension VFPollContainerError { } public enum VFStoryContainerError : Foundation.LocalizedError { case unknown - public static func == (a: VFStoryContainerError, b: VFStoryContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFStoryContainerError, b: ViafouraSDK.VFStoryContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFStoryContainerError { +extension ViafouraSDK.VFStoryContainerError { public var errorDescription: Swift.String? { get } @@ -718,7 +718,7 @@ public protocol VFLoginDelegate : AnyObject { public enum VFFilterType { case allComments case featured - public static func == (a: VFFilterType, b: VFFilterType) -> Swift.Bool + public static func == (a: ViafouraSDK.VFFilterType, b: ViafouraSDK.VFFilterType) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -726,13 +726,13 @@ public enum VFFilterType { } public enum VFUndislikeChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFUndislikeChatError, b: VFUndislikeChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUndislikeChatError, b: ViafouraSDK.VFUndislikeChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUndislikeChatError { +extension ViafouraSDK.VFUndislikeChatError { public var errorDescription: Swift.String? { get } @@ -745,123 +745,123 @@ extension VFUndislikeChatError { } public enum VFDislikeStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFDislikeStoryError, b: VFDislikeStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDislikeStoryError, b: ViafouraSDK.VFDislikeStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDislikeStoryError { +extension ViafouraSDK.VFDislikeStoryError { public var errorDescription: Swift.String? { get } } public enum VFEditorPickCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFEditorPickCommentError, b: VFEditorPickCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFEditorPickCommentError, b: ViafouraSDK.VFEditorPickCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFEditorPickCommentError { +extension ViafouraSDK.VFEditorPickCommentError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { - public func signup(name: Swift.String, email: Swift.String, password: Swift.String, recaptchaToken: Swift.String? = nil, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func signup(name: Swift.String, email: Swift.String, password: Swift.String, recaptchaToken: Swift.String? = nil, completion: @escaping ((Swift.Result) -> ())) } public enum VFSignUpError : Foundation.LocalizedError { case unknown - public static func == (a: VFSignUpError, b: VFSignUpError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSignUpError, b: ViafouraSDK.VFSignUpError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSignUpError { +extension ViafouraSDK.VFSignUpError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { - public func socialLogin(token: Swift.String, provider: VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func socialLogin(token: Swift.String, provider: ViafouraSDK.VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) } public enum VFSocialLoginError : Foundation.LocalizedError { case unknown - public static func == (a: VFSocialLoginError, b: VFSocialLoginError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSocialLoginError, b: ViafouraSDK.VFSocialLoginError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSocialLoginError { +extension ViafouraSDK.VFSocialLoginError { public var errorDescription: Swift.String? { get } } public enum VFCommentContainerError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentContainerError, b: VFCommentContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentContainerError, b: ViafouraSDK.VFCommentContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentContainerError { +extension ViafouraSDK.VFCommentContainerError { public var errorDescription: Swift.String? { get } } public enum VFUnlikeCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnlikeCommentError, b: VFUnlikeCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnlikeCommentError, b: ViafouraSDK.VFUnlikeCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnlikeCommentError { +extension ViafouraSDK.VFUnlikeCommentError { public var errorDescription: Swift.String? { get } } public enum VFUserMutesError : Foundation.LocalizedError { case unknown - public static func == (a: VFUserMutesError, b: VFUserMutesError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUserMutesError, b: ViafouraSDK.VFUserMutesError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUserMutesError { +extension ViafouraSDK.VFUserMutesError { public var errorDescription: Swift.String? { get } } public enum VFUnmuteUserError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnmuteUserError, b: VFUnmuteUserError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnmuteUserError, b: ViafouraSDK.VFUnmuteUserError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnmuteUserError { +extension ViafouraSDK.VFUnmuteUserError { public var errorDescription: Swift.String? { get } } public enum VFMuteUserError : Foundation.LocalizedError { case unknown - public static func == (a: VFMuteUserError, b: VFMuteUserError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFMuteUserError, b: ViafouraSDK.VFMuteUserError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFMuteUserError { +extension ViafouraSDK.VFMuteUserError { public var errorDescription: Swift.String? { get } @@ -871,29 +871,29 @@ extension VFMuteUserError { } public enum VFFlagChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFFlagChatError, b: VFFlagChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFFlagChatError, b: ViafouraSDK.VFFlagChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFFlagChatError { +extension ViafouraSDK.VFFlagChatError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { - public func openIdLogin(token: Swift.String, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func openIdLogin(token: Swift.String, completion: @escaping ((Swift.Result) -> ())) } public enum VFOpenIdLoginError : Foundation.LocalizedError { case unknown - public static func == (a: VFOpenIdLoginError, b: VFOpenIdLoginError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFOpenIdLoginError, b: ViafouraSDK.VFOpenIdLoginError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFOpenIdLoginError { +extension ViafouraSDK.VFOpenIdLoginError { public var errorDescription: Swift.String? { get } @@ -902,17 +902,17 @@ public struct UserResponse : Swift.Decodable { public init(from decoder: any Swift.Decoder) throws } public protocol VFLayoutDelegate : ObjectiveC.NSObject { - func containerHeightUpdated(viewController: VFUIViewController, height: CoreFoundation.CGFloat) + func containerHeightUpdated(viewController: ViafouraSDK.VFUIViewController, height: CoreFoundation.CGFloat) } public enum VFDeleteChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFDeleteChatError, b: VFDeleteChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDeleteChatError, b: ViafouraSDK.VFDeleteChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDeleteChatError { +extension ViafouraSDK.VFDeleteChatError { public var errorDescription: Swift.String? { get } @@ -920,20 +920,20 @@ extension VFDeleteChatError { public enum VFCreateCommentError : Foundation.LocalizedError { case unknown case unauthorized - public static func == (a: VFCreateCommentError, b: VFCreateCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreateCommentError, b: ViafouraSDK.VFCreateCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreateCommentError { +extension ViafouraSDK.VFCreateCommentError { public var errorDescription: Swift.String? { get } } public struct Constants { } -extension Constants { +extension ViafouraSDK.Constants { public struct AvatarColors { public static let colors: [UIKit.UIColor] } @@ -955,19 +955,19 @@ public struct VFArticleMetadata { public static func initialize(siteUUID: Swift.String, siteDomain: Swift.String) public static func setLoggingEnabled(_ isLoggingEnabled: Swift.Bool) public static func isLoggingEnabled() -> Swift.Bool - public static func auth() -> VFAuthenticationService - public static func comments() -> VFLiveCommentsService + public static func auth() -> ViafouraSDK.VFAuthenticationService + public static func comments() -> ViafouraSDK.VFLiveCommentsService @objc deinit } public enum VFUserCommentsError : Foundation.LocalizedError { case unknown - public static func == (a: VFUserCommentsError, b: VFUserCommentsError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUserCommentsError, b: ViafouraSDK.VFUserCommentsError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUserCommentsError { +extension ViafouraSDK.VFUserCommentsError { public var errorDescription: Swift.String? { get } @@ -1013,7 +1013,7 @@ public enum VFSortType { public var rawValue: Swift.String { get } - public static func == (a: VFSortType, b: VFSortType) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSortType, b: ViafouraSDK.VFSortType) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -1021,67 +1021,67 @@ public enum VFSortType { } public enum VFCommentListError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentListError, b: VFCommentListError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentListError, b: ViafouraSDK.VFCommentListError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentListError { +extension ViafouraSDK.VFCommentListError { public var errorDescription: Swift.String? { get } } public enum VFUpdateUserError : Foundation.LocalizedError { case unknown - public static func == (a: VFUpdateUserError, b: VFUpdateUserError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUpdateUserError, b: ViafouraSDK.VFUpdateUserError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUpdateUserError { +extension ViafouraSDK.VFUpdateUserError { public var errorDescription: Swift.String? { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPollViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPollViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(contentContainerUUID: Foundation.UUID, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> VFPollViewController? + @_Concurrency.MainActor(unsafe) public static func new(contentContainerUUID: Foundation.UUID, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.VFPollViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension VFPollViewController : UIKit.UITextFieldDelegate { +extension ViafouraSDK.VFPollViewController : UIKit.UITextFieldDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func textFieldShouldReturn(_ textField: UIKit.UITextField) -> Swift.Bool } public enum VFEditCommentError : Foundation.LocalizedError { case unknown case unauthorized - public static func == (a: VFEditCommentError, b: VFEditCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFEditCommentError, b: ViafouraSDK.VFEditCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFEditCommentError { +extension ViafouraSDK.VFEditCommentError { public var errorDescription: Swift.String? { get } } public enum VFCreatePollError : Foundation.LocalizedError { case unknown - public static func == (a: VFCreatePollError, b: VFCreatePollError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreatePollError, b: ViafouraSDK.VFCreatePollError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreatePollError { +extension ViafouraSDK.VFCreatePollError { public var errorDescription: Swift.String? { get } @@ -1093,49 +1093,49 @@ extension VFCreatePollError { } @objc deinit } -extension VFAuthenticationService { - public func loginRadiusLogin(token: Swift.String, provider: VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func loginRadiusLogin(token: Swift.String, provider: ViafouraSDK.VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) } public enum VFLoginRadiusLoginError : Foundation.LocalizedError { case unknown - public static func == (a: VFLoginRadiusLoginError, b: VFLoginRadiusLoginError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLoginRadiusLoginError, b: ViafouraSDK.VFLoginRadiusLoginError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLoginRadiusLoginError { +extension ViafouraSDK.VFLoginRadiusLoginError { public var errorDescription: Swift.String? { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPreviewCommentsViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPreviewCommentsViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, paginationSize: Swift.Int = 10, defaultSort: VFSortType = .newest, featuredTabThreshold: Swift.Int = 3, replySize: Swift.Int = 2, syndicationKey: Swift.String? = nil, sectionUUID: Foundation.UUID? = nil) -> VFPreviewCommentsViewController? + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, paginationSize: Swift.Int = 10, defaultSort: ViafouraSDK.VFSortType = .newest, featuredTabThreshold: Swift.Int = 3, replySize: Swift.Int = 2, syndicationKey: Swift.String? = nil, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFPreviewCommentsViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any VFAdDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any ViafouraSDK.VFAdDelegate) @_Concurrency.MainActor(unsafe) public func getContentScrollPosition(contentUUID: Foundation.UUID, completion: @escaping (CoreFoundation.CGFloat) -> Swift.Void) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) public func setAuthorsIds(authors: [Swift.String]) - @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) @objc deinit @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public func observeValue(forKeyPath keyPath: Swift.String?, of object: Any?, change: [Foundation.NSKeyValueChangeKey : Any]?, context: Swift.UnsafeMutableRawPointer?) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) } -extension VFPreviewCommentsViewController : VFLocalAdDelegate { - @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> VFAdView +extension ViafouraSDK.VFPreviewCommentsViewController : ViafouraSDK.VFLocalAdDelegate { + @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView @_Concurrency.MainActor(unsafe) public func getAdInterval() -> Swift.Int @_Concurrency.MainActor(unsafe) public func getFirstAdPosition() -> Swift.Int } -extension VFPreviewCommentsViewController { +extension ViafouraSDK.VFPreviewCommentsViewController { @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMove(toParent parent: UIKit.UIViewController?) } -extension VFPreviewCommentsViewController : VFLayoutDelegate { - @_Concurrency.MainActor(unsafe) public func containerHeightUpdated(viewController: VFUIViewController, height: CoreFoundation.CGFloat) +extension ViafouraSDK.VFPreviewCommentsViewController : ViafouraSDK.VFLayoutDelegate { + @_Concurrency.MainActor(unsafe) public func containerHeightUpdated(viewController: ViafouraSDK.VFUIViewController, height: CoreFoundation.CGFloat) } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFlagsView : UIKit.UIView { @objc deinit @@ -1148,27 +1148,27 @@ public enum VFTrendingSortType : Swift.String { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveBlogViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveBlogViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFLiveBlogViewController? + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFLiveBlogViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } public enum VFStorySelectionError : Foundation.LocalizedError { case unknown - public static func == (a: VFStorySelectionError, b: VFStorySelectionError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFStorySelectionError, b: ViafouraSDK.VFStorySelectionError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFStorySelectionError { +extension ViafouraSDK.VFStorySelectionError { public var errorDescription: Swift.String? { get } @@ -1181,45 +1181,45 @@ extension VFStorySelectionError { } public enum VFUndislikeCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFUndislikeCommentError, b: VFUndislikeCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUndislikeCommentError, b: ViafouraSDK.VFUndislikeCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUndislikeCommentError { +extension ViafouraSDK.VFUndislikeCommentError { public var errorDescription: Swift.String? { get } } public enum VFRemovePollError : Foundation.LocalizedError { case unknown - public static func == (a: VFRemovePollError, b: VFRemovePollError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFRemovePollError, b: ViafouraSDK.VFRemovePollError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFRemovePollError { +extension ViafouraSDK.VFRemovePollError { public var errorDescription: Swift.String? { get } } -extension VFLiveCommentsService { - public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFLiveCommentsService { + public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String, completion: @escaping ((Swift.Result) -> ())) #if compiler(>=5.3) && $AsyncAwait - public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String) async throws -> (Swift.Result) + public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String) async throws -> (Swift.Result) #endif } public enum VFCommentCountError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentCountError, b: VFCommentCountError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentCountError, b: ViafouraSDK.VFCommentCountError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentCountError { +extension ViafouraSDK.VFCommentCountError { public var errorDescription: Swift.String? { get } @@ -1234,13 +1234,13 @@ extension VFCommentCountError { } public enum VFCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentError, b: VFCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentError, b: ViafouraSDK.VFCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentError { +extension ViafouraSDK.VFCommentError { public var errorDescription: Swift.String? { get } @@ -1253,13 +1253,13 @@ extension VFCommentError { } public enum VFTopicsSubscribedError : Foundation.LocalizedError { case unknown - public static func == (a: VFTopicsSubscribedError, b: VFTopicsSubscribedError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFTopicsSubscribedError, b: ViafouraSDK.VFTopicsSubscribedError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFTopicsSubscribedError { +extension ViafouraSDK.VFTopicsSubscribedError { public var errorDescription: Swift.String? { get } @@ -1271,85 +1271,85 @@ extension VFTopicsSubscribedError { @objc deinit } public enum VFCustomizableView { - case postButton(button: VFButton) - case postTextView(textField: VFTextView) - case postCloseImage(image: VFImageView) - case postTitle(label: VFLabel) - case postPlaceholderLabel(label: VFLabel) - case postLoadingView(loadingView: VFLoadingView) + case postButton(button: ViafouraSDK.VFButton) + case postTextView(textField: ViafouraSDK.VFTextView) + case postCloseImage(image: ViafouraSDK.VFImageView) + case postTitle(label: ViafouraSDK.VFLabel) + case postPlaceholderLabel(label: ViafouraSDK.VFLabel) + case postLoadingView(loadingView: ViafouraSDK.VFLoadingView) case postBackgroundView(view: UIKit.UIView) - case profileNameLabel(label: VFLabel) - case profileLogoutLabel(label: VFLabel) - case profileCloseImage(image: VFImageView) - case profileLikesLabel(label: VFLabel) - case profileFollowersLabel(label: VFLabel) - case profileSegmentedControl(segmentedControl: VFSegmentedControl) + case profileNameLabel(label: ViafouraSDK.VFLabel) + case profileLogoutLabel(label: ViafouraSDK.VFLabel) + case profileCloseImage(image: ViafouraSDK.VFImageView) + case profileLikesLabel(label: ViafouraSDK.VFLabel) + case profileFollowersLabel(label: ViafouraSDK.VFLabel) + case profileSegmentedControl(segmentedControl: ViafouraSDK.VFSegmentedControl) case profileBackgroundView(view: UIKit.UIView) - case commentCellDateLabel(label: VFLabel) - case commentCellNameLabel(label: VFLabel) - case commentCellContentLabel(label: VFLabel) - case commentCellLikeImage(image: VFImageView) - case commentCellLikeLabel(label: VFLabel) - case commentCellDislikeImage(image: VFImageView) - case commentCellDislikeLabel(label: VFLabel) - case commentCellReplyLabel(label: VFLabel) - case commentCellCustomBadge(badge: VFCustomBadgeView) - case previewEmptyCommentsView(emptyCommentsView: VFEmptyCommentsView) - case previewSeeMoreCommentsButton(button: VFButton) - case previewTitleLabel(label: VFLabel) - case previewCounterLabel(label: VFLabel) - case previewPrivacyLabel(label: VFLabel) - case previewPoweredByView(poweredByView: VFPoweredByViafouraView) - case previewLoadingView(loadingView: VFLoadingView) - case previewFollowView(followView: VFFollowView) + case commentCellDateLabel(label: ViafouraSDK.VFLabel) + case commentCellNameLabel(label: ViafouraSDK.VFLabel) + case commentCellContentLabel(label: ViafouraSDK.VFLabel) + case commentCellLikeImage(image: ViafouraSDK.VFImageView) + case commentCellLikeLabel(label: ViafouraSDK.VFLabel) + case commentCellDislikeImage(image: ViafouraSDK.VFImageView) + case commentCellDislikeLabel(label: ViafouraSDK.VFLabel) + case commentCellReplyLabel(label: ViafouraSDK.VFLabel) + case commentCellCustomBadge(badge: ViafouraSDK.VFCustomBadgeView) + case previewEmptyCommentsView(emptyCommentsView: ViafouraSDK.VFEmptyCommentsView) + case previewSeeMoreCommentsButton(button: ViafouraSDK.VFButton) + case previewTitleLabel(label: ViafouraSDK.VFLabel) + case previewCounterLabel(label: ViafouraSDK.VFLabel) + case previewPrivacyLabel(label: ViafouraSDK.VFLabel) + case previewPoweredByView(poweredByView: ViafouraSDK.VFPoweredByViafouraView) + case previewLoadingView(loadingView: ViafouraSDK.VFLoadingView) + case previewFollowView(followView: ViafouraSDK.VFFollowView) case previewBackgroundView(view: UIKit.UIView) case trendingVerticalBackgroundView(view: UIKit.UIView) - case trendingVerticalFullImage(image: VFImageView) - case trendingVerticalFullTitle(label: VFLabel) - case trendingVerticalFullCount(label: VFLabel) - case trendingVerticalCondensedTitle(label: VFLabel) - case trendingVerticalCondensedCount(label: VFLabel) - case trendingCarouselTitle(label: VFLabel) - case trendingCarouselImage(image: VFImageView) - case trendingCarouselCount(label: VFLabel) + case trendingVerticalFullImage(image: ViafouraSDK.VFImageView) + case trendingVerticalFullTitle(label: ViafouraSDK.VFLabel) + case trendingVerticalFullCount(label: ViafouraSDK.VFLabel) + case trendingVerticalCondensedTitle(label: ViafouraSDK.VFLabel) + case trendingVerticalCondensedCount(label: ViafouraSDK.VFLabel) + case trendingCarouselTitle(label: ViafouraSDK.VFLabel) + case trendingCarouselImage(image: ViafouraSDK.VFImageView) + case trendingCarouselCount(label: ViafouraSDK.VFLabel) case trendingCarouselBackgroundView(view: UIKit.UIView) - case chatCellContentLabel(label: VFLabel) - case chatCellDateLabel(label: VFLabel) - case chatCellUserNameLabel(label: VFLabel) + case chatCellContentLabel(label: ViafouraSDK.VFLabel) + case chatCellDateLabel(label: ViafouraSDK.VFLabel) + case chatCellUserNameLabel(label: ViafouraSDK.VFLabel) case chatPostView(view: UIKit.UIView) - case chatPostImage(image: VFImageView) - case chatPostLoading(loadingView: VFLoadingView) - case chatTextView(textView: VFTextView) + case chatPostImage(image: ViafouraSDK.VFImageView) + case chatPostLoading(loadingView: ViafouraSDK.VFLoadingView) + case chatTextView(textView: ViafouraSDK.VFTextView) case chatBackgroundView(backgroundView: UIKit.UIView) - case chatLoading(loadingView: VFLoadingView) - case chatLoadingMore(loadingView: VFLoadingView) - case chatEmptyView(emptyView: VFEmptyChatsView) - case chatReplyingToClose(image: VFImageView) - case chatReplyingToTitle(label: VFLabel) - case chatReplyingToDescription(label: VFLabel) + case chatLoading(loadingView: ViafouraSDK.VFLoadingView) + case chatLoadingMore(loadingView: ViafouraSDK.VFLoadingView) + case chatEmptyView(emptyView: ViafouraSDK.VFEmptyChatsView) + case chatReplyingToClose(image: ViafouraSDK.VFImageView) + case chatReplyingToTitle(label: ViafouraSDK.VFLabel) + case chatReplyingToDescription(label: ViafouraSDK.VFLabel) } public enum VFUnpinCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnpinCommentError, b: VFUnpinCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnpinCommentError, b: ViafouraSDK.VFUnpinCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnpinCommentError { +extension ViafouraSDK.VFUnpinCommentError { public var errorDescription: Swift.String? { get } } public enum VFCommentRepliesError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentRepliesError, b: VFCommentRepliesError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentRepliesError, b: ViafouraSDK.VFCommentRepliesError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentRepliesError { +extension ViafouraSDK.VFCommentRepliesError { public var errorDescription: Swift.String? { get } @@ -1359,26 +1359,26 @@ extension VFCommentRepliesError { } public enum VFReplyChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFReplyChatError, b: VFReplyChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFReplyChatError, b: ViafouraSDK.VFReplyChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFReplyChatError { +extension ViafouraSDK.VFReplyChatError { public var errorDescription: Swift.String? { get } } public enum VFCommentModerationListError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentModerationListError, b: VFCommentModerationListError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentModerationListError, b: ViafouraSDK.VFCommentModerationListError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentModerationListError { +extension ViafouraSDK.VFCommentModerationListError { public var errorDescription: Swift.String? { get } @@ -1386,31 +1386,31 @@ extension VFCommentModerationListError { @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFEmptyCommentsView : UIKit.UIView { @objc deinit } -extension AnalyticsService { +extension ViafouraSDK.AnalyticsService { public func logTyping(contentContainerUUID: Foundation.UUID, threadUUID: Foundation.UUID, contentUUID: Foundation.UUID) } public enum VFTrendingError : Foundation.LocalizedError { case unknown - public static func == (a: VFTrendingError, b: VFTrendingError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFTrendingError, b: ViafouraSDK.VFTrendingError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFTrendingError { +extension ViafouraSDK.VFTrendingError { public var errorDescription: Swift.String? { get } } public enum VFCreateCommentMediaError : Foundation.LocalizedError { case unknown - public static func == (a: VFCreateCommentMediaError, b: VFCreateCommentMediaError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreateCommentMediaError, b: ViafouraSDK.VFCreateCommentMediaError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreateCommentMediaError { +extension ViafouraSDK.VFCreateCommentMediaError { public var errorDescription: Swift.String? { get } @@ -1420,13 +1420,13 @@ extension VFCreateCommentMediaError { } public enum VFUpdateStoryContainerError : Foundation.LocalizedError { case unknown - public static func == (a: VFUpdateStoryContainerError, b: VFUpdateStoryContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUpdateStoryContainerError, b: ViafouraSDK.VFUpdateStoryContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUpdateStoryContainerError { +extension ViafouraSDK.VFUpdateStoryContainerError { public var errorDescription: Swift.String? { get } @@ -1444,22 +1444,22 @@ extension VFUpdateStoryContainerError { @objc get @objc set } - @_Concurrency.MainActor(unsafe) public init(settings: VFSettings, loginDelegate: any VFLoginDelegate, onBellClicked: @escaping ((Foundation.UUID) -> Swift.Void)) - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public init(settings: ViafouraSDK.VFSettings, loginDelegate: any ViafouraSDK.VFLoginDelegate, onBellClicked: @escaping ((Foundation.UUID) -> Swift.Void)) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFProfileViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFProfileViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(userUUID: Foundation.UUID, presentationType: VFProfilePresentationType, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> VFProfileViewController? + @_Concurrency.MainActor(unsafe) public static func new(userUUID: Foundation.UUID, presentationType: ViafouraSDK.VFProfilePresentationType, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.VFProfileViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension VFProfileViewController : UIKit.UIImagePickerControllerDelegate, UIKit.UINavigationControllerDelegate { +extension ViafouraSDK.VFProfileViewController : UIKit.UIImagePickerControllerDelegate, UIKit.UINavigationControllerDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func imagePickerController(_ picker: UIKit.UIImagePickerController, didFinishPickingMediaWithInfo info: [UIKit.UIImagePickerController.InfoKey : Any]) } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFSeparatorView : UIKit.UIView { @@ -1467,26 +1467,26 @@ extension VFProfileViewController : UIKit.UIImagePickerControllerDelegate, UIKit } public enum VFChatContainerError : Foundation.LocalizedError { case unknown - public static func == (a: VFChatContainerError, b: VFChatContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFChatContainerError, b: ViafouraSDK.VFChatContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFChatContainerError { +extension ViafouraSDK.VFChatContainerError { public var errorDescription: Swift.String? { get } } public enum VFCreateStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFCreateStoryError, b: VFCreateStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreateStoryError, b: ViafouraSDK.VFCreateStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreateStoryError { +extension ViafouraSDK.VFCreateStoryError { public var errorDescription: Swift.String? { get } @@ -1497,82 +1497,82 @@ extension VFCreateStoryError { @_hasMissingDesignatedInitializers public class CommentContent { @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ViewChatReplyViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ViewChatReplyViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ChatContent, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> ViewChatReplyViewController? + @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ViafouraSDK.ChatContent, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.ViewChatReplyViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ChatReplyViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ChatReplyViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ChatContent, containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> ChatReplyViewController? + @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ViafouraSDK.ChatContent, containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.ChatReplyViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension ChatReplyViewController : UIKit.UITextViewDelegate { +extension ViafouraSDK.ChatReplyViewController : UIKit.UITextViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func textViewDidChange(_ textView: UIKit.UITextView) } -extension VFAuthenticationService { - public func cookieLogin(token: Swift.String, type: Swift.String = "viafouraDefinedCookie", completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func cookieLogin(token: Swift.String, type: Swift.String = "viafouraDefinedCookie", completion: @escaping ((Swift.Result) -> ())) } public struct VFCookieLoginData { } public enum VFCookieLoginError : Foundation.LocalizedError { case unknown - public static func == (a: VFCookieLoginError, b: VFCookieLoginError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCookieLoginError, b: ViafouraSDK.VFCookieLoginError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCookieLoginError { +extension ViafouraSDK.VFCookieLoginError { public var errorDescription: Swift.String? { get } } public enum VFSubscribeTopicError : Foundation.LocalizedError { case unknown - public static func == (a: VFSubscribeTopicError, b: VFSubscribeTopicError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSubscribeTopicError, b: ViafouraSDK.VFSubscribeTopicError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSubscribeTopicError { +extension ViafouraSDK.VFSubscribeTopicError { public var errorDescription: Swift.String? { get } } public enum VFStoryListError : Foundation.LocalizedError { case unknown - public static func == (a: VFStoryListError, b: VFStoryListError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFStoryListError, b: ViafouraSDK.VFStoryListError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFStoryListError { +extension ViafouraSDK.VFStoryListError { public var errorDescription: Swift.String? { get } } public enum VFCreateChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFCreateChatError, b: VFCreateChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreateChatError, b: ViafouraSDK.VFCreateChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreateChatError { +extension ViafouraSDK.VFCreateChatError { public var errorDescription: Swift.String? { get } @@ -1592,13 +1592,13 @@ public struct VFFonts { } public enum VFRemoveEditorPickCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFRemoveEditorPickCommentError, b: VFRemoveEditorPickCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFRemoveEditorPickCommentError, b: ViafouraSDK.VFRemoveEditorPickCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFRemoveEditorPickCommentError { +extension ViafouraSDK.VFRemoveEditorPickCommentError { public var errorDescription: Swift.String? { get } @@ -1609,18 +1609,18 @@ extension VFRemoveEditorPickCommentError { public protocol StoryboardCreateable : UIKit.UIViewController { static var storyboardName: Swift.String { get } } -extension StoryboardCreateable { +extension ViafouraSDK.StoryboardCreateable { public static func new() -> Self? } public enum VFSpamCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFSpamCommentError, b: VFSpamCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSpamCommentError, b: ViafouraSDK.VFSpamCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSpamCommentError { +extension ViafouraSDK.VFSpamCommentError { public var errorDescription: Swift.String? { get } @@ -1630,66 +1630,66 @@ extension VFSpamCommentError { } public enum VFUnsubscribeTopicError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnsubscribeTopicError, b: VFUnsubscribeTopicError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnsubscribeTopicError, b: ViafouraSDK.VFUnsubscribeTopicError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnsubscribeTopicError { +extension ViafouraSDK.VFUnsubscribeTopicError { public var errorDescription: Swift.String? { get } } public enum VFPinCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFPinCommentError, b: VFPinCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFPinCommentError, b: ViafouraSDK.VFPinCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFPinCommentError { +extension ViafouraSDK.VFPinCommentError { public var errorDescription: Swift.String? { get } } public enum VFUnlikeChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnlikeChatError, b: VFUnlikeChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnlikeChatError, b: ViafouraSDK.VFUnlikeChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnlikeChatError { +extension ViafouraSDK.VFUnlikeChatError { public var errorDescription: Swift.String? { get } } public protocol VFCustomUIDelegate : AnyObject { - func customizeView(theme: VFTheme, view: VFCustomizableView) + func customizeView(theme: ViafouraSDK.VFTheme, view: ViafouraSDK.VFCustomizableView) } public struct VFSettings { - public let fonts: VFFonts - public var colors: VFColors - public init(colors: VFColors, fonts: VFFonts = VFFonts()) + public let fonts: ViafouraSDK.VFFonts + public var colors: ViafouraSDK.VFColors + public init(colors: ViafouraSDK.VFColors, fonts: ViafouraSDK.VFFonts = VFFonts()) } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class SingleChatViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class SingleChatViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFNewCommentViewController : VFUIViewController { - @_Concurrency.MainActor(unsafe) public static func new(newCommentActionType: VFNewCommentActionType, containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFNewCommentViewController? +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFNewCommentViewController : ViafouraSDK.VFUIViewController { + @_Concurrency.MainActor(unsafe) public static func new(newCommentActionType: ViafouraSDK.VFNewCommentActionType, containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFNewCommentViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public var canBecomeFirstResponder: Swift.Bool { @objc get @@ -1701,10 +1701,10 @@ public struct VFSettings { @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension VFNewCommentViewController : UIKit.UITextViewDelegate { +extension ViafouraSDK.VFNewCommentViewController : UIKit.UITextViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func textViewDidChange(_ textView: UIKit.UITextView) } -extension VFNewCommentViewController { +extension ViafouraSDK.VFNewCommentViewController { @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator) } public enum WidgetType : Swift.String, Swift.Encodable { @@ -1722,18 +1722,18 @@ public enum WidgetType : Swift.String, Swift.Encodable { get } } -extension VFAuthenticationService { - public func resetPassword(email: Swift.String, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func resetPassword(email: Swift.String, completion: @escaping ((Swift.Result) -> ())) } public enum VFPasswordResetError : Foundation.LocalizedError { case unknown - public static func == (a: VFPasswordResetError, b: VFPasswordResetError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFPasswordResetError, b: ViafouraSDK.VFPasswordResetError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFPasswordResetError { +extension ViafouraSDK.VFPasswordResetError { public var errorDescription: Swift.String? { get } @@ -1748,13 +1748,13 @@ extension VFPasswordResetError { } public enum VFUserInfoError : Foundation.LocalizedError { case unknown - public static func == (a: VFUserInfoError, b: VFUserInfoError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUserInfoError, b: ViafouraSDK.VFUserInfoError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUserInfoError { +extension ViafouraSDK.VFUserInfoError { public var errorDescription: Swift.String? { get } @@ -1764,26 +1764,26 @@ extension VFUserInfoError { } public enum VFUpdateChatContainerError : Foundation.LocalizedError { case unknown - public static func == (a: VFUpdateChatContainerError, b: VFUpdateChatContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUpdateChatContainerError, b: ViafouraSDK.VFUpdateChatContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUpdateChatContainerError { +extension ViafouraSDK.VFUpdateChatContainerError { public var errorDescription: Swift.String? { get } } public enum VFDisableCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFDisableCommentError, b: VFDisableCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDisableCommentError, b: ViafouraSDK.VFDisableCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDisableCommentError { +extension ViafouraSDK.VFDisableCommentError { public var errorDescription: Swift.String? { get } @@ -1829,235 +1829,235 @@ public enum EventLoginType : Swift.String, Swift.Encodable { } public enum VFUnspamCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnspamCommentError, b: VFUnspamCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnspamCommentError, b: ViafouraSDK.VFUnspamCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnspamCommentError { +extension ViafouraSDK.VFUnspamCommentError { public var errorDescription: Swift.String? { get } } public enum VFDeleteCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFDeleteCommentError, b: VFDeleteCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDeleteCommentError, b: ViafouraSDK.VFDeleteCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDeleteCommentError { +extension ViafouraSDK.VFDeleteCommentError { public var errorDescription: Swift.String? { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveChatViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveChatViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, paginationSize: Swift.Int = 10, sectionUUID: Foundation.UUID? = nil) -> VFLiveChatViewController? + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, paginationSize: Swift.Int = 10, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFLiveChatViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension VFLiveChatViewController : UIKit.UITextViewDelegate { +extension ViafouraSDK.VFLiveChatViewController : UIKit.UITextViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func textViewDidChange(_ textView: UIKit.UITextView) } -extension VFDislikeChatError : Swift.Equatable {} -extension VFDislikeChatError : Swift.Hashable {} -extension VFSingleStoryError : Swift.Equatable {} -extension VFSingleStoryError : Swift.Hashable {} -extension VFCreateCommentReplyError : Swift.Equatable {} -extension VFCreateCommentReplyError : Swift.Hashable {} -extension VFDeleteStoryError : Swift.Equatable {} -extension VFDeleteStoryError : Swift.Hashable {} -extension VFLoginStatus : Swift.Equatable {} -extension VFLoginStatus : Swift.Hashable {} -extension VFLoginStatusError : Swift.Equatable {} -extension VFLoginStatusError : Swift.Hashable {} -extension VFUnflagCommentError : Swift.Equatable {} -extension VFUnflagCommentError : Swift.Hashable {} -extension VFUnlikeStoryError : Swift.Equatable {} -extension VFUnlikeStoryError : Swift.Hashable {} -extension VFFlagCommentError : Swift.Equatable {} -extension VFFlagCommentError : Swift.Hashable {} -extension VFChatListError : Swift.Equatable {} -extension VFChatListError : Swift.Hashable {} -extension VFLikeStoryError : Swift.Equatable {} -extension VFLikeStoryError : Swift.Hashable {} -extension VFUpdateUserAvatarError : Swift.Equatable {} -extension VFUpdateUserAvatarError : Swift.Hashable {} -extension VFTheme : Swift.Equatable {} -extension VFTheme : Swift.Hashable {} -extension VFAuthPromptType : Swift.Equatable {} -extension VFAuthPromptType : Swift.Hashable {} -extension VFProfilePresentationType : Swift.Equatable {} -extension VFProfilePresentationType : Swift.Hashable {} -extension VFSingleChatError : Swift.Equatable {} -extension VFSingleChatError : Swift.Hashable {} -extension VFClosePollError : Swift.Equatable {} -extension VFClosePollError : Swift.Hashable {} -extension VFDislikeCommentError : Swift.Equatable {} -extension VFDislikeCommentError : Swift.Hashable {} -extension VFCommentContainerSignatureError : Swift.Equatable {} -extension VFCommentContainerSignatureError : Swift.Hashable {} -extension VFChatSelectionError : Swift.Equatable {} -extension VFChatSelectionError : Swift.Hashable {} -extension VFEnableChatError : Swift.Equatable {} -extension VFEnableChatError : Swift.Hashable {} -extension VFChatModerationListError : Swift.Equatable {} -extension VFChatModerationListError : Swift.Hashable {} -extension VFLoginError : Swift.Equatable {} -extension VFLoginError : Swift.Hashable {} -extension VFLikeCommentError : Swift.Equatable {} -extension VFLikeCommentError : Swift.Hashable {} -extension VFEnableCommentError : Swift.Equatable {} -extension VFEnableCommentError : Swift.Hashable {} -extension EventAttemptedAction : Swift.Equatable {} -extension EventAttemptedAction : Swift.Hashable {} -extension EventAttemptedAction : Swift.RawRepresentable {} -extension CommentNodeType : Swift.Equatable {} -extension CommentNodeType : Swift.Hashable {} -extension VFUpdateCommentsContainerSettingsError : Swift.Equatable {} -extension VFUpdateCommentsContainerSettingsError : Swift.Hashable {} -extension VFDisableChatError : Swift.Equatable {} -extension VFDisableChatError : Swift.Hashable {} -extension VFUnflagChatError : Swift.Equatable {} -extension VFUnflagChatError : Swift.Hashable {} -extension VFLikeChatError : Swift.Equatable {} -extension VFLikeChatError : Swift.Hashable {} -extension VFUndislikeStoryError : Swift.Equatable {} -extension VFUndislikeStoryError : Swift.Hashable {} -extension VFVotePollError : Swift.Equatable {} -extension VFVotePollError : Swift.Hashable {} -extension VFReplyStoryError : Swift.Equatable {} -extension VFReplyStoryError : Swift.Hashable {} -extension VFCommentsProfileError : Swift.Equatable {} -extension VFCommentsProfileError : Swift.Hashable {} -extension VFPollContainerError : Swift.Equatable {} -extension VFPollContainerError : Swift.Hashable {} -extension VFStoryContainerError : Swift.Equatable {} -extension VFStoryContainerError : Swift.Hashable {} -extension VFFilterType : Swift.Equatable {} -extension VFFilterType : Swift.Hashable {} -extension VFUndislikeChatError : Swift.Equatable {} -extension VFUndislikeChatError : Swift.Hashable {} -extension VFDislikeStoryError : Swift.Equatable {} -extension VFDislikeStoryError : Swift.Hashable {} -extension VFEditorPickCommentError : Swift.Equatable {} -extension VFEditorPickCommentError : Swift.Hashable {} -extension VFSignUpError : Swift.Equatable {} -extension VFSignUpError : Swift.Hashable {} -extension VFSocialLoginError : Swift.Equatable {} -extension VFSocialLoginError : Swift.Hashable {} -extension VFCommentContainerError : Swift.Equatable {} -extension VFCommentContainerError : Swift.Hashable {} -extension VFUnlikeCommentError : Swift.Equatable {} -extension VFUnlikeCommentError : Swift.Hashable {} -extension VFUserMutesError : Swift.Equatable {} -extension VFUserMutesError : Swift.Hashable {} -extension VFUnmuteUserError : Swift.Equatable {} -extension VFUnmuteUserError : Swift.Hashable {} -extension VFMuteUserError : Swift.Equatable {} -extension VFMuteUserError : Swift.Hashable {} -extension VFFlagChatError : Swift.Equatable {} -extension VFFlagChatError : Swift.Hashable {} -extension VFOpenIdLoginError : Swift.Equatable {} -extension VFOpenIdLoginError : Swift.Hashable {} -extension VFDeleteChatError : Swift.Equatable {} -extension VFDeleteChatError : Swift.Hashable {} -extension VFCreateCommentError : Swift.Equatable {} -extension VFCreateCommentError : Swift.Hashable {} -extension VFUserCommentsError : Swift.Equatable {} -extension VFUserCommentsError : Swift.Hashable {} -extension EventType : Swift.Equatable {} -extension EventType : Swift.Hashable {} -extension EventType : Swift.RawRepresentable {} -extension VFSortType : Swift.Equatable {} -extension VFSortType : Swift.Hashable {} -extension VFCommentListError : Swift.Equatable {} -extension VFCommentListError : Swift.Hashable {} -extension VFUpdateUserError : Swift.Equatable {} -extension VFUpdateUserError : Swift.Hashable {} -extension VFEditCommentError : Swift.Equatable {} -extension VFEditCommentError : Swift.Hashable {} -extension VFCreatePollError : Swift.Equatable {} -extension VFCreatePollError : Swift.Hashable {} -extension VFLoginRadiusLoginError : Swift.Equatable {} -extension VFLoginRadiusLoginError : Swift.Hashable {} -extension VFTrendingSortType : Swift.Equatable {} -extension VFTrendingSortType : Swift.Hashable {} -extension VFTrendingSortType : Swift.RawRepresentable {} -extension VFStorySelectionError : Swift.Equatable {} -extension VFStorySelectionError : Swift.Hashable {} -extension VFUndislikeCommentError : Swift.Equatable {} -extension VFUndislikeCommentError : Swift.Hashable {} -extension VFRemovePollError : Swift.Equatable {} -extension VFRemovePollError : Swift.Hashable {} -extension VFCommentCountError : Swift.Equatable {} -extension VFCommentCountError : Swift.Hashable {} -extension VFCommentError : Swift.Equatable {} -extension VFCommentError : Swift.Hashable {} -extension VFTopicsSubscribedError : Swift.Equatable {} -extension VFTopicsSubscribedError : Swift.Hashable {} -extension VFUnpinCommentError : Swift.Equatable {} -extension VFUnpinCommentError : Swift.Hashable {} -extension VFCommentRepliesError : Swift.Equatable {} -extension VFCommentRepliesError : Swift.Hashable {} -extension VFReplyChatError : Swift.Equatable {} -extension VFReplyChatError : Swift.Hashable {} -extension VFCommentModerationListError : Swift.Equatable {} -extension VFCommentModerationListError : Swift.Hashable {} -extension VFTrendingError : Swift.Equatable {} -extension VFTrendingError : Swift.Hashable {} -extension VFCreateCommentMediaError : Swift.Equatable {} -extension VFCreateCommentMediaError : Swift.Hashable {} -extension VFUpdateStoryContainerError : Swift.Equatable {} -extension VFUpdateStoryContainerError : Swift.Hashable {} -extension VFChatContainerError : Swift.Equatable {} -extension VFChatContainerError : Swift.Hashable {} -extension VFCreateStoryError : Swift.Equatable {} -extension VFCreateStoryError : Swift.Hashable {} -extension VFCookieLoginError : Swift.Equatable {} -extension VFCookieLoginError : Swift.Hashable {} -extension VFSubscribeTopicError : Swift.Equatable {} -extension VFSubscribeTopicError : Swift.Hashable {} -extension VFStoryListError : Swift.Equatable {} -extension VFStoryListError : Swift.Hashable {} -extension VFCreateChatError : Swift.Equatable {} -extension VFCreateChatError : Swift.Hashable {} -extension VFRemoveEditorPickCommentError : Swift.Equatable {} -extension VFRemoveEditorPickCommentError : Swift.Hashable {} -extension VFSpamCommentError : Swift.Equatable {} -extension VFSpamCommentError : Swift.Hashable {} -extension VFUnsubscribeTopicError : Swift.Equatable {} -extension VFUnsubscribeTopicError : Swift.Hashable {} -extension VFPinCommentError : Swift.Equatable {} -extension VFPinCommentError : Swift.Hashable {} -extension VFUnlikeChatError : Swift.Equatable {} -extension VFUnlikeChatError : Swift.Hashable {} -extension WidgetType : Swift.Equatable {} -extension WidgetType : Swift.Hashable {} -extension WidgetType : Swift.RawRepresentable {} -extension VFPasswordResetError : Swift.Equatable {} -extension VFPasswordResetError : Swift.Hashable {} -extension VFUserInfoError : Swift.Equatable {} -extension VFUserInfoError : Swift.Hashable {} -extension VFUpdateChatContainerError : Swift.Equatable {} -extension VFUpdateChatContainerError : Swift.Hashable {} -extension VFDisableCommentError : Swift.Equatable {} -extension VFDisableCommentError : Swift.Hashable {} -extension VFSocialLoginProvider : Swift.Equatable {} -extension VFSocialLoginProvider : Swift.Hashable {} -extension VFSocialLoginProvider : Swift.RawRepresentable {} -extension EventLoginType : Swift.Equatable {} -extension EventLoginType : Swift.Hashable {} -extension EventLoginType : Swift.RawRepresentable {} -extension VFUnspamCommentError : Swift.Equatable {} -extension VFUnspamCommentError : Swift.Hashable {} -extension VFDeleteCommentError : Swift.Equatable {} -extension VFDeleteCommentError : Swift.Hashable {} +extension ViafouraSDK.VFDislikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFDislikeChatError : Swift.Hashable {} +extension ViafouraSDK.VFSingleStoryError : Swift.Equatable {} +extension ViafouraSDK.VFSingleStoryError : Swift.Hashable {} +extension ViafouraSDK.VFCreateCommentReplyError : Swift.Equatable {} +extension ViafouraSDK.VFCreateCommentReplyError : Swift.Hashable {} +extension ViafouraSDK.VFDeleteStoryError : Swift.Equatable {} +extension ViafouraSDK.VFDeleteStoryError : Swift.Hashable {} +extension ViafouraSDK.VFLoginStatus : Swift.Equatable {} +extension ViafouraSDK.VFLoginStatus : Swift.Hashable {} +extension ViafouraSDK.VFLoginStatusError : Swift.Equatable {} +extension ViafouraSDK.VFLoginStatusError : Swift.Hashable {} +extension ViafouraSDK.VFUnflagCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnflagCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUnlikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFUnlikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFFlagCommentError : Swift.Equatable {} +extension ViafouraSDK.VFFlagCommentError : Swift.Hashable {} +extension ViafouraSDK.VFChatListError : Swift.Equatable {} +extension ViafouraSDK.VFChatListError : Swift.Hashable {} +extension ViafouraSDK.VFLikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFLikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateUserAvatarError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateUserAvatarError : Swift.Hashable {} +extension ViafouraSDK.VFTheme : Swift.Equatable {} +extension ViafouraSDK.VFTheme : Swift.Hashable {} +extension ViafouraSDK.VFAuthPromptType : Swift.Equatable {} +extension ViafouraSDK.VFAuthPromptType : Swift.Hashable {} +extension ViafouraSDK.VFProfilePresentationType : Swift.Equatable {} +extension ViafouraSDK.VFProfilePresentationType : Swift.Hashable {} +extension ViafouraSDK.VFSingleChatError : Swift.Equatable {} +extension ViafouraSDK.VFSingleChatError : Swift.Hashable {} +extension ViafouraSDK.VFClosePollError : Swift.Equatable {} +extension ViafouraSDK.VFClosePollError : Swift.Hashable {} +extension ViafouraSDK.VFDislikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFDislikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFCommentContainerSignatureError : Swift.Equatable {} +extension ViafouraSDK.VFCommentContainerSignatureError : Swift.Hashable {} +extension ViafouraSDK.VFChatSelectionError : Swift.Equatable {} +extension ViafouraSDK.VFChatSelectionError : Swift.Hashable {} +extension ViafouraSDK.VFEnableChatError : Swift.Equatable {} +extension ViafouraSDK.VFEnableChatError : Swift.Hashable {} +extension ViafouraSDK.VFChatModerationListError : Swift.Equatable {} +extension ViafouraSDK.VFChatModerationListError : Swift.Hashable {} +extension ViafouraSDK.VFLoginError : Swift.Equatable {} +extension ViafouraSDK.VFLoginError : Swift.Hashable {} +extension ViafouraSDK.VFLikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFLikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFEnableCommentError : Swift.Equatable {} +extension ViafouraSDK.VFEnableCommentError : Swift.Hashable {} +extension ViafouraSDK.EventAttemptedAction : Swift.Equatable {} +extension ViafouraSDK.EventAttemptedAction : Swift.Hashable {} +extension ViafouraSDK.EventAttemptedAction : Swift.RawRepresentable {} +extension ViafouraSDK.CommentNodeType : Swift.Equatable {} +extension ViafouraSDK.CommentNodeType : Swift.Hashable {} +extension ViafouraSDK.VFUpdateCommentsContainerSettingsError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateCommentsContainerSettingsError : Swift.Hashable {} +extension ViafouraSDK.VFDisableChatError : Swift.Equatable {} +extension ViafouraSDK.VFDisableChatError : Swift.Hashable {} +extension ViafouraSDK.VFUnflagChatError : Swift.Equatable {} +extension ViafouraSDK.VFUnflagChatError : Swift.Hashable {} +extension ViafouraSDK.VFLikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFLikeChatError : Swift.Hashable {} +extension ViafouraSDK.VFUndislikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFUndislikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFVotePollError : Swift.Equatable {} +extension ViafouraSDK.VFVotePollError : Swift.Hashable {} +extension ViafouraSDK.VFReplyStoryError : Swift.Equatable {} +extension ViafouraSDK.VFReplyStoryError : Swift.Hashable {} +extension ViafouraSDK.VFCommentsProfileError : Swift.Equatable {} +extension ViafouraSDK.VFCommentsProfileError : Swift.Hashable {} +extension ViafouraSDK.VFPollContainerError : Swift.Equatable {} +extension ViafouraSDK.VFPollContainerError : Swift.Hashable {} +extension ViafouraSDK.VFStoryContainerError : Swift.Equatable {} +extension ViafouraSDK.VFStoryContainerError : Swift.Hashable {} +extension ViafouraSDK.VFFilterType : Swift.Equatable {} +extension ViafouraSDK.VFFilterType : Swift.Hashable {} +extension ViafouraSDK.VFUndislikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFUndislikeChatError : Swift.Hashable {} +extension ViafouraSDK.VFDislikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFDislikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFEditorPickCommentError : Swift.Equatable {} +extension ViafouraSDK.VFEditorPickCommentError : Swift.Hashable {} +extension ViafouraSDK.VFSignUpError : Swift.Equatable {} +extension ViafouraSDK.VFSignUpError : Swift.Hashable {} +extension ViafouraSDK.VFSocialLoginError : Swift.Equatable {} +extension ViafouraSDK.VFSocialLoginError : Swift.Hashable {} +extension ViafouraSDK.VFCommentContainerError : Swift.Equatable {} +extension ViafouraSDK.VFCommentContainerError : Swift.Hashable {} +extension ViafouraSDK.VFUnlikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnlikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUserMutesError : Swift.Equatable {} +extension ViafouraSDK.VFUserMutesError : Swift.Hashable {} +extension ViafouraSDK.VFUnmuteUserError : Swift.Equatable {} +extension ViafouraSDK.VFUnmuteUserError : Swift.Hashable {} +extension ViafouraSDK.VFMuteUserError : Swift.Equatable {} +extension ViafouraSDK.VFMuteUserError : Swift.Hashable {} +extension ViafouraSDK.VFFlagChatError : Swift.Equatable {} +extension ViafouraSDK.VFFlagChatError : Swift.Hashable {} +extension ViafouraSDK.VFOpenIdLoginError : Swift.Equatable {} +extension ViafouraSDK.VFOpenIdLoginError : Swift.Hashable {} +extension ViafouraSDK.VFDeleteChatError : Swift.Equatable {} +extension ViafouraSDK.VFDeleteChatError : Swift.Hashable {} +extension ViafouraSDK.VFCreateCommentError : Swift.Equatable {} +extension ViafouraSDK.VFCreateCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUserCommentsError : Swift.Equatable {} +extension ViafouraSDK.VFUserCommentsError : Swift.Hashable {} +extension ViafouraSDK.EventType : Swift.Equatable {} +extension ViafouraSDK.EventType : Swift.Hashable {} +extension ViafouraSDK.EventType : Swift.RawRepresentable {} +extension ViafouraSDK.VFSortType : Swift.Equatable {} +extension ViafouraSDK.VFSortType : Swift.Hashable {} +extension ViafouraSDK.VFCommentListError : Swift.Equatable {} +extension ViafouraSDK.VFCommentListError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateUserError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateUserError : Swift.Hashable {} +extension ViafouraSDK.VFEditCommentError : Swift.Equatable {} +extension ViafouraSDK.VFEditCommentError : Swift.Hashable {} +extension ViafouraSDK.VFCreatePollError : Swift.Equatable {} +extension ViafouraSDK.VFCreatePollError : Swift.Hashable {} +extension ViafouraSDK.VFLoginRadiusLoginError : Swift.Equatable {} +extension ViafouraSDK.VFLoginRadiusLoginError : Swift.Hashable {} +extension ViafouraSDK.VFTrendingSortType : Swift.Equatable {} +extension ViafouraSDK.VFTrendingSortType : Swift.Hashable {} +extension ViafouraSDK.VFTrendingSortType : Swift.RawRepresentable {} +extension ViafouraSDK.VFStorySelectionError : Swift.Equatable {} +extension ViafouraSDK.VFStorySelectionError : Swift.Hashable {} +extension ViafouraSDK.VFUndislikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUndislikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFRemovePollError : Swift.Equatable {} +extension ViafouraSDK.VFRemovePollError : Swift.Hashable {} +extension ViafouraSDK.VFCommentCountError : Swift.Equatable {} +extension ViafouraSDK.VFCommentCountError : Swift.Hashable {} +extension ViafouraSDK.VFCommentError : Swift.Equatable {} +extension ViafouraSDK.VFCommentError : Swift.Hashable {} +extension ViafouraSDK.VFTopicsSubscribedError : Swift.Equatable {} +extension ViafouraSDK.VFTopicsSubscribedError : Swift.Hashable {} +extension ViafouraSDK.VFUnpinCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnpinCommentError : Swift.Hashable {} +extension ViafouraSDK.VFCommentRepliesError : Swift.Equatable {} +extension ViafouraSDK.VFCommentRepliesError : Swift.Hashable {} +extension ViafouraSDK.VFReplyChatError : Swift.Equatable {} +extension ViafouraSDK.VFReplyChatError : Swift.Hashable {} +extension ViafouraSDK.VFCommentModerationListError : Swift.Equatable {} +extension ViafouraSDK.VFCommentModerationListError : Swift.Hashable {} +extension ViafouraSDK.VFTrendingError : Swift.Equatable {} +extension ViafouraSDK.VFTrendingError : Swift.Hashable {} +extension ViafouraSDK.VFCreateCommentMediaError : Swift.Equatable {} +extension ViafouraSDK.VFCreateCommentMediaError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateStoryContainerError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateStoryContainerError : Swift.Hashable {} +extension ViafouraSDK.VFChatContainerError : Swift.Equatable {} +extension ViafouraSDK.VFChatContainerError : Swift.Hashable {} +extension ViafouraSDK.VFCreateStoryError : Swift.Equatable {} +extension ViafouraSDK.VFCreateStoryError : Swift.Hashable {} +extension ViafouraSDK.VFCookieLoginError : Swift.Equatable {} +extension ViafouraSDK.VFCookieLoginError : Swift.Hashable {} +extension ViafouraSDK.VFSubscribeTopicError : Swift.Equatable {} +extension ViafouraSDK.VFSubscribeTopicError : Swift.Hashable {} +extension ViafouraSDK.VFStoryListError : Swift.Equatable {} +extension ViafouraSDK.VFStoryListError : Swift.Hashable {} +extension ViafouraSDK.VFCreateChatError : Swift.Equatable {} +extension ViafouraSDK.VFCreateChatError : Swift.Hashable {} +extension ViafouraSDK.VFRemoveEditorPickCommentError : Swift.Equatable {} +extension ViafouraSDK.VFRemoveEditorPickCommentError : Swift.Hashable {} +extension ViafouraSDK.VFSpamCommentError : Swift.Equatable {} +extension ViafouraSDK.VFSpamCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUnsubscribeTopicError : Swift.Equatable {} +extension ViafouraSDK.VFUnsubscribeTopicError : Swift.Hashable {} +extension ViafouraSDK.VFPinCommentError : Swift.Equatable {} +extension ViafouraSDK.VFPinCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUnlikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFUnlikeChatError : Swift.Hashable {} +extension ViafouraSDK.WidgetType : Swift.Equatable {} +extension ViafouraSDK.WidgetType : Swift.Hashable {} +extension ViafouraSDK.WidgetType : Swift.RawRepresentable {} +extension ViafouraSDK.VFPasswordResetError : Swift.Equatable {} +extension ViafouraSDK.VFPasswordResetError : Swift.Hashable {} +extension ViafouraSDK.VFUserInfoError : Swift.Equatable {} +extension ViafouraSDK.VFUserInfoError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateChatContainerError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateChatContainerError : Swift.Hashable {} +extension ViafouraSDK.VFDisableCommentError : Swift.Equatable {} +extension ViafouraSDK.VFDisableCommentError : Swift.Hashable {} +extension ViafouraSDK.VFSocialLoginProvider : Swift.Equatable {} +extension ViafouraSDK.VFSocialLoginProvider : Swift.Hashable {} +extension ViafouraSDK.VFSocialLoginProvider : Swift.RawRepresentable {} +extension ViafouraSDK.EventLoginType : Swift.Equatable {} +extension ViafouraSDK.EventLoginType : Swift.Hashable {} +extension ViafouraSDK.EventLoginType : Swift.RawRepresentable {} +extension ViafouraSDK.VFUnspamCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnspamCommentError : Swift.Hashable {} +extension ViafouraSDK.VFDeleteCommentError : Swift.Equatable {} +extension ViafouraSDK.VFDeleteCommentError : Swift.Hashable {} diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e index 9d7a4fa9..bd1dd012 100644 --- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e +++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e @@ -24,13 +24,13 @@ import _SwiftConcurrencyShims } public enum VFDislikeChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFDislikeChatError, b: VFDislikeChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDislikeChatError, b: ViafouraSDK.VFDislikeChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDislikeChatError { +extension ViafouraSDK.VFDislikeChatError { public var errorDescription: Swift.String? { get } @@ -42,35 +42,35 @@ public struct VFColors { public init(colorPrimary: UIKit.UIColor = VFDefaultColors.colorPrimaryDefault(), colorPrimaryLight: UIKit.UIColor = VFDefaultColors.colorPrimaryLightDefault(), colorBackground: UIKit.UIColor = VFDefaultColors.colorBackgroundDefault(), colorSeparator: UIKit.UIColor = VFDefaultColors.colorSeparatorDefault(), colorAvatars: [UIKit.UIColor] = Constants.AvatarColors.colors) } public struct VFDefaultColors { - public static func colorBackgroundDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorText1Default(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorText2Default(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorSeparatorDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorErrorDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorWarningDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorEditorPicksDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorThreadingLines(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorChatBubbleDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorPinnedDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorPinnedBadgeDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorPrimaryDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorPrimaryLightDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorBorder1Default(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorAuthorBadgeDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorModeratorBadgeDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorNewCommentText(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorIcons(_ forTheme: VFTheme = .light) -> UIKit.UIColor - public static func colorInputBox(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorBackgroundDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorText1Default(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorText2Default(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorSeparatorDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorErrorDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorWarningDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorEditorPicksDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorThreadingLines(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorChatBubbleDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPinnedDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPinnedBadgeDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPrimaryDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPrimaryLightDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorBorder1Default(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorAuthorBadgeDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorModeratorBadgeDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorNewCommentText(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorIcons(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorInputBox(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor } public enum VFSingleStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFSingleStoryError, b: VFSingleStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSingleStoryError, b: ViafouraSDK.VFSingleStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSingleStoryError { +extension ViafouraSDK.VFSingleStoryError { public var errorDescription: Swift.String? { get } @@ -84,13 +84,13 @@ extension VFSingleStoryError { public enum VFCreateCommentReplyError : Foundation.LocalizedError { case unknown case unauthorized - public static func == (a: VFCreateCommentReplyError, b: VFCreateCommentReplyError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreateCommentReplyError, b: ViafouraSDK.VFCreateCommentReplyError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreateCommentReplyError { +extension ViafouraSDK.VFCreateCommentReplyError { public var errorDescription: Swift.String? { get } @@ -102,24 +102,24 @@ extension VFCreateCommentReplyError { } public enum VFDeleteStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFDeleteStoryError, b: VFDeleteStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDeleteStoryError, b: ViafouraSDK.VFDeleteStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDeleteStoryError { +extension ViafouraSDK.VFDeleteStoryError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { - public func getUserLoginStatus(completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func getUserLoginStatus(completion: @escaping ((Swift.Result) -> ())) } public enum VFLoginStatus { case notLoggedIn case loggedIn - public static func == (a: VFLoginStatus, b: VFLoginStatus) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLoginStatus, b: ViafouraSDK.VFLoginStatus) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -127,68 +127,68 @@ public enum VFLoginStatus { } public enum VFLoginStatusError : Foundation.LocalizedError { case unknown - public static func == (a: VFLoginStatusError, b: VFLoginStatusError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLoginStatusError, b: ViafouraSDK.VFLoginStatusError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLoginStatusError { +extension ViafouraSDK.VFLoginStatusError { public var errorDescription: Swift.String? { get } } public enum VFUnflagCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnflagCommentError, b: VFUnflagCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnflagCommentError, b: ViafouraSDK.VFUnflagCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnflagCommentError { +extension ViafouraSDK.VFUnflagCommentError { public var errorDescription: Swift.String? { get } } public enum VFUnlikeStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnlikeStoryError, b: VFUnlikeStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnlikeStoryError, b: ViafouraSDK.VFUnlikeStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnlikeStoryError { +extension ViafouraSDK.VFUnlikeStoryError { public var errorDescription: Swift.String? { get } } public protocol VFAdDelegate : ObjectiveC.NSObject { - func generateAd(viewController: VFUIViewController, adPosition: Swift.Int) -> VFAdView - func getAdInterval(viewController: VFUIViewController) -> Swift.Int - func getFirstAdPosition(viewController: VFUIViewController) -> Swift.Int + func generateAd(viewController: ViafouraSDK.VFUIViewController, adPosition: Swift.Int) -> ViafouraSDK.VFAdView + func getAdInterval(viewController: ViafouraSDK.VFUIViewController) -> Swift.Int + func getFirstAdPosition(viewController: ViafouraSDK.VFUIViewController) -> Swift.Int } -extension VFAdDelegate { - public func getFirstAdPosition(viewController: VFUIViewController) -> Swift.Int +extension ViafouraSDK.VFAdDelegate { + public func getFirstAdPosition(viewController: ViafouraSDK.VFUIViewController) -> Swift.Int } public protocol VFLocalAdDelegate : ObjectiveC.NSObject { - func generateAd(adPosition: Swift.Int) -> VFAdView + func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView func getAdInterval() -> Swift.Int func getFirstAdPosition() -> Swift.Int } -extension VFLocalAdDelegate { +extension ViafouraSDK.VFLocalAdDelegate { public func getFirstAdPosition() -> Swift.Int } public enum VFFlagCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFFlagCommentError, b: VFFlagCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFFlagCommentError, b: ViafouraSDK.VFFlagCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFFlagCommentError { +extension ViafouraSDK.VFFlagCommentError { public var errorDescription: Swift.String? { get } @@ -198,39 +198,39 @@ extension VFFlagCommentError { } public enum VFChatListError : Foundation.LocalizedError { case unknown - public static func == (a: VFChatListError, b: VFChatListError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFChatListError, b: ViafouraSDK.VFChatListError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFChatListError { +extension ViafouraSDK.VFChatListError { public var errorDescription: Swift.String? { get } } public enum VFLikeStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFLikeStoryError, b: VFLikeStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLikeStoryError, b: ViafouraSDK.VFLikeStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLikeStoryError { +extension ViafouraSDK.VFLikeStoryError { public var errorDescription: Swift.String? { get } } public enum VFUpdateUserAvatarError : Foundation.LocalizedError { case unknown - public static func == (a: VFUpdateUserAvatarError, b: VFUpdateUserAvatarError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUpdateUserAvatarError, b: ViafouraSDK.VFUpdateUserAvatarError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUpdateUserAvatarError { +extension ViafouraSDK.VFUpdateUserAvatarError { public var errorDescription: Swift.String? { get } @@ -238,24 +238,24 @@ extension VFUpdateUserAvatarError { public enum VFTheme { case dark case light - public static func == (a: VFTheme, b: VFTheme) -> Swift.Bool + public static func == (a: ViafouraSDK.VFTheme, b: ViafouraSDK.VFTheme) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -public typealias VFActionsCallbacks = (VFActionCallbackType) -> Swift.Void +public typealias VFActionsCallbacks = (ViafouraSDK.VFActionCallbackType) -> Swift.Void public enum VFActionCallbackType { case seeMoreCommentsPressed - case writeNewCommentPressed(actionType: VFNewCommentActionType) + case writeNewCommentPressed(actionType: ViafouraSDK.VFNewCommentActionType) case closeNewCommentPressed - case openProfilePressed(userUUID: Foundation.UUID, presentationType: VFProfilePresentationType) - case notificationPressed(presentationType: VFNotificationPresentationType) + case openProfilePressed(userUUID: Foundation.UUID, presentationType: ViafouraSDK.VFProfilePresentationType) + case notificationPressed(presentationType: ViafouraSDK.VFNotificationPresentationType) case closeProfilePressed - case trendingArticlePressed(metadata: VFArticleMetadata, containerId: Swift.String) + case trendingArticlePressed(metadata: ViafouraSDK.VFArticleMetadata, containerId: Swift.String) case commentPosted(contentUUID: Foundation.UUID) case replyPosted(contentUUID: Foundation.UUID) - case authPressed(promptType: VFAuthPromptType) + case authPressed(promptType: ViafouraSDK.VFAuthPromptType) } public enum VFAuthPromptType { case dislike @@ -267,7 +267,7 @@ public enum VFAuthPromptType { case followConversation case followUser case muteUser - public static func == (a: VFAuthPromptType, b: VFAuthPromptType) -> Swift.Bool + public static func == (a: ViafouraSDK.VFAuthPromptType, b: ViafouraSDK.VFAuthPromptType) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -280,7 +280,7 @@ public enum VFNotificationPresentationType { public enum VFProfilePresentationType { case profile case feed - public static func == (a: VFProfilePresentationType, b: VFProfilePresentationType) -> Swift.Bool + public static func == (a: ViafouraSDK.VFProfilePresentationType, b: ViafouraSDK.VFProfilePresentationType) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -296,39 +296,39 @@ public enum VFNewCommentActionType { } public enum VFSingleChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFSingleChatError, b: VFSingleChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSingleChatError, b: ViafouraSDK.VFSingleChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSingleChatError { +extension ViafouraSDK.VFSingleChatError { public var errorDescription: Swift.String? { get } } public enum VFClosePollError : Foundation.LocalizedError { case unknown - public static func == (a: VFClosePollError, b: VFClosePollError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFClosePollError, b: ViafouraSDK.VFClosePollError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFClosePollError { +extension ViafouraSDK.VFClosePollError { public var errorDescription: Swift.String? { get } } public enum VFDislikeCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFDislikeCommentError, b: VFDislikeCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDislikeCommentError, b: ViafouraSDK.VFDislikeCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDislikeCommentError { +extension ViafouraSDK.VFDislikeCommentError { public var errorDescription: Swift.String? { get } @@ -338,96 +338,96 @@ extension VFDislikeCommentError { required public init(from decoder: any Swift.Decoder) throws } @_hasMissingDesignatedInitializers public class AnalyticsService { - public func addWidget(_ widgetType: WidgetType) - public func removeWidget(_ widgetType: WidgetType) - public func logLoadMoreClick(eventSessionUUID: Foundation.UUID, tab: Swift.String, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date) - public func logConversationsBellClick(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date) + public func addWidget(_ widgetType: ViafouraSDK.WidgetType) + public func removeWidget(_ widgetType: ViafouraSDK.WidgetType) + public func logLoadMoreClick(eventSessionUUID: Foundation.UUID, tab: Swift.String, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date) + public func logConversationsBellClick(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date) public func logTrayTriggerClick(eventSessionUUID: Foundation.UUID, eventSessionStart: Foundation.Date) - public func logSortChange(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date, sort: Swift.String, defaultSort: Swift.String, oldSort: Swift.String) - public func logEventEngage(widgetType: WidgetType, eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date, time: Swift.Int64, vfTime: Swift.Int64, hiddenTime: Swift.Int64, focuses: Swift.Int) - public func logTrackAdCode(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, articleMetadata: VFArticleMetadata, status: Swift.String, failureReason: Swift.String, widgetType: WidgetType) - public func logTrackAdView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID? = nil, eventSessionStart: Foundation.Date, articleMetadata: VFArticleMetadata? = nil, adIntegration: Swift.String, limit: Swift.Int, childLimit: Swift.Int, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int, firstPromoPosition: Swift.Int, totalCount: Swift.Int, index: Swift.Int, threadType: Swift.String, widgetType: WidgetType) + public func logSortChange(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date, sort: Swift.String, defaultSort: Swift.String, oldSort: Swift.String) + public func logEventEngage(widgetType: ViafouraSDK.WidgetType, eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date, time: Swift.Int64, vfTime: Swift.Int64, hiddenTime: Swift.Int64, focuses: Swift.Int) + public func logTrackAdCode(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, articleMetadata: ViafouraSDK.VFArticleMetadata, status: Swift.String, failureReason: Swift.String, widgetType: ViafouraSDK.WidgetType) + public func logTrackAdView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID? = nil, eventSessionStart: Foundation.Date, articleMetadata: ViafouraSDK.VFArticleMetadata? = nil, adIntegration: Swift.String, limit: Swift.Int, childLimit: Swift.Int, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int, firstPromoPosition: Swift.Int, totalCount: Swift.Int, index: Swift.Int, threadType: Swift.String, widgetType: ViafouraSDK.WidgetType) public func logLogout() - public func logTrackAd(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID? = nil, eventSessionStart: Foundation.Date, articleMetadata: VFArticleMetadata? = nil, adIntegration: Swift.String, limit: Swift.Int? = nil, childLimit: Swift.Int? = nil, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int? = nil, firstPromoPosition: Swift.Int, totalCount: Swift.Int? = nil, index: Swift.Int, threadType: Swift.String? = nil, widgetType: WidgetType) - public func logInteraction(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, eventArticleMetadata: VFArticleMetadata, label: Swift.String, action: Swift.String) + public func logTrackAd(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID? = nil, eventSessionStart: Foundation.Date, articleMetadata: ViafouraSDK.VFArticleMetadata? = nil, adIntegration: Swift.String, limit: Swift.Int? = nil, childLimit: Swift.Int? = nil, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int? = nil, firstPromoPosition: Swift.Int, totalCount: Swift.Int? = nil, index: Swift.Int, threadType: Swift.String? = nil, widgetType: ViafouraSDK.WidgetType) + public func logInteraction(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, label: Swift.String, action: Swift.String) public func logPasswordReset(email: Swift.String) public func logSignup(loginType: Swift.String) public func logLoginFailure(loginType: Swift.String, error: Swift.String) public func logLoginSuccess() - public func logContainerLoad(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, allCommentsCount: Swift.Int, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date, contentContainerType: Swift.String) - public func logPageView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date) - public func logEventAttemptedAction(eventSessionUUID: Foundation.UUID, eventAttemptedAction: EventAttemptedAction, eventContainerId: Swift.String?, eventSectionUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata?, eventSessionStart: Foundation.Date) + public func logContainerLoad(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, allCommentsCount: Swift.Int, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date, contentContainerType: Swift.String) + public func logPageView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date) + public func logEventAttemptedAction(eventSessionUUID: Foundation.UUID, eventAttemptedAction: ViafouraSDK.EventAttemptedAction, eventContainerId: Swift.String?, eventSectionUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata?, eventSessionStart: Foundation.Date) @objc deinit } public enum VFCommentContainerSignatureError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentContainerSignatureError, b: VFCommentContainerSignatureError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentContainerSignatureError, b: ViafouraSDK.VFCommentContainerSignatureError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentContainerSignatureError { +extension ViafouraSDK.VFCommentContainerSignatureError { public var errorDescription: Swift.String? { get } } public enum VFChatSelectionError : Foundation.LocalizedError { case unknown - public static func == (a: VFChatSelectionError, b: VFChatSelectionError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFChatSelectionError, b: ViafouraSDK.VFChatSelectionError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFChatSelectionError { +extension ViafouraSDK.VFChatSelectionError { public var errorDescription: Swift.String? { get } } public enum VFEnableChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFEnableChatError, b: VFEnableChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFEnableChatError, b: ViafouraSDK.VFEnableChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFEnableChatError { +extension ViafouraSDK.VFEnableChatError { public var errorDescription: Swift.String? { get } } public enum VFChatModerationListError : Foundation.LocalizedError { case unknown - public static func == (a: VFChatModerationListError, b: VFChatModerationListError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFChatModerationListError, b: ViafouraSDK.VFChatModerationListError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFChatModerationListError { +extension ViafouraSDK.VFChatModerationListError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { - public func login(email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func login(email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ())) } public enum VFLoginError : Foundation.LocalizedError { case unknown - public static func == (a: VFLoginError, b: VFLoginError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLoginError, b: ViafouraSDK.VFLoginError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLoginError { +extension ViafouraSDK.VFLoginError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { +extension ViafouraSDK.VFAuthenticationService { public func logout() } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFButton : UIKit.UIButton { @@ -439,26 +439,26 @@ extension VFAuthenticationService { } public enum VFLikeCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFLikeCommentError, b: VFLikeCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLikeCommentError, b: ViafouraSDK.VFLikeCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLikeCommentError { +extension ViafouraSDK.VFLikeCommentError { public var errorDescription: Swift.String? { get } } public enum VFEnableCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFEnableCommentError, b: VFEnableCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFEnableCommentError, b: ViafouraSDK.VFEnableCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFEnableCommentError { +extension ViafouraSDK.VFEnableCommentError { public var errorDescription: Swift.String? { get } @@ -500,7 +500,7 @@ public enum CommentNodeType { case comment case writeReply case followPrompt - public static func == (a: CommentNodeType, b: CommentNodeType) -> Swift.Bool + public static func == (a: ViafouraSDK.CommentNodeType, b: ViafouraSDK.CommentNodeType) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -508,13 +508,13 @@ public enum CommentNodeType { } public enum VFUpdateCommentsContainerSettingsError : Foundation.LocalizedError { case unknown - public static func == (a: VFUpdateCommentsContainerSettingsError, b: VFUpdateCommentsContainerSettingsError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUpdateCommentsContainerSettingsError, b: ViafouraSDK.VFUpdateCommentsContainerSettingsError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUpdateCommentsContainerSettingsError { +extension ViafouraSDK.VFUpdateCommentsContainerSettingsError { public var errorDescription: Swift.String? { get } @@ -524,56 +524,56 @@ extension VFUpdateCommentsContainerSettingsError { } public enum VFDisableChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFDisableChatError, b: VFDisableChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDisableChatError, b: ViafouraSDK.VFDisableChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDisableChatError { +extension ViafouraSDK.VFDisableChatError { public var errorDescription: Swift.String? { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFVerticalTrendingViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFVerticalTrendingViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: VFTrendingSortType, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFVerticalTrendingViewController? + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: ViafouraSDK.VFTrendingSortType, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFVerticalTrendingViewController? @objc deinit @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any VFAdDelegate) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any ViafouraSDK.VFAdDelegate) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) } -extension VFVerticalTrendingViewController : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { +extension ViafouraSDK.VFVerticalTrendingViewController : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) } -extension VFVerticalTrendingViewController : VFLocalAdDelegate { - @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> VFAdView +extension ViafouraSDK.VFVerticalTrendingViewController : ViafouraSDK.VFLocalAdDelegate { + @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView @_Concurrency.MainActor(unsafe) public func getAdInterval() -> Swift.Int } -extension VFVerticalTrendingViewController { +extension ViafouraSDK.VFVerticalTrendingViewController { @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMove(toParent parent: UIKit.UIViewController?) } -extension VFVerticalTrendingViewController { +extension ViafouraSDK.VFVerticalTrendingViewController { @_Concurrency.MainActor(unsafe) @objc override dynamic public func observeValue(forKeyPath keyPath: Swift.String?, of object: Any?, change: [Foundation.NSKeyValueChangeKey : Any]?, context: Swift.UnsafeMutableRawPointer?) } public enum VFUnflagChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnflagChatError, b: VFUnflagChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnflagChatError, b: ViafouraSDK.VFUnflagChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnflagChatError { +extension ViafouraSDK.VFUnflagChatError { public var errorDescription: Swift.String? { get } @@ -583,39 +583,39 @@ extension VFUnflagChatError { } public enum VFLikeChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFLikeChatError, b: VFLikeChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLikeChatError, b: ViafouraSDK.VFLikeChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLikeChatError { +extension ViafouraSDK.VFLikeChatError { public var errorDescription: Swift.String? { get } } public enum VFUndislikeStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFUndislikeStoryError, b: VFUndislikeStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUndislikeStoryError, b: ViafouraSDK.VFUndislikeStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUndislikeStoryError { +extension ViafouraSDK.VFUndislikeStoryError { public var errorDescription: Swift.String? { get } } public enum VFVotePollError : Foundation.LocalizedError { case unknown - public static func == (a: VFVotePollError, b: VFVotePollError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFVotePollError, b: ViafouraSDK.VFVotePollError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFVotePollError { +extension ViafouraSDK.VFVotePollError { public var errorDescription: Swift.String? { get } @@ -623,53 +623,53 @@ extension VFVotePollError { @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFeaturedView : UIKit.UIView { @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFCarouselTrendingViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFCarouselTrendingViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: VFTrendingSortType, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFCarouselTrendingViewController? + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: ViafouraSDK.VFTrendingSortType, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFCarouselTrendingViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any VFAdDelegate) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any ViafouraSDK.VFAdDelegate) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension VFCarouselTrendingViewController : UIKit.UICollectionViewDataSource { +extension ViafouraSDK.VFCarouselTrendingViewController : UIKit.UICollectionViewDataSource { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, numberOfItemsInSection section: Swift.Int) -> Swift.Int @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, cellForItemAt indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell } -extension VFCarouselTrendingViewController : UIKit.UICollectionViewDelegateFlowLayout { +extension ViafouraSDK.VFCarouselTrendingViewController : UIKit.UICollectionViewDelegateFlowLayout { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize } -extension VFCarouselTrendingViewController : VFLocalAdDelegate { - @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> VFAdView +extension ViafouraSDK.VFCarouselTrendingViewController : ViafouraSDK.VFLocalAdDelegate { + @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView @_Concurrency.MainActor(unsafe) public func getAdInterval() -> Swift.Int } public enum VFReplyStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFReplyStoryError, b: VFReplyStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFReplyStoryError, b: ViafouraSDK.VFReplyStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFReplyStoryError { +extension ViafouraSDK.VFReplyStoryError { public var errorDescription: Swift.String? { get } } public enum VFCommentsProfileError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentsProfileError, b: VFCommentsProfileError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentsProfileError, b: ViafouraSDK.VFCommentsProfileError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentsProfileError { +extension ViafouraSDK.VFCommentsProfileError { public var errorDescription: Swift.String? { get } @@ -680,13 +680,13 @@ extension VFCommentsProfileError { public enum VFPollContainerError : Foundation.LocalizedError { case notFound case unknown - public static func == (a: VFPollContainerError, b: VFPollContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFPollContainerError, b: ViafouraSDK.VFPollContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFPollContainerError { +extension ViafouraSDK.VFPollContainerError { public var errorDescription: Swift.String? { get } @@ -696,13 +696,13 @@ extension VFPollContainerError { } public enum VFStoryContainerError : Foundation.LocalizedError { case unknown - public static func == (a: VFStoryContainerError, b: VFStoryContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFStoryContainerError, b: ViafouraSDK.VFStoryContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFStoryContainerError { +extension ViafouraSDK.VFStoryContainerError { public var errorDescription: Swift.String? { get } @@ -718,7 +718,7 @@ public protocol VFLoginDelegate : AnyObject { public enum VFFilterType { case allComments case featured - public static func == (a: VFFilterType, b: VFFilterType) -> Swift.Bool + public static func == (a: ViafouraSDK.VFFilterType, b: ViafouraSDK.VFFilterType) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -726,13 +726,13 @@ public enum VFFilterType { } public enum VFUndislikeChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFUndislikeChatError, b: VFUndislikeChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUndislikeChatError, b: ViafouraSDK.VFUndislikeChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUndislikeChatError { +extension ViafouraSDK.VFUndislikeChatError { public var errorDescription: Swift.String? { get } @@ -745,123 +745,123 @@ extension VFUndislikeChatError { } public enum VFDislikeStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFDislikeStoryError, b: VFDislikeStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDislikeStoryError, b: ViafouraSDK.VFDislikeStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDislikeStoryError { +extension ViafouraSDK.VFDislikeStoryError { public var errorDescription: Swift.String? { get } } public enum VFEditorPickCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFEditorPickCommentError, b: VFEditorPickCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFEditorPickCommentError, b: ViafouraSDK.VFEditorPickCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFEditorPickCommentError { +extension ViafouraSDK.VFEditorPickCommentError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { - public func signup(name: Swift.String, email: Swift.String, password: Swift.String, recaptchaToken: Swift.String? = nil, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func signup(name: Swift.String, email: Swift.String, password: Swift.String, recaptchaToken: Swift.String? = nil, completion: @escaping ((Swift.Result) -> ())) } public enum VFSignUpError : Foundation.LocalizedError { case unknown - public static func == (a: VFSignUpError, b: VFSignUpError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSignUpError, b: ViafouraSDK.VFSignUpError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSignUpError { +extension ViafouraSDK.VFSignUpError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { - public func socialLogin(token: Swift.String, provider: VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func socialLogin(token: Swift.String, provider: ViafouraSDK.VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) } public enum VFSocialLoginError : Foundation.LocalizedError { case unknown - public static func == (a: VFSocialLoginError, b: VFSocialLoginError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSocialLoginError, b: ViafouraSDK.VFSocialLoginError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSocialLoginError { +extension ViafouraSDK.VFSocialLoginError { public var errorDescription: Swift.String? { get } } public enum VFCommentContainerError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentContainerError, b: VFCommentContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentContainerError, b: ViafouraSDK.VFCommentContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentContainerError { +extension ViafouraSDK.VFCommentContainerError { public var errorDescription: Swift.String? { get } } public enum VFUnlikeCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnlikeCommentError, b: VFUnlikeCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnlikeCommentError, b: ViafouraSDK.VFUnlikeCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnlikeCommentError { +extension ViafouraSDK.VFUnlikeCommentError { public var errorDescription: Swift.String? { get } } public enum VFUserMutesError : Foundation.LocalizedError { case unknown - public static func == (a: VFUserMutesError, b: VFUserMutesError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUserMutesError, b: ViafouraSDK.VFUserMutesError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUserMutesError { +extension ViafouraSDK.VFUserMutesError { public var errorDescription: Swift.String? { get } } public enum VFUnmuteUserError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnmuteUserError, b: VFUnmuteUserError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnmuteUserError, b: ViafouraSDK.VFUnmuteUserError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnmuteUserError { +extension ViafouraSDK.VFUnmuteUserError { public var errorDescription: Swift.String? { get } } public enum VFMuteUserError : Foundation.LocalizedError { case unknown - public static func == (a: VFMuteUserError, b: VFMuteUserError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFMuteUserError, b: ViafouraSDK.VFMuteUserError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFMuteUserError { +extension ViafouraSDK.VFMuteUserError { public var errorDescription: Swift.String? { get } @@ -871,29 +871,29 @@ extension VFMuteUserError { } public enum VFFlagChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFFlagChatError, b: VFFlagChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFFlagChatError, b: ViafouraSDK.VFFlagChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFFlagChatError { +extension ViafouraSDK.VFFlagChatError { public var errorDescription: Swift.String? { get } } -extension VFAuthenticationService { - public func openIdLogin(token: Swift.String, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func openIdLogin(token: Swift.String, completion: @escaping ((Swift.Result) -> ())) } public enum VFOpenIdLoginError : Foundation.LocalizedError { case unknown - public static func == (a: VFOpenIdLoginError, b: VFOpenIdLoginError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFOpenIdLoginError, b: ViafouraSDK.VFOpenIdLoginError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFOpenIdLoginError { +extension ViafouraSDK.VFOpenIdLoginError { public var errorDescription: Swift.String? { get } @@ -902,17 +902,17 @@ public struct UserResponse : Swift.Decodable { public init(from decoder: any Swift.Decoder) throws } public protocol VFLayoutDelegate : ObjectiveC.NSObject { - func containerHeightUpdated(viewController: VFUIViewController, height: CoreFoundation.CGFloat) + func containerHeightUpdated(viewController: ViafouraSDK.VFUIViewController, height: CoreFoundation.CGFloat) } public enum VFDeleteChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFDeleteChatError, b: VFDeleteChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDeleteChatError, b: ViafouraSDK.VFDeleteChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDeleteChatError { +extension ViafouraSDK.VFDeleteChatError { public var errorDescription: Swift.String? { get } @@ -920,20 +920,20 @@ extension VFDeleteChatError { public enum VFCreateCommentError : Foundation.LocalizedError { case unknown case unauthorized - public static func == (a: VFCreateCommentError, b: VFCreateCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreateCommentError, b: ViafouraSDK.VFCreateCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreateCommentError { +extension ViafouraSDK.VFCreateCommentError { public var errorDescription: Swift.String? { get } } public struct Constants { } -extension Constants { +extension ViafouraSDK.Constants { public struct AvatarColors { public static let colors: [UIKit.UIColor] } @@ -955,19 +955,19 @@ public struct VFArticleMetadata { public static func initialize(siteUUID: Swift.String, siteDomain: Swift.String) public static func setLoggingEnabled(_ isLoggingEnabled: Swift.Bool) public static func isLoggingEnabled() -> Swift.Bool - public static func auth() -> VFAuthenticationService - public static func comments() -> VFLiveCommentsService + public static func auth() -> ViafouraSDK.VFAuthenticationService + public static func comments() -> ViafouraSDK.VFLiveCommentsService @objc deinit } public enum VFUserCommentsError : Foundation.LocalizedError { case unknown - public static func == (a: VFUserCommentsError, b: VFUserCommentsError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUserCommentsError, b: ViafouraSDK.VFUserCommentsError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUserCommentsError { +extension ViafouraSDK.VFUserCommentsError { public var errorDescription: Swift.String? { get } @@ -1013,7 +1013,7 @@ public enum VFSortType { public var rawValue: Swift.String { get } - public static func == (a: VFSortType, b: VFSortType) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSortType, b: ViafouraSDK.VFSortType) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get @@ -1021,67 +1021,67 @@ public enum VFSortType { } public enum VFCommentListError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentListError, b: VFCommentListError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentListError, b: ViafouraSDK.VFCommentListError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentListError { +extension ViafouraSDK.VFCommentListError { public var errorDescription: Swift.String? { get } } public enum VFUpdateUserError : Foundation.LocalizedError { case unknown - public static func == (a: VFUpdateUserError, b: VFUpdateUserError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUpdateUserError, b: ViafouraSDK.VFUpdateUserError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUpdateUserError { +extension ViafouraSDK.VFUpdateUserError { public var errorDescription: Swift.String? { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPollViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPollViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(contentContainerUUID: Foundation.UUID, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> VFPollViewController? + @_Concurrency.MainActor(unsafe) public static func new(contentContainerUUID: Foundation.UUID, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.VFPollViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension VFPollViewController : UIKit.UITextFieldDelegate { +extension ViafouraSDK.VFPollViewController : UIKit.UITextFieldDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func textFieldShouldReturn(_ textField: UIKit.UITextField) -> Swift.Bool } public enum VFEditCommentError : Foundation.LocalizedError { case unknown case unauthorized - public static func == (a: VFEditCommentError, b: VFEditCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFEditCommentError, b: ViafouraSDK.VFEditCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFEditCommentError { +extension ViafouraSDK.VFEditCommentError { public var errorDescription: Swift.String? { get } } public enum VFCreatePollError : Foundation.LocalizedError { case unknown - public static func == (a: VFCreatePollError, b: VFCreatePollError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreatePollError, b: ViafouraSDK.VFCreatePollError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreatePollError { +extension ViafouraSDK.VFCreatePollError { public var errorDescription: Swift.String? { get } @@ -1093,49 +1093,49 @@ extension VFCreatePollError { } @objc deinit } -extension VFAuthenticationService { - public func loginRadiusLogin(token: Swift.String, provider: VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func loginRadiusLogin(token: Swift.String, provider: ViafouraSDK.VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) } public enum VFLoginRadiusLoginError : Foundation.LocalizedError { case unknown - public static func == (a: VFLoginRadiusLoginError, b: VFLoginRadiusLoginError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFLoginRadiusLoginError, b: ViafouraSDK.VFLoginRadiusLoginError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFLoginRadiusLoginError { +extension ViafouraSDK.VFLoginRadiusLoginError { public var errorDescription: Swift.String? { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPreviewCommentsViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPreviewCommentsViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, paginationSize: Swift.Int = 10, defaultSort: VFSortType = .newest, featuredTabThreshold: Swift.Int = 3, replySize: Swift.Int = 2, syndicationKey: Swift.String? = nil, sectionUUID: Foundation.UUID? = nil) -> VFPreviewCommentsViewController? + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, paginationSize: Swift.Int = 10, defaultSort: ViafouraSDK.VFSortType = .newest, featuredTabThreshold: Swift.Int = 3, replySize: Swift.Int = 2, syndicationKey: Swift.String? = nil, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFPreviewCommentsViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any VFAdDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any ViafouraSDK.VFAdDelegate) @_Concurrency.MainActor(unsafe) public func getContentScrollPosition(contentUUID: Foundation.UUID, completion: @escaping (CoreFoundation.CGFloat) -> Swift.Void) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) public func setAuthorsIds(authors: [Swift.String]) - @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) @objc deinit @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public func observeValue(forKeyPath keyPath: Swift.String?, of object: Any?, change: [Foundation.NSKeyValueChangeKey : Any]?, context: Swift.UnsafeMutableRawPointer?) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) } -extension VFPreviewCommentsViewController : VFLocalAdDelegate { - @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> VFAdView +extension ViafouraSDK.VFPreviewCommentsViewController : ViafouraSDK.VFLocalAdDelegate { + @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView @_Concurrency.MainActor(unsafe) public func getAdInterval() -> Swift.Int @_Concurrency.MainActor(unsafe) public func getFirstAdPosition() -> Swift.Int } -extension VFPreviewCommentsViewController { +extension ViafouraSDK.VFPreviewCommentsViewController { @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMove(toParent parent: UIKit.UIViewController?) } -extension VFPreviewCommentsViewController : VFLayoutDelegate { - @_Concurrency.MainActor(unsafe) public func containerHeightUpdated(viewController: VFUIViewController, height: CoreFoundation.CGFloat) +extension ViafouraSDK.VFPreviewCommentsViewController : ViafouraSDK.VFLayoutDelegate { + @_Concurrency.MainActor(unsafe) public func containerHeightUpdated(viewController: ViafouraSDK.VFUIViewController, height: CoreFoundation.CGFloat) } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFlagsView : UIKit.UIView { @objc deinit @@ -1148,27 +1148,27 @@ public enum VFTrendingSortType : Swift.String { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveBlogViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveBlogViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFLiveBlogViewController? + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFLiveBlogViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } public enum VFStorySelectionError : Foundation.LocalizedError { case unknown - public static func == (a: VFStorySelectionError, b: VFStorySelectionError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFStorySelectionError, b: ViafouraSDK.VFStorySelectionError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFStorySelectionError { +extension ViafouraSDK.VFStorySelectionError { public var errorDescription: Swift.String? { get } @@ -1181,45 +1181,45 @@ extension VFStorySelectionError { } public enum VFUndislikeCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFUndislikeCommentError, b: VFUndislikeCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUndislikeCommentError, b: ViafouraSDK.VFUndislikeCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUndislikeCommentError { +extension ViafouraSDK.VFUndislikeCommentError { public var errorDescription: Swift.String? { get } } public enum VFRemovePollError : Foundation.LocalizedError { case unknown - public static func == (a: VFRemovePollError, b: VFRemovePollError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFRemovePollError, b: ViafouraSDK.VFRemovePollError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFRemovePollError { +extension ViafouraSDK.VFRemovePollError { public var errorDescription: Swift.String? { get } } -extension VFLiveCommentsService { - public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFLiveCommentsService { + public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String, completion: @escaping ((Swift.Result) -> ())) #if compiler(>=5.3) && $AsyncAwait - public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String) async throws -> (Swift.Result) + public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String) async throws -> (Swift.Result) #endif } public enum VFCommentCountError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentCountError, b: VFCommentCountError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentCountError, b: ViafouraSDK.VFCommentCountError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentCountError { +extension ViafouraSDK.VFCommentCountError { public var errorDescription: Swift.String? { get } @@ -1234,13 +1234,13 @@ extension VFCommentCountError { } public enum VFCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentError, b: VFCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentError, b: ViafouraSDK.VFCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentError { +extension ViafouraSDK.VFCommentError { public var errorDescription: Swift.String? { get } @@ -1253,13 +1253,13 @@ extension VFCommentError { } public enum VFTopicsSubscribedError : Foundation.LocalizedError { case unknown - public static func == (a: VFTopicsSubscribedError, b: VFTopicsSubscribedError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFTopicsSubscribedError, b: ViafouraSDK.VFTopicsSubscribedError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFTopicsSubscribedError { +extension ViafouraSDK.VFTopicsSubscribedError { public var errorDescription: Swift.String? { get } @@ -1271,85 +1271,85 @@ extension VFTopicsSubscribedError { @objc deinit } public enum VFCustomizableView { - case postButton(button: VFButton) - case postTextView(textField: VFTextView) - case postCloseImage(image: VFImageView) - case postTitle(label: VFLabel) - case postPlaceholderLabel(label: VFLabel) - case postLoadingView(loadingView: VFLoadingView) + case postButton(button: ViafouraSDK.VFButton) + case postTextView(textField: ViafouraSDK.VFTextView) + case postCloseImage(image: ViafouraSDK.VFImageView) + case postTitle(label: ViafouraSDK.VFLabel) + case postPlaceholderLabel(label: ViafouraSDK.VFLabel) + case postLoadingView(loadingView: ViafouraSDK.VFLoadingView) case postBackgroundView(view: UIKit.UIView) - case profileNameLabel(label: VFLabel) - case profileLogoutLabel(label: VFLabel) - case profileCloseImage(image: VFImageView) - case profileLikesLabel(label: VFLabel) - case profileFollowersLabel(label: VFLabel) - case profileSegmentedControl(segmentedControl: VFSegmentedControl) + case profileNameLabel(label: ViafouraSDK.VFLabel) + case profileLogoutLabel(label: ViafouraSDK.VFLabel) + case profileCloseImage(image: ViafouraSDK.VFImageView) + case profileLikesLabel(label: ViafouraSDK.VFLabel) + case profileFollowersLabel(label: ViafouraSDK.VFLabel) + case profileSegmentedControl(segmentedControl: ViafouraSDK.VFSegmentedControl) case profileBackgroundView(view: UIKit.UIView) - case commentCellDateLabel(label: VFLabel) - case commentCellNameLabel(label: VFLabel) - case commentCellContentLabel(label: VFLabel) - case commentCellLikeImage(image: VFImageView) - case commentCellLikeLabel(label: VFLabel) - case commentCellDislikeImage(image: VFImageView) - case commentCellDislikeLabel(label: VFLabel) - case commentCellReplyLabel(label: VFLabel) - case commentCellCustomBadge(badge: VFCustomBadgeView) - case previewEmptyCommentsView(emptyCommentsView: VFEmptyCommentsView) - case previewSeeMoreCommentsButton(button: VFButton) - case previewTitleLabel(label: VFLabel) - case previewCounterLabel(label: VFLabel) - case previewPrivacyLabel(label: VFLabel) - case previewPoweredByView(poweredByView: VFPoweredByViafouraView) - case previewLoadingView(loadingView: VFLoadingView) - case previewFollowView(followView: VFFollowView) + case commentCellDateLabel(label: ViafouraSDK.VFLabel) + case commentCellNameLabel(label: ViafouraSDK.VFLabel) + case commentCellContentLabel(label: ViafouraSDK.VFLabel) + case commentCellLikeImage(image: ViafouraSDK.VFImageView) + case commentCellLikeLabel(label: ViafouraSDK.VFLabel) + case commentCellDislikeImage(image: ViafouraSDK.VFImageView) + case commentCellDislikeLabel(label: ViafouraSDK.VFLabel) + case commentCellReplyLabel(label: ViafouraSDK.VFLabel) + case commentCellCustomBadge(badge: ViafouraSDK.VFCustomBadgeView) + case previewEmptyCommentsView(emptyCommentsView: ViafouraSDK.VFEmptyCommentsView) + case previewSeeMoreCommentsButton(button: ViafouraSDK.VFButton) + case previewTitleLabel(label: ViafouraSDK.VFLabel) + case previewCounterLabel(label: ViafouraSDK.VFLabel) + case previewPrivacyLabel(label: ViafouraSDK.VFLabel) + case previewPoweredByView(poweredByView: ViafouraSDK.VFPoweredByViafouraView) + case previewLoadingView(loadingView: ViafouraSDK.VFLoadingView) + case previewFollowView(followView: ViafouraSDK.VFFollowView) case previewBackgroundView(view: UIKit.UIView) case trendingVerticalBackgroundView(view: UIKit.UIView) - case trendingVerticalFullImage(image: VFImageView) - case trendingVerticalFullTitle(label: VFLabel) - case trendingVerticalFullCount(label: VFLabel) - case trendingVerticalCondensedTitle(label: VFLabel) - case trendingVerticalCondensedCount(label: VFLabel) - case trendingCarouselTitle(label: VFLabel) - case trendingCarouselImage(image: VFImageView) - case trendingCarouselCount(label: VFLabel) + case trendingVerticalFullImage(image: ViafouraSDK.VFImageView) + case trendingVerticalFullTitle(label: ViafouraSDK.VFLabel) + case trendingVerticalFullCount(label: ViafouraSDK.VFLabel) + case trendingVerticalCondensedTitle(label: ViafouraSDK.VFLabel) + case trendingVerticalCondensedCount(label: ViafouraSDK.VFLabel) + case trendingCarouselTitle(label: ViafouraSDK.VFLabel) + case trendingCarouselImage(image: ViafouraSDK.VFImageView) + case trendingCarouselCount(label: ViafouraSDK.VFLabel) case trendingCarouselBackgroundView(view: UIKit.UIView) - case chatCellContentLabel(label: VFLabel) - case chatCellDateLabel(label: VFLabel) - case chatCellUserNameLabel(label: VFLabel) + case chatCellContentLabel(label: ViafouraSDK.VFLabel) + case chatCellDateLabel(label: ViafouraSDK.VFLabel) + case chatCellUserNameLabel(label: ViafouraSDK.VFLabel) case chatPostView(view: UIKit.UIView) - case chatPostImage(image: VFImageView) - case chatPostLoading(loadingView: VFLoadingView) - case chatTextView(textView: VFTextView) + case chatPostImage(image: ViafouraSDK.VFImageView) + case chatPostLoading(loadingView: ViafouraSDK.VFLoadingView) + case chatTextView(textView: ViafouraSDK.VFTextView) case chatBackgroundView(backgroundView: UIKit.UIView) - case chatLoading(loadingView: VFLoadingView) - case chatLoadingMore(loadingView: VFLoadingView) - case chatEmptyView(emptyView: VFEmptyChatsView) - case chatReplyingToClose(image: VFImageView) - case chatReplyingToTitle(label: VFLabel) - case chatReplyingToDescription(label: VFLabel) + case chatLoading(loadingView: ViafouraSDK.VFLoadingView) + case chatLoadingMore(loadingView: ViafouraSDK.VFLoadingView) + case chatEmptyView(emptyView: ViafouraSDK.VFEmptyChatsView) + case chatReplyingToClose(image: ViafouraSDK.VFImageView) + case chatReplyingToTitle(label: ViafouraSDK.VFLabel) + case chatReplyingToDescription(label: ViafouraSDK.VFLabel) } public enum VFUnpinCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnpinCommentError, b: VFUnpinCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnpinCommentError, b: ViafouraSDK.VFUnpinCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnpinCommentError { +extension ViafouraSDK.VFUnpinCommentError { public var errorDescription: Swift.String? { get } } public enum VFCommentRepliesError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentRepliesError, b: VFCommentRepliesError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentRepliesError, b: ViafouraSDK.VFCommentRepliesError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentRepliesError { +extension ViafouraSDK.VFCommentRepliesError { public var errorDescription: Swift.String? { get } @@ -1359,26 +1359,26 @@ extension VFCommentRepliesError { } public enum VFReplyChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFReplyChatError, b: VFReplyChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFReplyChatError, b: ViafouraSDK.VFReplyChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFReplyChatError { +extension ViafouraSDK.VFReplyChatError { public var errorDescription: Swift.String? { get } } public enum VFCommentModerationListError : Foundation.LocalizedError { case unknown - public static func == (a: VFCommentModerationListError, b: VFCommentModerationListError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCommentModerationListError, b: ViafouraSDK.VFCommentModerationListError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCommentModerationListError { +extension ViafouraSDK.VFCommentModerationListError { public var errorDescription: Swift.String? { get } @@ -1386,31 +1386,31 @@ extension VFCommentModerationListError { @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFEmptyCommentsView : UIKit.UIView { @objc deinit } -extension AnalyticsService { +extension ViafouraSDK.AnalyticsService { public func logTyping(contentContainerUUID: Foundation.UUID, threadUUID: Foundation.UUID, contentUUID: Foundation.UUID) } public enum VFTrendingError : Foundation.LocalizedError { case unknown - public static func == (a: VFTrendingError, b: VFTrendingError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFTrendingError, b: ViafouraSDK.VFTrendingError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFTrendingError { +extension ViafouraSDK.VFTrendingError { public var errorDescription: Swift.String? { get } } public enum VFCreateCommentMediaError : Foundation.LocalizedError { case unknown - public static func == (a: VFCreateCommentMediaError, b: VFCreateCommentMediaError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreateCommentMediaError, b: ViafouraSDK.VFCreateCommentMediaError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreateCommentMediaError { +extension ViafouraSDK.VFCreateCommentMediaError { public var errorDescription: Swift.String? { get } @@ -1420,13 +1420,13 @@ extension VFCreateCommentMediaError { } public enum VFUpdateStoryContainerError : Foundation.LocalizedError { case unknown - public static func == (a: VFUpdateStoryContainerError, b: VFUpdateStoryContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUpdateStoryContainerError, b: ViafouraSDK.VFUpdateStoryContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUpdateStoryContainerError { +extension ViafouraSDK.VFUpdateStoryContainerError { public var errorDescription: Swift.String? { get } @@ -1444,22 +1444,22 @@ extension VFUpdateStoryContainerError { @objc get @objc set } - @_Concurrency.MainActor(unsafe) public init(settings: VFSettings, loginDelegate: any VFLoginDelegate, onBellClicked: @escaping ((Foundation.UUID) -> Swift.Void)) - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public init(settings: ViafouraSDK.VFSettings, loginDelegate: any ViafouraSDK.VFLoginDelegate, onBellClicked: @escaping ((Foundation.UUID) -> Swift.Void)) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFProfileViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFProfileViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(userUUID: Foundation.UUID, presentationType: VFProfilePresentationType, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> VFProfileViewController? + @_Concurrency.MainActor(unsafe) public static func new(userUUID: Foundation.UUID, presentationType: ViafouraSDK.VFProfilePresentationType, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.VFProfileViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension VFProfileViewController : UIKit.UIImagePickerControllerDelegate, UIKit.UINavigationControllerDelegate { +extension ViafouraSDK.VFProfileViewController : UIKit.UIImagePickerControllerDelegate, UIKit.UINavigationControllerDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func imagePickerController(_ picker: UIKit.UIImagePickerController, didFinishPickingMediaWithInfo info: [UIKit.UIImagePickerController.InfoKey : Any]) } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFSeparatorView : UIKit.UIView { @@ -1467,26 +1467,26 @@ extension VFProfileViewController : UIKit.UIImagePickerControllerDelegate, UIKit } public enum VFChatContainerError : Foundation.LocalizedError { case unknown - public static func == (a: VFChatContainerError, b: VFChatContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFChatContainerError, b: ViafouraSDK.VFChatContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFChatContainerError { +extension ViafouraSDK.VFChatContainerError { public var errorDescription: Swift.String? { get } } public enum VFCreateStoryError : Foundation.LocalizedError { case unknown - public static func == (a: VFCreateStoryError, b: VFCreateStoryError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreateStoryError, b: ViafouraSDK.VFCreateStoryError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreateStoryError { +extension ViafouraSDK.VFCreateStoryError { public var errorDescription: Swift.String? { get } @@ -1497,82 +1497,82 @@ extension VFCreateStoryError { @_hasMissingDesignatedInitializers public class CommentContent { @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ViewChatReplyViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ViewChatReplyViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ChatContent, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> ViewChatReplyViewController? + @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ViafouraSDK.ChatContent, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.ViewChatReplyViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ChatReplyViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ChatReplyViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ChatContent, containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> ChatReplyViewController? + @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ViafouraSDK.ChatContent, containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.ChatReplyViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension ChatReplyViewController : UIKit.UITextViewDelegate { +extension ViafouraSDK.ChatReplyViewController : UIKit.UITextViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func textViewDidChange(_ textView: UIKit.UITextView) } -extension VFAuthenticationService { - public func cookieLogin(token: Swift.String, type: Swift.String = "viafouraDefinedCookie", completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func cookieLogin(token: Swift.String, type: Swift.String = "viafouraDefinedCookie", completion: @escaping ((Swift.Result) -> ())) } public struct VFCookieLoginData { } public enum VFCookieLoginError : Foundation.LocalizedError { case unknown - public static func == (a: VFCookieLoginError, b: VFCookieLoginError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCookieLoginError, b: ViafouraSDK.VFCookieLoginError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCookieLoginError { +extension ViafouraSDK.VFCookieLoginError { public var errorDescription: Swift.String? { get } } public enum VFSubscribeTopicError : Foundation.LocalizedError { case unknown - public static func == (a: VFSubscribeTopicError, b: VFSubscribeTopicError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSubscribeTopicError, b: ViafouraSDK.VFSubscribeTopicError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSubscribeTopicError { +extension ViafouraSDK.VFSubscribeTopicError { public var errorDescription: Swift.String? { get } } public enum VFStoryListError : Foundation.LocalizedError { case unknown - public static func == (a: VFStoryListError, b: VFStoryListError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFStoryListError, b: ViafouraSDK.VFStoryListError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFStoryListError { +extension ViafouraSDK.VFStoryListError { public var errorDescription: Swift.String? { get } } public enum VFCreateChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFCreateChatError, b: VFCreateChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFCreateChatError, b: ViafouraSDK.VFCreateChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFCreateChatError { +extension ViafouraSDK.VFCreateChatError { public var errorDescription: Swift.String? { get } @@ -1592,13 +1592,13 @@ public struct VFFonts { } public enum VFRemoveEditorPickCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFRemoveEditorPickCommentError, b: VFRemoveEditorPickCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFRemoveEditorPickCommentError, b: ViafouraSDK.VFRemoveEditorPickCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFRemoveEditorPickCommentError { +extension ViafouraSDK.VFRemoveEditorPickCommentError { public var errorDescription: Swift.String? { get } @@ -1609,18 +1609,18 @@ extension VFRemoveEditorPickCommentError { public protocol StoryboardCreateable : UIKit.UIViewController { static var storyboardName: Swift.String { get } } -extension StoryboardCreateable { +extension ViafouraSDK.StoryboardCreateable { public static func new() -> Self? } public enum VFSpamCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFSpamCommentError, b: VFSpamCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFSpamCommentError, b: ViafouraSDK.VFSpamCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFSpamCommentError { +extension ViafouraSDK.VFSpamCommentError { public var errorDescription: Swift.String? { get } @@ -1630,66 +1630,66 @@ extension VFSpamCommentError { } public enum VFUnsubscribeTopicError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnsubscribeTopicError, b: VFUnsubscribeTopicError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnsubscribeTopicError, b: ViafouraSDK.VFUnsubscribeTopicError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnsubscribeTopicError { +extension ViafouraSDK.VFUnsubscribeTopicError { public var errorDescription: Swift.String? { get } } public enum VFPinCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFPinCommentError, b: VFPinCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFPinCommentError, b: ViafouraSDK.VFPinCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFPinCommentError { +extension ViafouraSDK.VFPinCommentError { public var errorDescription: Swift.String? { get } } public enum VFUnlikeChatError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnlikeChatError, b: VFUnlikeChatError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnlikeChatError, b: ViafouraSDK.VFUnlikeChatError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnlikeChatError { +extension ViafouraSDK.VFUnlikeChatError { public var errorDescription: Swift.String? { get } } public protocol VFCustomUIDelegate : AnyObject { - func customizeView(theme: VFTheme, view: VFCustomizableView) + func customizeView(theme: ViafouraSDK.VFTheme, view: ViafouraSDK.VFCustomizableView) } public struct VFSettings { - public let fonts: VFFonts - public var colors: VFColors - public init(colors: VFColors, fonts: VFFonts = VFFonts()) + public let fonts: ViafouraSDK.VFFonts + public var colors: ViafouraSDK.VFColors + public init(colors: ViafouraSDK.VFColors, fonts: ViafouraSDK.VFFonts = VFFonts()) } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class SingleChatViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class SingleChatViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFNewCommentViewController : VFUIViewController { - @_Concurrency.MainActor(unsafe) public static func new(newCommentActionType: VFNewCommentActionType, containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFNewCommentViewController? +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFNewCommentViewController : ViafouraSDK.VFUIViewController { + @_Concurrency.MainActor(unsafe) public static func new(newCommentActionType: ViafouraSDK.VFNewCommentActionType, containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFNewCommentViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public var canBecomeFirstResponder: Swift.Bool { @objc get @@ -1701,10 +1701,10 @@ public struct VFSettings { @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension VFNewCommentViewController : UIKit.UITextViewDelegate { +extension ViafouraSDK.VFNewCommentViewController : UIKit.UITextViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func textViewDidChange(_ textView: UIKit.UITextView) } -extension VFNewCommentViewController { +extension ViafouraSDK.VFNewCommentViewController { @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator) } public enum WidgetType : Swift.String, Swift.Encodable { @@ -1722,18 +1722,18 @@ public enum WidgetType : Swift.String, Swift.Encodable { get } } -extension VFAuthenticationService { - public func resetPassword(email: Swift.String, completion: @escaping ((Swift.Result) -> ())) +extension ViafouraSDK.VFAuthenticationService { + public func resetPassword(email: Swift.String, completion: @escaping ((Swift.Result) -> ())) } public enum VFPasswordResetError : Foundation.LocalizedError { case unknown - public static func == (a: VFPasswordResetError, b: VFPasswordResetError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFPasswordResetError, b: ViafouraSDK.VFPasswordResetError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFPasswordResetError { +extension ViafouraSDK.VFPasswordResetError { public var errorDescription: Swift.String? { get } @@ -1748,13 +1748,13 @@ extension VFPasswordResetError { } public enum VFUserInfoError : Foundation.LocalizedError { case unknown - public static func == (a: VFUserInfoError, b: VFUserInfoError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUserInfoError, b: ViafouraSDK.VFUserInfoError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUserInfoError { +extension ViafouraSDK.VFUserInfoError { public var errorDescription: Swift.String? { get } @@ -1764,26 +1764,26 @@ extension VFUserInfoError { } public enum VFUpdateChatContainerError : Foundation.LocalizedError { case unknown - public static func == (a: VFUpdateChatContainerError, b: VFUpdateChatContainerError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUpdateChatContainerError, b: ViafouraSDK.VFUpdateChatContainerError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUpdateChatContainerError { +extension ViafouraSDK.VFUpdateChatContainerError { public var errorDescription: Swift.String? { get } } public enum VFDisableCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFDisableCommentError, b: VFDisableCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDisableCommentError, b: ViafouraSDK.VFDisableCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDisableCommentError { +extension ViafouraSDK.VFDisableCommentError { public var errorDescription: Swift.String? { get } @@ -1829,235 +1829,235 @@ public enum EventLoginType : Swift.String, Swift.Encodable { } public enum VFUnspamCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFUnspamCommentError, b: VFUnspamCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFUnspamCommentError, b: ViafouraSDK.VFUnspamCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFUnspamCommentError { +extension ViafouraSDK.VFUnspamCommentError { public var errorDescription: Swift.String? { get } } public enum VFDeleteCommentError : Foundation.LocalizedError { case unknown - public static func == (a: VFDeleteCommentError, b: VFDeleteCommentError) -> Swift.Bool + public static func == (a: ViafouraSDK.VFDeleteCommentError, b: ViafouraSDK.VFDeleteCommentError) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension VFDeleteCommentError { +extension ViafouraSDK.VFDeleteCommentError { public var errorDescription: Swift.String? { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveChatViewController : VFUIViewController { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveChatViewController : ViafouraSDK.VFUIViewController { @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String - @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, paginationSize: Swift.Int = 10, sectionUUID: Foundation.UUID? = nil) -> VFLiveChatViewController? + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, paginationSize: Swift.Int = 10, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFLiveChatViewController? @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) - @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) - @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -extension VFLiveChatViewController : UIKit.UITextViewDelegate { +extension ViafouraSDK.VFLiveChatViewController : UIKit.UITextViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func textViewDidChange(_ textView: UIKit.UITextView) } -extension VFDislikeChatError : Swift.Equatable {} -extension VFDislikeChatError : Swift.Hashable {} -extension VFSingleStoryError : Swift.Equatable {} -extension VFSingleStoryError : Swift.Hashable {} -extension VFCreateCommentReplyError : Swift.Equatable {} -extension VFCreateCommentReplyError : Swift.Hashable {} -extension VFDeleteStoryError : Swift.Equatable {} -extension VFDeleteStoryError : Swift.Hashable {} -extension VFLoginStatus : Swift.Equatable {} -extension VFLoginStatus : Swift.Hashable {} -extension VFLoginStatusError : Swift.Equatable {} -extension VFLoginStatusError : Swift.Hashable {} -extension VFUnflagCommentError : Swift.Equatable {} -extension VFUnflagCommentError : Swift.Hashable {} -extension VFUnlikeStoryError : Swift.Equatable {} -extension VFUnlikeStoryError : Swift.Hashable {} -extension VFFlagCommentError : Swift.Equatable {} -extension VFFlagCommentError : Swift.Hashable {} -extension VFChatListError : Swift.Equatable {} -extension VFChatListError : Swift.Hashable {} -extension VFLikeStoryError : Swift.Equatable {} -extension VFLikeStoryError : Swift.Hashable {} -extension VFUpdateUserAvatarError : Swift.Equatable {} -extension VFUpdateUserAvatarError : Swift.Hashable {} -extension VFTheme : Swift.Equatable {} -extension VFTheme : Swift.Hashable {} -extension VFAuthPromptType : Swift.Equatable {} -extension VFAuthPromptType : Swift.Hashable {} -extension VFProfilePresentationType : Swift.Equatable {} -extension VFProfilePresentationType : Swift.Hashable {} -extension VFSingleChatError : Swift.Equatable {} -extension VFSingleChatError : Swift.Hashable {} -extension VFClosePollError : Swift.Equatable {} -extension VFClosePollError : Swift.Hashable {} -extension VFDislikeCommentError : Swift.Equatable {} -extension VFDislikeCommentError : Swift.Hashable {} -extension VFCommentContainerSignatureError : Swift.Equatable {} -extension VFCommentContainerSignatureError : Swift.Hashable {} -extension VFChatSelectionError : Swift.Equatable {} -extension VFChatSelectionError : Swift.Hashable {} -extension VFEnableChatError : Swift.Equatable {} -extension VFEnableChatError : Swift.Hashable {} -extension VFChatModerationListError : Swift.Equatable {} -extension VFChatModerationListError : Swift.Hashable {} -extension VFLoginError : Swift.Equatable {} -extension VFLoginError : Swift.Hashable {} -extension VFLikeCommentError : Swift.Equatable {} -extension VFLikeCommentError : Swift.Hashable {} -extension VFEnableCommentError : Swift.Equatable {} -extension VFEnableCommentError : Swift.Hashable {} -extension EventAttemptedAction : Swift.Equatable {} -extension EventAttemptedAction : Swift.Hashable {} -extension EventAttemptedAction : Swift.RawRepresentable {} -extension CommentNodeType : Swift.Equatable {} -extension CommentNodeType : Swift.Hashable {} -extension VFUpdateCommentsContainerSettingsError : Swift.Equatable {} -extension VFUpdateCommentsContainerSettingsError : Swift.Hashable {} -extension VFDisableChatError : Swift.Equatable {} -extension VFDisableChatError : Swift.Hashable {} -extension VFUnflagChatError : Swift.Equatable {} -extension VFUnflagChatError : Swift.Hashable {} -extension VFLikeChatError : Swift.Equatable {} -extension VFLikeChatError : Swift.Hashable {} -extension VFUndislikeStoryError : Swift.Equatable {} -extension VFUndislikeStoryError : Swift.Hashable {} -extension VFVotePollError : Swift.Equatable {} -extension VFVotePollError : Swift.Hashable {} -extension VFReplyStoryError : Swift.Equatable {} -extension VFReplyStoryError : Swift.Hashable {} -extension VFCommentsProfileError : Swift.Equatable {} -extension VFCommentsProfileError : Swift.Hashable {} -extension VFPollContainerError : Swift.Equatable {} -extension VFPollContainerError : Swift.Hashable {} -extension VFStoryContainerError : Swift.Equatable {} -extension VFStoryContainerError : Swift.Hashable {} -extension VFFilterType : Swift.Equatable {} -extension VFFilterType : Swift.Hashable {} -extension VFUndislikeChatError : Swift.Equatable {} -extension VFUndislikeChatError : Swift.Hashable {} -extension VFDislikeStoryError : Swift.Equatable {} -extension VFDislikeStoryError : Swift.Hashable {} -extension VFEditorPickCommentError : Swift.Equatable {} -extension VFEditorPickCommentError : Swift.Hashable {} -extension VFSignUpError : Swift.Equatable {} -extension VFSignUpError : Swift.Hashable {} -extension VFSocialLoginError : Swift.Equatable {} -extension VFSocialLoginError : Swift.Hashable {} -extension VFCommentContainerError : Swift.Equatable {} -extension VFCommentContainerError : Swift.Hashable {} -extension VFUnlikeCommentError : Swift.Equatable {} -extension VFUnlikeCommentError : Swift.Hashable {} -extension VFUserMutesError : Swift.Equatable {} -extension VFUserMutesError : Swift.Hashable {} -extension VFUnmuteUserError : Swift.Equatable {} -extension VFUnmuteUserError : Swift.Hashable {} -extension VFMuteUserError : Swift.Equatable {} -extension VFMuteUserError : Swift.Hashable {} -extension VFFlagChatError : Swift.Equatable {} -extension VFFlagChatError : Swift.Hashable {} -extension VFOpenIdLoginError : Swift.Equatable {} -extension VFOpenIdLoginError : Swift.Hashable {} -extension VFDeleteChatError : Swift.Equatable {} -extension VFDeleteChatError : Swift.Hashable {} -extension VFCreateCommentError : Swift.Equatable {} -extension VFCreateCommentError : Swift.Hashable {} -extension VFUserCommentsError : Swift.Equatable {} -extension VFUserCommentsError : Swift.Hashable {} -extension EventType : Swift.Equatable {} -extension EventType : Swift.Hashable {} -extension EventType : Swift.RawRepresentable {} -extension VFSortType : Swift.Equatable {} -extension VFSortType : Swift.Hashable {} -extension VFCommentListError : Swift.Equatable {} -extension VFCommentListError : Swift.Hashable {} -extension VFUpdateUserError : Swift.Equatable {} -extension VFUpdateUserError : Swift.Hashable {} -extension VFEditCommentError : Swift.Equatable {} -extension VFEditCommentError : Swift.Hashable {} -extension VFCreatePollError : Swift.Equatable {} -extension VFCreatePollError : Swift.Hashable {} -extension VFLoginRadiusLoginError : Swift.Equatable {} -extension VFLoginRadiusLoginError : Swift.Hashable {} -extension VFTrendingSortType : Swift.Equatable {} -extension VFTrendingSortType : Swift.Hashable {} -extension VFTrendingSortType : Swift.RawRepresentable {} -extension VFStorySelectionError : Swift.Equatable {} -extension VFStorySelectionError : Swift.Hashable {} -extension VFUndislikeCommentError : Swift.Equatable {} -extension VFUndislikeCommentError : Swift.Hashable {} -extension VFRemovePollError : Swift.Equatable {} -extension VFRemovePollError : Swift.Hashable {} -extension VFCommentCountError : Swift.Equatable {} -extension VFCommentCountError : Swift.Hashable {} -extension VFCommentError : Swift.Equatable {} -extension VFCommentError : Swift.Hashable {} -extension VFTopicsSubscribedError : Swift.Equatable {} -extension VFTopicsSubscribedError : Swift.Hashable {} -extension VFUnpinCommentError : Swift.Equatable {} -extension VFUnpinCommentError : Swift.Hashable {} -extension VFCommentRepliesError : Swift.Equatable {} -extension VFCommentRepliesError : Swift.Hashable {} -extension VFReplyChatError : Swift.Equatable {} -extension VFReplyChatError : Swift.Hashable {} -extension VFCommentModerationListError : Swift.Equatable {} -extension VFCommentModerationListError : Swift.Hashable {} -extension VFTrendingError : Swift.Equatable {} -extension VFTrendingError : Swift.Hashable {} -extension VFCreateCommentMediaError : Swift.Equatable {} -extension VFCreateCommentMediaError : Swift.Hashable {} -extension VFUpdateStoryContainerError : Swift.Equatable {} -extension VFUpdateStoryContainerError : Swift.Hashable {} -extension VFChatContainerError : Swift.Equatable {} -extension VFChatContainerError : Swift.Hashable {} -extension VFCreateStoryError : Swift.Equatable {} -extension VFCreateStoryError : Swift.Hashable {} -extension VFCookieLoginError : Swift.Equatable {} -extension VFCookieLoginError : Swift.Hashable {} -extension VFSubscribeTopicError : Swift.Equatable {} -extension VFSubscribeTopicError : Swift.Hashable {} -extension VFStoryListError : Swift.Equatable {} -extension VFStoryListError : Swift.Hashable {} -extension VFCreateChatError : Swift.Equatable {} -extension VFCreateChatError : Swift.Hashable {} -extension VFRemoveEditorPickCommentError : Swift.Equatable {} -extension VFRemoveEditorPickCommentError : Swift.Hashable {} -extension VFSpamCommentError : Swift.Equatable {} -extension VFSpamCommentError : Swift.Hashable {} -extension VFUnsubscribeTopicError : Swift.Equatable {} -extension VFUnsubscribeTopicError : Swift.Hashable {} -extension VFPinCommentError : Swift.Equatable {} -extension VFPinCommentError : Swift.Hashable {} -extension VFUnlikeChatError : Swift.Equatable {} -extension VFUnlikeChatError : Swift.Hashable {} -extension WidgetType : Swift.Equatable {} -extension WidgetType : Swift.Hashable {} -extension WidgetType : Swift.RawRepresentable {} -extension VFPasswordResetError : Swift.Equatable {} -extension VFPasswordResetError : Swift.Hashable {} -extension VFUserInfoError : Swift.Equatable {} -extension VFUserInfoError : Swift.Hashable {} -extension VFUpdateChatContainerError : Swift.Equatable {} -extension VFUpdateChatContainerError : Swift.Hashable {} -extension VFDisableCommentError : Swift.Equatable {} -extension VFDisableCommentError : Swift.Hashable {} -extension VFSocialLoginProvider : Swift.Equatable {} -extension VFSocialLoginProvider : Swift.Hashable {} -extension VFSocialLoginProvider : Swift.RawRepresentable {} -extension EventLoginType : Swift.Equatable {} -extension EventLoginType : Swift.Hashable {} -extension EventLoginType : Swift.RawRepresentable {} -extension VFUnspamCommentError : Swift.Equatable {} -extension VFUnspamCommentError : Swift.Hashable {} -extension VFDeleteCommentError : Swift.Equatable {} -extension VFDeleteCommentError : Swift.Hashable {} +extension ViafouraSDK.VFDislikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFDislikeChatError : Swift.Hashable {} +extension ViafouraSDK.VFSingleStoryError : Swift.Equatable {} +extension ViafouraSDK.VFSingleStoryError : Swift.Hashable {} +extension ViafouraSDK.VFCreateCommentReplyError : Swift.Equatable {} +extension ViafouraSDK.VFCreateCommentReplyError : Swift.Hashable {} +extension ViafouraSDK.VFDeleteStoryError : Swift.Equatable {} +extension ViafouraSDK.VFDeleteStoryError : Swift.Hashable {} +extension ViafouraSDK.VFLoginStatus : Swift.Equatable {} +extension ViafouraSDK.VFLoginStatus : Swift.Hashable {} +extension ViafouraSDK.VFLoginStatusError : Swift.Equatable {} +extension ViafouraSDK.VFLoginStatusError : Swift.Hashable {} +extension ViafouraSDK.VFUnflagCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnflagCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUnlikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFUnlikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFFlagCommentError : Swift.Equatable {} +extension ViafouraSDK.VFFlagCommentError : Swift.Hashable {} +extension ViafouraSDK.VFChatListError : Swift.Equatable {} +extension ViafouraSDK.VFChatListError : Swift.Hashable {} +extension ViafouraSDK.VFLikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFLikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateUserAvatarError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateUserAvatarError : Swift.Hashable {} +extension ViafouraSDK.VFTheme : Swift.Equatable {} +extension ViafouraSDK.VFTheme : Swift.Hashable {} +extension ViafouraSDK.VFAuthPromptType : Swift.Equatable {} +extension ViafouraSDK.VFAuthPromptType : Swift.Hashable {} +extension ViafouraSDK.VFProfilePresentationType : Swift.Equatable {} +extension ViafouraSDK.VFProfilePresentationType : Swift.Hashable {} +extension ViafouraSDK.VFSingleChatError : Swift.Equatable {} +extension ViafouraSDK.VFSingleChatError : Swift.Hashable {} +extension ViafouraSDK.VFClosePollError : Swift.Equatable {} +extension ViafouraSDK.VFClosePollError : Swift.Hashable {} +extension ViafouraSDK.VFDislikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFDislikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFCommentContainerSignatureError : Swift.Equatable {} +extension ViafouraSDK.VFCommentContainerSignatureError : Swift.Hashable {} +extension ViafouraSDK.VFChatSelectionError : Swift.Equatable {} +extension ViafouraSDK.VFChatSelectionError : Swift.Hashable {} +extension ViafouraSDK.VFEnableChatError : Swift.Equatable {} +extension ViafouraSDK.VFEnableChatError : Swift.Hashable {} +extension ViafouraSDK.VFChatModerationListError : Swift.Equatable {} +extension ViafouraSDK.VFChatModerationListError : Swift.Hashable {} +extension ViafouraSDK.VFLoginError : Swift.Equatable {} +extension ViafouraSDK.VFLoginError : Swift.Hashable {} +extension ViafouraSDK.VFLikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFLikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFEnableCommentError : Swift.Equatable {} +extension ViafouraSDK.VFEnableCommentError : Swift.Hashable {} +extension ViafouraSDK.EventAttemptedAction : Swift.Equatable {} +extension ViafouraSDK.EventAttemptedAction : Swift.Hashable {} +extension ViafouraSDK.EventAttemptedAction : Swift.RawRepresentable {} +extension ViafouraSDK.CommentNodeType : Swift.Equatable {} +extension ViafouraSDK.CommentNodeType : Swift.Hashable {} +extension ViafouraSDK.VFUpdateCommentsContainerSettingsError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateCommentsContainerSettingsError : Swift.Hashable {} +extension ViafouraSDK.VFDisableChatError : Swift.Equatable {} +extension ViafouraSDK.VFDisableChatError : Swift.Hashable {} +extension ViafouraSDK.VFUnflagChatError : Swift.Equatable {} +extension ViafouraSDK.VFUnflagChatError : Swift.Hashable {} +extension ViafouraSDK.VFLikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFLikeChatError : Swift.Hashable {} +extension ViafouraSDK.VFUndislikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFUndislikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFVotePollError : Swift.Equatable {} +extension ViafouraSDK.VFVotePollError : Swift.Hashable {} +extension ViafouraSDK.VFReplyStoryError : Swift.Equatable {} +extension ViafouraSDK.VFReplyStoryError : Swift.Hashable {} +extension ViafouraSDK.VFCommentsProfileError : Swift.Equatable {} +extension ViafouraSDK.VFCommentsProfileError : Swift.Hashable {} +extension ViafouraSDK.VFPollContainerError : Swift.Equatable {} +extension ViafouraSDK.VFPollContainerError : Swift.Hashable {} +extension ViafouraSDK.VFStoryContainerError : Swift.Equatable {} +extension ViafouraSDK.VFStoryContainerError : Swift.Hashable {} +extension ViafouraSDK.VFFilterType : Swift.Equatable {} +extension ViafouraSDK.VFFilterType : Swift.Hashable {} +extension ViafouraSDK.VFUndislikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFUndislikeChatError : Swift.Hashable {} +extension ViafouraSDK.VFDislikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFDislikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFEditorPickCommentError : Swift.Equatable {} +extension ViafouraSDK.VFEditorPickCommentError : Swift.Hashable {} +extension ViafouraSDK.VFSignUpError : Swift.Equatable {} +extension ViafouraSDK.VFSignUpError : Swift.Hashable {} +extension ViafouraSDK.VFSocialLoginError : Swift.Equatable {} +extension ViafouraSDK.VFSocialLoginError : Swift.Hashable {} +extension ViafouraSDK.VFCommentContainerError : Swift.Equatable {} +extension ViafouraSDK.VFCommentContainerError : Swift.Hashable {} +extension ViafouraSDK.VFUnlikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnlikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUserMutesError : Swift.Equatable {} +extension ViafouraSDK.VFUserMutesError : Swift.Hashable {} +extension ViafouraSDK.VFUnmuteUserError : Swift.Equatable {} +extension ViafouraSDK.VFUnmuteUserError : Swift.Hashable {} +extension ViafouraSDK.VFMuteUserError : Swift.Equatable {} +extension ViafouraSDK.VFMuteUserError : Swift.Hashable {} +extension ViafouraSDK.VFFlagChatError : Swift.Equatable {} +extension ViafouraSDK.VFFlagChatError : Swift.Hashable {} +extension ViafouraSDK.VFOpenIdLoginError : Swift.Equatable {} +extension ViafouraSDK.VFOpenIdLoginError : Swift.Hashable {} +extension ViafouraSDK.VFDeleteChatError : Swift.Equatable {} +extension ViafouraSDK.VFDeleteChatError : Swift.Hashable {} +extension ViafouraSDK.VFCreateCommentError : Swift.Equatable {} +extension ViafouraSDK.VFCreateCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUserCommentsError : Swift.Equatable {} +extension ViafouraSDK.VFUserCommentsError : Swift.Hashable {} +extension ViafouraSDK.EventType : Swift.Equatable {} +extension ViafouraSDK.EventType : Swift.Hashable {} +extension ViafouraSDK.EventType : Swift.RawRepresentable {} +extension ViafouraSDK.VFSortType : Swift.Equatable {} +extension ViafouraSDK.VFSortType : Swift.Hashable {} +extension ViafouraSDK.VFCommentListError : Swift.Equatable {} +extension ViafouraSDK.VFCommentListError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateUserError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateUserError : Swift.Hashable {} +extension ViafouraSDK.VFEditCommentError : Swift.Equatable {} +extension ViafouraSDK.VFEditCommentError : Swift.Hashable {} +extension ViafouraSDK.VFCreatePollError : Swift.Equatable {} +extension ViafouraSDK.VFCreatePollError : Swift.Hashable {} +extension ViafouraSDK.VFLoginRadiusLoginError : Swift.Equatable {} +extension ViafouraSDK.VFLoginRadiusLoginError : Swift.Hashable {} +extension ViafouraSDK.VFTrendingSortType : Swift.Equatable {} +extension ViafouraSDK.VFTrendingSortType : Swift.Hashable {} +extension ViafouraSDK.VFTrendingSortType : Swift.RawRepresentable {} +extension ViafouraSDK.VFStorySelectionError : Swift.Equatable {} +extension ViafouraSDK.VFStorySelectionError : Swift.Hashable {} +extension ViafouraSDK.VFUndislikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUndislikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFRemovePollError : Swift.Equatable {} +extension ViafouraSDK.VFRemovePollError : Swift.Hashable {} +extension ViafouraSDK.VFCommentCountError : Swift.Equatable {} +extension ViafouraSDK.VFCommentCountError : Swift.Hashable {} +extension ViafouraSDK.VFCommentError : Swift.Equatable {} +extension ViafouraSDK.VFCommentError : Swift.Hashable {} +extension ViafouraSDK.VFTopicsSubscribedError : Swift.Equatable {} +extension ViafouraSDK.VFTopicsSubscribedError : Swift.Hashable {} +extension ViafouraSDK.VFUnpinCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnpinCommentError : Swift.Hashable {} +extension ViafouraSDK.VFCommentRepliesError : Swift.Equatable {} +extension ViafouraSDK.VFCommentRepliesError : Swift.Hashable {} +extension ViafouraSDK.VFReplyChatError : Swift.Equatable {} +extension ViafouraSDK.VFReplyChatError : Swift.Hashable {} +extension ViafouraSDK.VFCommentModerationListError : Swift.Equatable {} +extension ViafouraSDK.VFCommentModerationListError : Swift.Hashable {} +extension ViafouraSDK.VFTrendingError : Swift.Equatable {} +extension ViafouraSDK.VFTrendingError : Swift.Hashable {} +extension ViafouraSDK.VFCreateCommentMediaError : Swift.Equatable {} +extension ViafouraSDK.VFCreateCommentMediaError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateStoryContainerError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateStoryContainerError : Swift.Hashable {} +extension ViafouraSDK.VFChatContainerError : Swift.Equatable {} +extension ViafouraSDK.VFChatContainerError : Swift.Hashable {} +extension ViafouraSDK.VFCreateStoryError : Swift.Equatable {} +extension ViafouraSDK.VFCreateStoryError : Swift.Hashable {} +extension ViafouraSDK.VFCookieLoginError : Swift.Equatable {} +extension ViafouraSDK.VFCookieLoginError : Swift.Hashable {} +extension ViafouraSDK.VFSubscribeTopicError : Swift.Equatable {} +extension ViafouraSDK.VFSubscribeTopicError : Swift.Hashable {} +extension ViafouraSDK.VFStoryListError : Swift.Equatable {} +extension ViafouraSDK.VFStoryListError : Swift.Hashable {} +extension ViafouraSDK.VFCreateChatError : Swift.Equatable {} +extension ViafouraSDK.VFCreateChatError : Swift.Hashable {} +extension ViafouraSDK.VFRemoveEditorPickCommentError : Swift.Equatable {} +extension ViafouraSDK.VFRemoveEditorPickCommentError : Swift.Hashable {} +extension ViafouraSDK.VFSpamCommentError : Swift.Equatable {} +extension ViafouraSDK.VFSpamCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUnsubscribeTopicError : Swift.Equatable {} +extension ViafouraSDK.VFUnsubscribeTopicError : Swift.Hashable {} +extension ViafouraSDK.VFPinCommentError : Swift.Equatable {} +extension ViafouraSDK.VFPinCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUnlikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFUnlikeChatError : Swift.Hashable {} +extension ViafouraSDK.WidgetType : Swift.Equatable {} +extension ViafouraSDK.WidgetType : Swift.Hashable {} +extension ViafouraSDK.WidgetType : Swift.RawRepresentable {} +extension ViafouraSDK.VFPasswordResetError : Swift.Equatable {} +extension ViafouraSDK.VFPasswordResetError : Swift.Hashable {} +extension ViafouraSDK.VFUserInfoError : Swift.Equatable {} +extension ViafouraSDK.VFUserInfoError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateChatContainerError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateChatContainerError : Swift.Hashable {} +extension ViafouraSDK.VFDisableCommentError : Swift.Equatable {} +extension ViafouraSDK.VFDisableCommentError : Swift.Hashable {} +extension ViafouraSDK.VFSocialLoginProvider : Swift.Equatable {} +extension ViafouraSDK.VFSocialLoginProvider : Swift.Hashable {} +extension ViafouraSDK.VFSocialLoginProvider : Swift.RawRepresentable {} +extension ViafouraSDK.EventLoginType : Swift.Equatable {} +extension ViafouraSDK.EventLoginType : Swift.Hashable {} +extension ViafouraSDK.EventLoginType : Swift.RawRepresentable {} +extension ViafouraSDK.VFUnspamCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnspamCommentError : Swift.Hashable {} +extension ViafouraSDK.VFDeleteCommentError : Swift.Equatable {} +extension ViafouraSDK.VFDeleteCommentError : Swift.Hashable {} diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViafouraSDK b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViafouraSDK index fb78d2fad99745629ab91103a839268fc8899852..6ebd85a7b94c85119ec80618baa24c276feb7641 100755 GIT binary patch delta 523 zcmajb%Q6)J0D$4C5TOVum5@aDn~qAQlt{^?t4o|zL>DTFOtMw=G4*8OkL;(LKF^k*(Cq<&Vhnl*$GP6TU-B#L!J6GJTP*+3leY$Sn1lGsEt zo7qANTiM2TQrSTo>142zOm>mQZnDW?4}00iehzSuLmcJ^M>$3=#|e5-+~_{v1Q?-dGkw?iw%M4 zgu#_ysjld%%5+WTs!*k>bX_-eQ@3y3K!R=w&|zXtS9?}a|-qXzX!pEaZ}`l?}#XjCD6 Tn_3Buh4TMfI5jao*0S&q<6!{l delta 523 zcmajb%Tf&h0D$2^Zq;!qQ5`9lM2Mt|lys=16S;*@4l2@xlv@tPpG0x$0nC^&mR6dx zvu)LwVa5~K*=N(j{{|M{3w*KPa|tmGvxvnkA%UeVV>v5WNg_!k6JQmqS;JaVNM#*q ztY-u1WROXajbyQjY;xGl7PhjDT(*0n_68Km= z^EWg$A8AlnjXJ4QYSL+)(OI3-c{S^TF6xq6bXiw)Rjq2%HAQq?H*{0&>QJX{>9)Fb zN8RdCuljUX_tdZZ8qlB~=%F6zv7Ts1PZiZOJ=d^C^g=I%M)gW#daZH2(OXSuQt$L$ VF-^tiBh#^p{}#qSf0*w2`48%z0zm)( diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/_CodeSignature/CodeResources b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/_CodeSignature/CodeResources index f2f9e198..e4a770dd 100644 --- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/_CodeSignature/CodeResources +++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/_CodeSignature/CodeResources @@ -6,7 +6,7 @@ Assets.car - jltx1mFj0FgMGB/BchsqAgLpMPQ= + bX5A2Zll2Il+HLz/LdggGGgffA0= BottomPicker.storyboardc/BottomPickerViewController.nib @@ -407,7 +407,7 @@ hash2 - eaBT3HugCtwa91PofvtiVQs6R4fLjLd8emNeNSaYXKA= + Z3FbPtX0W/kGenTx7smg8Ep0p6p5CHFon7iVZOb3IZ8= BottomPicker.storyboardc/BottomPickerViewController.nib