Interface Colors


public interface Colors
SDK colors
Since:
3.14
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Color types
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getColor(Colors.Type colorType)
    Get color value
  • Method Details

    • getColor

      int getColor(@NonNull Colors.Type colorType)
      Get color value
      Parameters:
      colorType - color type to return
      Returns:
      color value
      Since:
      3.14