DailyThemeData
public struct DailyThemeData : ContentUsed to return the day’s theme.
Returned by: GET /api/v3/notifications/dailythemes
- 
                  
                  The theme’s ID Probably only useful for admins in order to edit or delete themes. DeclarationSwift var themeID: UUID
- 
                  
                  A short string describing the day’s theme. e.g. “Cosplay Day”, or “Pajamas Day”, or “Science Day”. DeclarationSwift var title: String
- 
                  
                  A longer string describing the theme, possibly with a call to action for users to participate. DeclarationSwift var info: String
- 
                  
                  An image that relates to the theme. DeclarationSwift var image: String?
- 
                  
                  Day of cruise, counted from Settings.shared.cruiseStartDate. 0 is embarkation day. Values could be negative (e.g. Day -1 is “Anticipation Day”)DeclarationSwift var cruiseDay: Int32
- 
                  
                  DeclarationSwift init(_ theme: DailyTheme) throws
 View on GitHub
            View on GitHub
           DailyThemeData Structure Reference
      DailyThemeData Structure Reference