| Package | flash.text |
| Class | public final class StageTextContentType |
| Inheritance | StageTextContentType Object |
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 51.0 |
SMS_OTP value which can be used to
bring a one-time password from a text message into the text field.
The appropriate value here should be set on the StageText.contentType property.
| Constant | Defined by | ||
|---|---|---|---|
| ADDRESS : String = "address" [static]
Content is an address | StageTextContentType | ||
| DOB : String = "date_of_birth" [static]
Content is a date of birth | StageTextContentType | ||
| EMAIL_ADDRESS : String = "email_address" [static]
Content is an email address | StageTextContentType | ||
| NAME : String = "name" [static]
Content is a name | StageTextContentType | ||
| OTP_SMS : String = "otp_sms" [static]
Content is a One-Time-Password from an SMS | StageTextContentType | ||
| PASSWORD : String = "password" [static]
Content is a password | StageTextContentType | ||
| PHONE_NUMBER : String = "phone_number" [static]
Content is a phone number | StageTextContentType | ||
| ADDRESS | constant |
public static const ADDRESS:String = "address"
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 51.0 |
Content is an address
| DOB | constant |
public static const DOB:String = "date_of_birth"
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 51.0 |
Content is a date of birth
| EMAIL_ADDRESS | constant |
public static const EMAIL_ADDRESS:String = "email_address"
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 51.0 |
Content is an email address
| NAME | constant |
public static const NAME:String = "name"
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 51.0 |
Content is a name
| OTP_SMS | constant |
public static const OTP_SMS:String = "otp_sms"
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 51.0 |
Content is a One-Time-Password from an SMS
| PASSWORD | constant |
public static const PASSWORD:String = "password"
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 51.0 |
Content is a password
| PHONE_NUMBER | constant |
public static const PHONE_NUMBER:String = "phone_number"
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 51.0 |
Content is a phone number