Social
The Social component in app builders typically provides functionalities that allow developers to integrate social media features into their applications, facilitating interaction, sharing, and engagement with social platforms.
About the component

- Last Update 25 Oct, 2023
- Component Version : 2.0.0
- API 21, Android 5.0 Lollipop
- 29 Blocks Available
The EmailPicker is a specialized TextBox that includes an autocomplete feature for email addresses. It's a visible component on the screen.
Overview
The EmailPicker is a user interface component that extends the functionality of a regular TextBox. It provides an auto-complete feature specifically designed for email addresses, making it easier for users to input email information. It is a visible component.
This component does not require any special permissions.
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | text | String | |
2 | start | int | |
3 | count | int | |
4 | after | int | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | text | String | |
2 | start | int | |
3 | before | int | |
4 | count | int | |
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | start | int | |
2 | end | int | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | position | int | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | enabled | boolean | |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | AllCaps | boolean | false |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | BackgroundColor | int | |
2 | BackgroundColor | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | BreakStrategy | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | CursorColor | int | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | CursorVisible | boolean | true |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Ellipsize | int | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Enabled | boolean | |
2 | Enabled | boolean | true |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | drawable | Drawable | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ErrorText | String | |
2 | ErrorText | String | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | FreezesText | boolean | false |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Gravity | int | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Hint | String | |
2 | Hint | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | HintColor | int | |
2 | HintColor | int |
Sets whether the text in the EmailPicker should scroll horizontally.
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | HorizontallyScrolling | boolean | false |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | HyphenationFrequency | int | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | IncludeFontPadding | boolean | true |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | LastBaselineToBottomHeight | int | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | LetterSpacing | float | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | LineHeight | float | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | LinksClickable | boolean | true |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | MaxLength | int | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Text | String | |
2 | Text | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | TextColor | int | |
2 | TextColor | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Visible | boolean | |
2 | Visible | boolean | true |