Class INVocabularyStringType


  • public final class INVocabularyStringType
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long CarName
      The name of a vehicle as a person will say it, for example “BMW”, “My Convertible”.
      static long CarProfileName
      The name of a vehicle configuration profile, for example "Roadtrip", "Rally", "Good Weather".
      static long ContactGroupName
      The name of a group of contacts as a person will say it, for example "Tahoe Trip".
      static long ContactName
      The name of a contact as a person will say it, for example “Jon Smith”, “Apple”.
      static long MediaAudiobookAuthorName
      The name of an audiobook author as a person will say it, for example "Mary Shelley".
      static long MediaAudiobookTitle
      The title of an audiobook as a person will say it, for example "The Time Machine".
      static long MediaMusicArtistName
      The name of a music artist as a person will say it, for example "The Beatles".
      static long MediaPlaylistTitle
      The title of a playlist as a person will say it, for example "Today's Hits".
      static long MediaShowTitle
      The name of a Podcast or Radio show title as a person will say it, for example "Fresh Air".
      static long NotebookItemGroupName
      The name of the note or task list's group (folder, directory, account); for example, "iCloud" or "Shopping"
      static long NotebookItemTitle
      The title of a note, task, or task list as a person will say it; for example, "Grocery list" or "Weekly meeting minutes".
      static long PaymentsAccountNickname
      The name of an account nick name as a person will say it, for example “Checking”, “Rainy day savings”.
      static long PaymentsOrganizationName
      The name of an organization to pay as a person will say it, for example “PG&E”, “Comcast”.
      static long PhotoAlbumName
      The name for a photograph album, for example "WWDC 2015 Karaoke".
      static long PhotoTag
      A keyword associated with an image or images, for example "food", "Vacation".
      static long WorkoutActivityName
      The name a user has created for a workout, for example “Half Marathon”, “Kettlebell exercise”
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ContactName

        public static final long ContactName
        The name of a contact as a person will say it, for example “Jon Smith”, “Apple”.
        See Also:
        Constant Field Values
      • ContactGroupName

        public static final long ContactGroupName
        The name of a group of contacts as a person will say it, for example "Tahoe Trip".
        See Also:
        Constant Field Values
      • PhotoTag

        public static final long PhotoTag
        A keyword associated with an image or images, for example "food", "Vacation".
        See Also:
        Constant Field Values
      • PhotoAlbumName

        public static final long PhotoAlbumName
        The name for a photograph album, for example "WWDC 2015 Karaoke". You may find that INVocabularyStringTypePhotoTag is a better match for concepts that are similar to, but not exactly, albums.
        See Also:
        Constant Field Values
      • WorkoutActivityName

        public static final long WorkoutActivityName
        The name a user has created for a workout, for example “Half Marathon”, “Kettlebell exercise”
        See Also:
        Constant Field Values
      • CarProfileName

        public static final long CarProfileName
        The name of a vehicle configuration profile, for example "Roadtrip", "Rally", "Good Weather". For use by automaker apps that are enabled to work with CarPlay .
        See Also:
        Constant Field Values
      • CarName

        public static final long CarName
        The name of a vehicle as a person will say it, for example “BMW”, “My Convertible”.
        See Also:
        Constant Field Values
      • PaymentsOrganizationName

        public static final long PaymentsOrganizationName
        The name of an organization to pay as a person will say it, for example “PG&E”, “Comcast”.
        See Also:
        Constant Field Values
      • PaymentsAccountNickname

        public static final long PaymentsAccountNickname
        The name of an account nick name as a person will say it, for example “Checking”, “Rainy day savings”.
        See Also:
        Constant Field Values
      • NotebookItemTitle

        public static final long NotebookItemTitle
        The title of a note, task, or task list as a person will say it; for example, "Grocery list" or "Weekly meeting minutes".
        See Also:
        Constant Field Values
      • NotebookItemGroupName

        public static final long NotebookItemGroupName
        The name of the note or task list's group (folder, directory, account); for example, "iCloud" or "Shopping"
        See Also:
        Constant Field Values
      • MediaPlaylistTitle

        public static final long MediaPlaylistTitle
        The title of a playlist as a person will say it, for example "Today's Hits".
        See Also:
        Constant Field Values
      • MediaMusicArtistName

        public static final long MediaMusicArtistName
        The name of a music artist as a person will say it, for example "The Beatles".
        See Also:
        Constant Field Values
      • MediaAudiobookTitle

        public static final long MediaAudiobookTitle
        The title of an audiobook as a person will say it, for example "The Time Machine".
        See Also:
        Constant Field Values
      • MediaAudiobookAuthorName

        public static final long MediaAudiobookAuthorName
        The name of an audiobook author as a person will say it, for example "Mary Shelley".
        See Also:
        Constant Field Values
      • MediaShowTitle

        public static final long MediaShowTitle
        The name of a Podcast or Radio show title as a person will say it, for example "Fresh Air".
        See Also:
        Constant Field Values