Interface EmblemOrigin


public interface EmblemOrigin
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Emblem adds device-specific information
    static final int
    Emblem depicts live metadata, such as "readonly"
    static final int
    Emblem comes from a user-defined tag, e.g. set by nautilus (in the future)
    static final int
    Emblem of unknown origin
  • Field Details

    • UNKNOWN

      static final int UNKNOWN
      Emblem of unknown origin
      See Also:
    • DEVICE

      static final int DEVICE
      Emblem adds device-specific information
      See Also:
    • LIVEMETADATA

      static final int LIVEMETADATA
      Emblem depicts live metadata, such as "readonly"
      See Also:
    • TAG

      static final int TAG
      Emblem comes from a user-defined tag, e.g. set by nautilus (in the future)
      See Also: