Enum NotificationPromotionImagePosition

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, java.io.Serializable, java.lang.Comparable<NotificationPromotionImagePosition>

    public enum NotificationPromotionImagePosition
    extends java.lang.Enum<NotificationPromotionImagePosition>
    implements com.google.protobuf.Internal.EnumLite
    Protobuf enum streamlayer.interactive.NotificationPromotionImagePosition
    • Enum Constant Detail

      • NOTIFICATION_PROMOTION_IMAGE_POSITION_UNSET

        public static final NotificationPromotionImagePosition NOTIFICATION_PROMOTION_IMAGE_POSITION_UNSET
        NOTIFICATION_PROMOTION_IMAGE_POSITION_UNSET = 0;
      • NOTIFICATION_PROMOTION_IMAGE_POSITION_FIT

        public static final NotificationPromotionImagePosition NOTIFICATION_PROMOTION_IMAGE_POSITION_FIT
        NOTIFICATION_PROMOTION_IMAGE_POSITION_FIT = 1;
      • NOTIFICATION_PROMOTION_IMAGE_POSITION_CENTERED

        public static final NotificationPromotionImagePosition NOTIFICATION_PROMOTION_IMAGE_POSITION_CENTERED
        NOTIFICATION_PROMOTION_IMAGE_POSITION_CENTERED = 2;
      • NOTIFICATION_PROMOTION_IMAGE_POSITION_BOTTOM

        public static final NotificationPromotionImagePosition NOTIFICATION_PROMOTION_IMAGE_POSITION_BOTTOM
        NOTIFICATION_PROMOTION_IMAGE_POSITION_BOTTOM = 3;
      • NOTIFICATION_PROMOTION_IMAGE_POSITION_SOLID

        public static final NotificationPromotionImagePosition NOTIFICATION_PROMOTION_IMAGE_POSITION_SOLID
        NOTIFICATION_PROMOTION_IMAGE_POSITION_SOLID = 4;
      • NOTIFICATION_PROMOTION_IMAGE_POSITION_MIDDLE

        public static final NotificationPromotionImagePosition NOTIFICATION_PROMOTION_IMAGE_POSITION_MIDDLE
        NOTIFICATION_PROMOTION_IMAGE_POSITION_MIDDLE = 5;
    • Field Detail

      • NOTIFICATION_PROMOTION_IMAGE_POSITION_UNSET_VALUE

        public static final int NOTIFICATION_PROMOTION_IMAGE_POSITION_UNSET_VALUE
        NOTIFICATION_PROMOTION_IMAGE_POSITION_UNSET = 0;
        See Also:
        Constant Field Values
      • NOTIFICATION_PROMOTION_IMAGE_POSITION_FIT_VALUE

        public static final int NOTIFICATION_PROMOTION_IMAGE_POSITION_FIT_VALUE
        NOTIFICATION_PROMOTION_IMAGE_POSITION_FIT = 1;
        See Also:
        Constant Field Values
      • NOTIFICATION_PROMOTION_IMAGE_POSITION_CENTERED_VALUE

        public static final int NOTIFICATION_PROMOTION_IMAGE_POSITION_CENTERED_VALUE
        NOTIFICATION_PROMOTION_IMAGE_POSITION_CENTERED = 2;
        See Also:
        Constant Field Values
      • NOTIFICATION_PROMOTION_IMAGE_POSITION_BOTTOM_VALUE

        public static final int NOTIFICATION_PROMOTION_IMAGE_POSITION_BOTTOM_VALUE
        NOTIFICATION_PROMOTION_IMAGE_POSITION_BOTTOM = 3;
        See Also:
        Constant Field Values
      • NOTIFICATION_PROMOTION_IMAGE_POSITION_SOLID_VALUE

        public static final int NOTIFICATION_PROMOTION_IMAGE_POSITION_SOLID_VALUE
        NOTIFICATION_PROMOTION_IMAGE_POSITION_SOLID = 4;
        See Also:
        Constant Field Values
      • NOTIFICATION_PROMOTION_IMAGE_POSITION_MIDDLE_VALUE

        public static final int NOTIFICATION_PROMOTION_IMAGE_POSITION_MIDDLE_VALUE
        NOTIFICATION_PROMOTION_IMAGE_POSITION_MIDDLE = 5;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static NotificationPromotionImagePosition[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (NotificationPromotionImagePosition c : NotificationPromotionImagePosition.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static NotificationPromotionImagePosition valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
      • valueOf

        @Deprecated
        public static NotificationPromotionImagePosition valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • internalGetVerifier

        public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()