Added in API level 24

PatternInfo

class PatternInfo
kotlin.Any
   ↳ android.icu.text.DateTimePatternGenerator.PatternInfo

PatternInfo supplies output parameters for addPattern(...). It is used because Java doesn't have real output parameters. It is treated like a struct (eg Point), so all fields are public.

Summary

Constants
static Int

static Int

static Int

Public constructors

Simple constructor, since this is treated like a struct.

Properties
String!

Int

Constants

BASE_CONFLICT

Added in API level 24
static val BASE_CONFLICT: Int
Value: 1

CONFLICT

Added in API level 24
static val CONFLICT: Int
Value: 2

OK

Added in API level 24
static val OK: Int
Value: 0

Public constructors

PatternInfo

Added in API level 24
PatternInfo()

Simple constructor, since this is treated like a struct.

Properties

conflictingPattern

Added in API level 24
var conflictingPattern: String!

status

Added in API level 24
var status: Int