Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2

Expand Down
Binary file not shown.
Binary file removed docs/.vuepress/public/Permissions_screen.jpg
Binary file not shown.
Binary file not shown.
3,814 changes: 3,814 additions & 0 deletions docs/.vuepress/public/device_connect_android_integration.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
322 changes: 322 additions & 0 deletions docs/.vuepress/public/device_connect_architecture.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
4,179 changes: 4,179 additions & 0 deletions docs/.vuepress/public/device_connect_back_end_integration.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,361 changes: 3,360 additions & 1 deletion docs/.vuepress/public/device_connect_frontend_server_integrations.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8,546 changes: 8,545 additions & 1 deletion docs/.vuepress/public/device_connect_integration.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,472 changes: 3,472 additions & 0 deletions docs/.vuepress/public/device_connect_permissions_screen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/.vuepress/public/permission_screen.png
Binary file not shown.
Binary file removed docs/.vuepress/public/rest_api_workflow.png
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/device-connect/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* **Real-Time Insights**: Leverage FinBox’s advanced feature engine to access actionable scores and predictions.
* **Privacy-First Design**: Built to comply with stringent privacy standards, ensuring no Personally Identifiable Information (PII) is stored or shared.

<img src="/Device_connect_architecture.jpg" alt="DeviceConnect Architecture" style="width:100%;height:100%" />
<img src="/device_connect_architecture.svg" alt="DeviceConnect Architecture" style="width:100%;height:100%" />

**How DeviceConnect Works** :

Expand Down
2 changes: 1 addition & 1 deletion docs/device-connect/frontend-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DeviceConnect empowers businesses with real-time, anonymized data intelligence t

The frontend integration process consists of three key steps.

<img src="/device_connect_android_integration.jpg" alt="Device Connect Android Integration Workflow" style="width:80%;height:80%" />
<img src="/device_connect_android_integration.svg" alt="Device Connect Android Integration Workflow" style="width:80%;height:80%" />

### Step 1: Requesting Runtime Permissions

Expand Down
2 changes: 1 addition & 1 deletion docs/device-connect/insights-integration-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The **Insights API** allows clients to:

An overview of the API calling is shown below

<img src="/device_connect_back_end_integration.jpg" alt="Device Connect Backed Integration Workflow" />
<img src="/device_connect_back_end_integration.svg" alt="Device Connect Backed Integration Workflow" />

### **Integration Workflow**

Expand Down
1 change: 0 additions & 1 deletion docs/device-connect/integration-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ DeviceConnect SDK Integration Summary:
* Assign a unique, custom-generated user hash — no PII should be used or stored
* Start periodic syncing to ensure data is sent to FinBox servers


**3. Intelligent Data Synchronization**:

* Once periodic syncing is enabled, anonymized device data is automatically sent to FinBox every 8 hours
Expand Down
2 changes: 1 addition & 1 deletion docs/device-connect/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Additionally, include a link to the Privacy Policy at the bottom of the screen f

Here’s an example structure for a Consent Screen

<img src="/Permissions_screen.jpg" alt="Permission Screen" style="width:500;height:600" />
<img src="/device_connect_permissions_screen.svg" alt="Permission Screen" style="width:500;height:600" />

### Runtime Permissions Added by the SDK
Below are the list of Runtime permissions the sdk automatically adds to the application Manifest, if Manifest Merger is enabled:
Expand Down