Skip to main content

Android

By integrating the ROOK SDK, you can access available Android data to retrieve daily step information from your linked users. Our SDK collects raw data from Android, transforms it into structured data, and delivers it in JSON format through the ROOK SDK.

Android.png

Android Available Data

This is the data available from Android that ROOK extracts:

Physical Health

{
"physical_summary": [
"steps_int"
],
"physical_steps_event": [
"accumulated_steps_int"
]
}
note

The data you receive depends on the permissions granted by the user when linking their data source.

Data Delivery:

Our Android integration delivers notifications within minutes after a user completes an event and syncs their app. ROOK retrieves, processes, and delivers the data through our SDK, providing you with user insights efficiently.

Start Extracting Android Data

To begin extracting health data from Android, follow these steps:

Step 1: Integrate Our SDK

ROOK offers SDK compatible with Android, allowing precise integration into your solution.

Native

Step 2: Set Up Your Connections Page

Enable the Android data source on the connections page to allow your users to connect.

Connect Android.png

Step 3: Receive Your Users' Data

Once users connect to the data source, you will start receiving their data. Utilize this data to its full potential.

{
"version":[],
"data_structure": "",
"client_uuid": "",
"user_id": "",
"physical_health": {}
}