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 Telephone Utils component provides utilities for working with telephone numbers and SMS messages. It includes functionality for parsing, formatting, and validating phone numbers, as well as catching incoming SMS messages.
Overview
A non-visible component that provides various telephone utilities.
android.permission.RECEIVE_SMS
android.permission.READ_PHONE_STATE
android.permission.READ_CALL_LOG
These permissions are required for various functionalities of the component. RECEIVE_SMS is for catching incoming SMS, READ_PHONE_STATE is often needed for USSD and number formatting, and READ_CALL_LOG *might* be used, although it's not directly evident from the blocks. It's good practice to only request permissions you absolutely need.
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | message | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | request | string | |
2 | failureCode | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | request | string | |
2 | response | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | code | int |