Dialog:getValueById()
Cette méthode est utile pour obtenir la valeur d'un EditText
, CheckBox
, ou RadioGroup
basé sur son id
Signature
Dialog:getValueById(id: number): string | boolean | number
Retourne
string
ou boolean
ou number
Cette méthode est utile pour obtenir la valeur d'un EditText
, CheckBox
, ou RadioGroup
basé sur son id
Dialog:getValueById(id: number): string | boolean | number
Retourne
string
ou boolean
ou number