Settings

public struct Settings : Codable

A root object that stores information about a settings response.

Properties

  • The Apple Music developer token used to authorize MusicKit requests.

    Declaration

    Swift

    public var appleMusicDeveloperToken: String?
  • The YouTube API key used to load YouTube videos in native video player.

    Declaration

    Swift

    public var youtubeAPIKey: String?