Package org.drinkless.tdlib
Class TdApi.PaymentFormTheme
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.PaymentFormTheme
-
- Enclosing class:
- TdApi
public static class TdApi.PaymentFormTheme extends TdApi.Object
Theme colors for a payment form.
-
-
Field Summary
Fields Modifier and Type Field Description intbackgroundColorA color of the payment form background in the RGB24 format.intbuttonColorA color of the buttons in the RGB24 format.intbuttonTextColorA color of text on the buttons in the RGB24 format.static intCONSTRUCTORIdentifier uniquely determining type of the object.inthintColorA color of hints in the RGB24 format.intlinkColorA color of links in the RGB24 format.inttextColorA color of text in the RGB24 format.
-
Constructor Summary
Constructors Constructor Description PaymentFormTheme()Theme colors for a payment form.PaymentFormTheme(int backgroundColor, int textColor, int hintColor, int linkColor, int buttonColor, int buttonTextColor)Theme colors for a payment form.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
backgroundColor
public int backgroundColor
A color of the payment form background in the RGB24 format.
-
textColor
public int textColor
A color of text in the RGB24 format.
-
hintColor
public int hintColor
A color of hints in the RGB24 format.
-
linkColor
public int linkColor
A color of links in the RGB24 format.
-
buttonColor
public int buttonColor
A color of the buttons in the RGB24 format.
-
buttonTextColor
public int buttonTextColor
A color of text on the buttons in the RGB24 format.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PaymentFormTheme
public PaymentFormTheme()
Theme colors for a payment form.
-
PaymentFormTheme
public PaymentFormTheme(int backgroundColor, int textColor, int hintColor, int linkColor, int buttonColor, int buttonTextColor)Theme colors for a payment form.- Parameters:
backgroundColor- A color of the payment form background in the RGB24 format.textColor- A color of text in the RGB24 format.hintColor- A color of hints in the RGB24 format.linkColor- A color of links in the RGB24 format.buttonColor- A color of the buttons in the RGB24 format.buttonTextColor- A color of text on the buttons in the RGB24 format.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-