LwayveSDKLogComponent
public struct LwayveSDKLogComponent : OptionSet
Add log components to the SDK for retriving information for specific components. By default, all log components are included.
-
Declaration
Swift
public init(rawValue: Int) -
Declaration
Swift
public let rawValue: Int -
Undocumented
Declaration
Swift
public static let core: LwayveSDKLogComponent -
Undocumented
Declaration
Swift
public static let network: LwayveSDKLogComponent -
Undocumented
Declaration
Swift
public static let storage: LwayveSDKLogComponent -
Undocumented
Declaration
Swift
public static let audioPlayer: LwayveSDKLogComponent -
Undocumented
Declaration
Swift
public static let experienceController: LwayveSDKLogComponent -
Undocumented
Declaration
Swift
public static let playerQueueController: LwayveSDKLogComponent -
Undocumented
Declaration
Swift
public static let notificationsHandler: LwayveSDKLogComponent -
Undocumented
Declaration
Swift
public static let analytics: LwayveSDKLogComponent -
Undocumented
Declaration
Swift
public static let playBackControl: LwayveSDKLogComponent -
Undocumented
Declaration
Swift
public static let audioCache: LwayveSDKLogComponent -
Undocumented
Declaration
Swift
public static let userNotifications: LwayveSDKLogComponent -
Undocumented
Declaration
Swift
public static let proxsee: LwayveSDKLogComponent -
Undocumented
Declaration
Swift
public static let playTracker: LwayveSDKLogComponent -
Undocumented
Declaration
Swift
public static let appleMusic: LwayveSDKLogComponent -
Undocumented
Declaration
Swift
public static let all: LwayveSDKLogComponent
View on GitHub
LwayveSDKLogComponent Structure Reference