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 Contact Picker component is a button that, when clicked, displays a list of contacts from the device's contacts database, allowing the user to select a contact and retrieve information like name, phone number, and email address.
Overview
The Contact Picker is a visible component that provides a button. When clicked, it opens the device's contact picker to allow the user to select a contact. After a contact is selected, the `AfterPicking` event is triggered.
android.permission.READ_CONTACTS
Events
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | name | String | |
2 | phoneNumber | String |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | BackgroundColor | int | |
2 | BackgroundColor | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Enabled | boolean | |
2 | Enabled | boolean | true |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | FontBold | boolean | |
2 | FontBold | boolean | false |
# | Type(s) | Default Value | |
---|---|---|---|
1 | FontItalic | boolean | |
2 | FontItalic | boolean | false |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | FontSize | float | |
2 | FontSize | float | 14 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | FontTypeface | int | |
2 | FontTypeface | int | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Height | Integer | -1 |
2 | Height | Integer | -1 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | HeightPercent | float | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Width | Integer | |
2 | Width | Integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | WidthPercent | float | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Image | String | |
2 | Image | String | |