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 Device Utilities component provides access to various device-specific information and functionalities, such as screen dimensions, Android version, device ID, and more. It's a non-visible component.
Overview
A non-visible component that provides device-specific information.
android.permission.READ_PHONE_STATE
This permission is required to access certain device identifiers, such as IMEI. Note that accessing sensitive identifiers like IMEI may be restricted on newer Android versions and requires careful handling to comply with Google Play policies.
Methods
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | AndroidVersion | string | |
2 | ApiLevel | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | BasebandVersion | string | |
2 | BoardName | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | BootLoaderVersion | string | |
2 | Brand | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | BuildID | string | |
2 | BuildNumber | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | CountryCode | string | |
2 | DeviceID | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | DeviceName | string | |
2 | DeviceTags | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | DeviceType | string | |
2 | Display | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | FingerPrint | string | |
2 | IMEI | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Hardware | string | |
2 | KernelVersion | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | LanguageCode | string | |
2 | ManufacturerName | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ModelName | string | |
2 | Product | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | RadioVersion | string | |
2 | Time | long |