Companion

object Companion

Properties

Link copied to clipboard
const val GENDER_FEMALE: Int = 2

Gender female constant.

Link copied to clipboard
const val GENDER_MALE: Int = 1

Gender male constant.

Link copied to clipboard
const val SEX_FEMALE: Int = 2

Female sex constant.

Link copied to clipboard
const val SEX_MALE: Int = 1

Male sex constant.

Functions

Link copied to clipboard
fun isValidGender(gender: Int): Boolean

Validate gender integer.

Link copied to clipboard

Validate sex integer value.