LwayveNowPlayingInfoProtocol

@objc
public protocol LwayveNowPlayingInfoProtocol : AnyObject

The following methods are available for controlling the information displayed in the iOS Control Center and on the iOS Lock screen for currently playing audio tracks.

  • Get/set the default album artwork image that is displayed in the iOS Control Center and on the iOS Lock screen if a track-specific image is not provided.

    Note

    The default image should be square.

    Declaration

    Swift

    var defaultAlbumArtworkImage: UIImage? { get set }