From 185ee0e42bd5af2a413c11fa2937a66601d19c54 Mon Sep 17 00:00:00 2001 From: VarshaBhatia Date: Fri, 31 May 2024 14:05:17 +0100 Subject: [PATCH] Default browser opens while clicking the links (#27) * Opens the link into default browser when user clicks on the links from the chat widget * Run dokka which updates the document internally based on the new version of the app * Update changlog file --------- Co-authored-by: varshabhatia --- CHANGELOG.md | 26 ++++++++++++++++--- .../-p-r-o-d-u-c-t-i-o-n/index.html | 2 +- .../-hubspot-environment/-q-a/index.html | 2 +- .../-hubspot-environment/env.html | 2 +- .../-hubspot-environment/index.html | 2 +- .../com.hubspot.mobilesdk.config/index.html | 2 +- .../-hubspot-firebase-messaging-service.html | 2 +- .../index.html | 2 +- .../on-message-received.html | 2 +- .../on-new-token.html | 2 +- .../-push-notification-chat-data.html | 2 +- .../-push-notification-chat-data/body.html | 2 +- .../chatflow.html | 2 +- .../-push-notification-chat-data/index.html | 2 +- .../portal-id.html | 2 +- .../thread-id.html | 2 +- .../-push-notification-chat-data/title.html | 2 +- .../com.hubspot.mobilesdk.firebase/index.html | 2 +- .../-app-version/index.html | 2 +- .../-battery-level/index.html | 2 +- .../-camera-permissions/index.html | 2 +- .../-device-model/index.html | 2 +- .../-device-orientation/index.html | 2 +- .../-location-permissions/index.html | 2 +- .../-notification-permissions/index.html | 2 +- .../-operating-system-version/index.html | 2 +- .../-photo-permissions/index.html | 2 +- .../-chat-property-key/-platform/index.html | 2 +- .../-chat-property-key/-push-token/index.html | 2 +- .../-screen-resolution/index.html | 2 +- .../-screen-size/index.html | 2 +- .../chat-property-value.html | 2 +- .../-chat-property-key/index.html | 2 +- .../com.hubspot.mobilesdk.metadata/index.html | 2 +- .../-add-device-token-request.html | 2 +- .../device-push-token.html | 2 +- .../-add-device-token-request/index.html | 2 +- .../-add-device-token-request/platform.html | 2 +- .../-add-device-token-response.html | 2 +- .../device-push-token.html | 2 +- .../-add-device-token-response/index.html | 2 +- .../-add-device-token-response/platform.html | 2 +- .../-device-token-params.html | 2 +- .../-device-token-params/index.html | 2 +- .../-device-token-params/portal-id.html | 2 +- .../-device-token-params/push-token.html | 2 +- .../-meta-data-request.html | 2 +- .../-meta-data-request/email.html | 2 +- .../-meta-data-request/index.html | 2 +- .../-meta-data-request/meta-data.html | 2 +- .../-meta-data-request/visitor-token.html | 2 +- .../com.hubspot.mobilesdk.model/index.html | 2 +- .../-preference-helper.html | 2 +- .../-preference-helper/email.html | 2 +- .../-preference-helper/fcm-token.html | 2 +- .../-preference-helper/index.html | 2 +- .../-preference-helper/remove-fcm-token.html | 2 +- .../remove-preferences.html | 2 +- .../-preference-helper/token.html | 2 +- .../com.hubspot.mobilesdk.util/index.html | 2 +- .../-hubspot-button/-hubspot-button.html | 2 +- .../-hubspot-button/index.html | 2 +- .../-hubspot-floating-action-button.html | 2 +- .../index.html | 2 +- .../-hubspot-web-view/-hubspot-web-view.html | 2 +- .../-hubspot-web-view/index.html | 2 +- .../-hubspot-web-view/show.html | 2 +- .../com.hubspot.mobilesdk.widget/index.html | 2 +- .../-hubspot-manager/chat-u-r-l.html | 2 +- .../-hubspot-manager/configure.html | 2 +- .../-hubspot-manager/delete-device-token.html | 2 +- .../-hubspot-manager/disable-logs.html | 2 +- .../-hubspot-manager/enable-logs.html | 2 +- .../-hubspot-manager/get-chat-properties.html | 2 +- .../get-default-chat-flow.html | 2 +- .../-hubspot-manager/get-environment.html | 2 +- .../-hubspot-manager/get-hublet.html | 2 +- .../-hubspot-manager/get-portal-id.html | 2 +- .../-hubspot-manager/get-push-token.html | 2 +- .../-hubspot-manager/index.html | 2 +- .../-hubspot-manager/logout.html | 2 +- .../-hubspot-manager/set-chat-properties.html | 2 +- .../-hubspot-manager/set-push-token.html | 2 +- .../-hubspot-manager/set-user-identity.html | 2 +- .../-hubspot-manager/start-chat.html | 2 +- .../-hubspot-manager/user-identity-email.html | 2 +- .../-hubspot-manager/user-identity-token.html | 2 +- .../-hubspot-web-activity.html | 2 +- .../-hubspot-web-activity/index.html | 2 +- .../com.hubspot.mobilesdk/index.html | 2 +- docs/index.html | 2 +- .../mobilesdk/widget/HubspotWebViewClient.kt | 11 ++++++++ 92 files changed, 124 insertions(+), 93 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 421a1b1..b732af1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,34 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), -## [Unreleased] -### Added +## [1.0.3] - in progress -- First alpha release +### Fixed + +- Addressed issues which opens the links in default phone browser + + +## [1.0.2] - 2024-05-24 + +### Fixed + +- Addressed issue for the black screens +## [1.0.1] - 2024-04-08 +### Fixed + +- Addressed issue for the loading and error state + + +## [1.0.0] - 2024-03-08 + + +### Added + +- First alpha release ## [0.0.0] - 2024-01-01 diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.config/-hubspot-environment/-p-r-o-d-u-c-t-i-o-n/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.config/-hubspot-environment/-p-r-o-d-u-c-t-i-o-n/index.html index d4be92e..6978359 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.config/-hubspot-environment/-p-r-o-d-u-c-t-i-o-n/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.config/-hubspot-environment/-p-r-o-d-u-c-t-i-o-n/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.config/-hubspot-environment/-q-a/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.config/-hubspot-environment/-q-a/index.html index 60073e9..fed8f50 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.config/-hubspot-environment/-q-a/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.config/-hubspot-environment/-q-a/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.config/-hubspot-environment/env.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.config/-hubspot-environment/env.html index 4be05df..407b7f7 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.config/-hubspot-environment/env.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.config/-hubspot-environment/env.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.config/-hubspot-environment/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.config/-hubspot-environment/index.html index 86064fb..0e703bc 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.config/-hubspot-environment/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.config/-hubspot-environment/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.config/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.config/index.html index 7b98fe1..df6e4b1 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.config/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.config/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-hubspot-firebase-messaging-service/-hubspot-firebase-messaging-service.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-hubspot-firebase-messaging-service/-hubspot-firebase-messaging-service.html index 46e293f..64a4bd0 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-hubspot-firebase-messaging-service/-hubspot-firebase-messaging-service.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-hubspot-firebase-messaging-service/-hubspot-firebase-messaging-service.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-hubspot-firebase-messaging-service/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-hubspot-firebase-messaging-service/index.html index 448b238..77c2d7a 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-hubspot-firebase-messaging-service/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-hubspot-firebase-messaging-service/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-hubspot-firebase-messaging-service/on-message-received.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-hubspot-firebase-messaging-service/on-message-received.html index e7ae1de..5785df8 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-hubspot-firebase-messaging-service/on-message-received.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-hubspot-firebase-messaging-service/on-message-received.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-hubspot-firebase-messaging-service/on-new-token.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-hubspot-firebase-messaging-service/on-new-token.html index c46181b..f549c36 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-hubspot-firebase-messaging-service/on-new-token.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-hubspot-firebase-messaging-service/on-new-token.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-push-notification-chat-data/-push-notification-chat-data.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-push-notification-chat-data/-push-notification-chat-data.html index 03c7834..25b7384 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-push-notification-chat-data/-push-notification-chat-data.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-push-notification-chat-data/-push-notification-chat-data.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-push-notification-chat-data/body.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-push-notification-chat-data/body.html index 2147803..f6e8994 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-push-notification-chat-data/body.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-push-notification-chat-data/body.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-push-notification-chat-data/chatflow.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-push-notification-chat-data/chatflow.html index 8f3bd3d..a2b2f8f 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-push-notification-chat-data/chatflow.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-push-notification-chat-data/chatflow.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-push-notification-chat-data/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-push-notification-chat-data/index.html index f18d436..1629233 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-push-notification-chat-data/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-push-notification-chat-data/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-push-notification-chat-data/portal-id.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-push-notification-chat-data/portal-id.html index a64d6f3..19a348c 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-push-notification-chat-data/portal-id.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-push-notification-chat-data/portal-id.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-push-notification-chat-data/thread-id.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-push-notification-chat-data/thread-id.html index c8a20f5..f5bc1e6 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-push-notification-chat-data/thread-id.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-push-notification-chat-data/thread-id.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-push-notification-chat-data/title.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-push-notification-chat-data/title.html index beeed45..7449078 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-push-notification-chat-data/title.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/-push-notification-chat-data/title.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/index.html index 68906ca..6775607 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.firebase/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-app-version/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-app-version/index.html index 57f8022..ff984b6 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-app-version/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-app-version/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-battery-level/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-battery-level/index.html index 0294798..4aaea53 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-battery-level/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-battery-level/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-camera-permissions/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-camera-permissions/index.html index 0f7608b..dcdae20 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-camera-permissions/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-camera-permissions/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-device-model/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-device-model/index.html index b8740cc..f949cd0 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-device-model/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-device-model/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-device-orientation/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-device-orientation/index.html index e657ff0..c2e8cc2 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-device-orientation/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-device-orientation/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-location-permissions/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-location-permissions/index.html index ca02b6f..f22394c 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-location-permissions/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-location-permissions/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-notification-permissions/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-notification-permissions/index.html index f31d215..0cf55f3 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-notification-permissions/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-notification-permissions/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-operating-system-version/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-operating-system-version/index.html index 1edeb53..51a530f 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-operating-system-version/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-operating-system-version/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-photo-permissions/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-photo-permissions/index.html index 262fd5b..4f3cc4d 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-photo-permissions/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-photo-permissions/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-platform/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-platform/index.html index ec9109e..ecbe8e9 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-platform/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-platform/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-push-token/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-push-token/index.html index f1ccd6e..6f9ba3b 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-push-token/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-push-token/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-screen-resolution/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-screen-resolution/index.html index 3c6bfc2..913f71a 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-screen-resolution/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-screen-resolution/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-screen-size/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-screen-size/index.html index 2d18c8e..0d133ed 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-screen-size/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/-screen-size/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/chat-property-value.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/chat-property-value.html index 1e9c16a..a696b8e 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/chat-property-value.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/chat-property-value.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/index.html index 9dd281b..b155670 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/-chat-property-key/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/index.html index f013aba..b6e022d 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.metadata/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-request/-add-device-token-request.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-request/-add-device-token-request.html index a7bb878..b849b37 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-request/-add-device-token-request.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-request/-add-device-token-request.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-request/device-push-token.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-request/device-push-token.html index 293580b..a770326 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-request/device-push-token.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-request/device-push-token.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-request/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-request/index.html index 9fb65de..944f753 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-request/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-request/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-request/platform.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-request/platform.html index 0f2a0ef..214c667 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-request/platform.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-request/platform.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-response/-add-device-token-response.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-response/-add-device-token-response.html index 3e59f27..5fca091 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-response/-add-device-token-response.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-response/-add-device-token-response.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-response/device-push-token.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-response/device-push-token.html index 8144270..e3ef07a 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-response/device-push-token.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-response/device-push-token.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-response/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-response/index.html index 1b751d4..b75d387 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-response/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-response/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-response/platform.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-response/platform.html index f60f8e5..c50c42a 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-response/platform.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-add-device-token-response/platform.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-device-token-params/-device-token-params.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-device-token-params/-device-token-params.html index 0437506..a3c7f82 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-device-token-params/-device-token-params.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-device-token-params/-device-token-params.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-device-token-params/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-device-token-params/index.html index 1cef025..863770e 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-device-token-params/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-device-token-params/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-device-token-params/portal-id.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-device-token-params/portal-id.html index 98892d7..18753c1 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-device-token-params/portal-id.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-device-token-params/portal-id.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-device-token-params/push-token.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-device-token-params/push-token.html index b9fe706..c61bdc6 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-device-token-params/push-token.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-device-token-params/push-token.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-meta-data-request/-meta-data-request.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-meta-data-request/-meta-data-request.html index 2417bf2..41db3c9 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-meta-data-request/-meta-data-request.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-meta-data-request/-meta-data-request.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-meta-data-request/email.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-meta-data-request/email.html index da1876f..c7cf9d3 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-meta-data-request/email.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-meta-data-request/email.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-meta-data-request/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-meta-data-request/index.html index d09708c..2c9f137 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-meta-data-request/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-meta-data-request/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-meta-data-request/meta-data.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-meta-data-request/meta-data.html index aca3bff..bc6dd1e 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-meta-data-request/meta-data.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-meta-data-request/meta-data.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-meta-data-request/visitor-token.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-meta-data-request/visitor-token.html index 99ffb5b..7e751f6 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-meta-data-request/visitor-token.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/-meta-data-request/visitor-token.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/index.html index af97600..c8f0f4e 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.model/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/-preference-helper/-preference-helper.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/-preference-helper/-preference-helper.html index 4d7d9d2..0636ac5 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/-preference-helper/-preference-helper.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/-preference-helper/-preference-helper.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/-preference-helper/email.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/-preference-helper/email.html index 87083fe..aef0959 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/-preference-helper/email.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/-preference-helper/email.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/-preference-helper/fcm-token.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/-preference-helper/fcm-token.html index 44d6681..96dab43 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/-preference-helper/fcm-token.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/-preference-helper/fcm-token.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/-preference-helper/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/-preference-helper/index.html index 795962a..8f79f6a 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/-preference-helper/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/-preference-helper/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/-preference-helper/remove-fcm-token.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/-preference-helper/remove-fcm-token.html index 4f858ef..a2e2196 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/-preference-helper/remove-fcm-token.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/-preference-helper/remove-fcm-token.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/-preference-helper/remove-preferences.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/-preference-helper/remove-preferences.html index 57fb653..6164efd 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/-preference-helper/remove-preferences.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/-preference-helper/remove-preferences.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/-preference-helper/token.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/-preference-helper/token.html index 6284c1b..5211654 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/-preference-helper/token.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/-preference-helper/token.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/index.html index 834a2e0..856da21 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.util/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/-hubspot-button/-hubspot-button.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/-hubspot-button/-hubspot-button.html index a151878..beaa52f 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/-hubspot-button/-hubspot-button.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/-hubspot-button/-hubspot-button.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/-hubspot-button/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/-hubspot-button/index.html index 4b3480c..e3d0361 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/-hubspot-button/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/-hubspot-button/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/-hubspot-floating-action-button/-hubspot-floating-action-button.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/-hubspot-floating-action-button/-hubspot-floating-action-button.html index cdfda2e..752fe9a 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/-hubspot-floating-action-button/-hubspot-floating-action-button.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/-hubspot-floating-action-button/-hubspot-floating-action-button.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/-hubspot-floating-action-button/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/-hubspot-floating-action-button/index.html index 6c56dcd..a9b7d09 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/-hubspot-floating-action-button/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/-hubspot-floating-action-button/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/-hubspot-web-view/-hubspot-web-view.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/-hubspot-web-view/-hubspot-web-view.html index 3b37fbb..1cddeab 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/-hubspot-web-view/-hubspot-web-view.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/-hubspot-web-view/-hubspot-web-view.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/-hubspot-web-view/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/-hubspot-web-view/index.html index 794a237..b90b805 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/-hubspot-web-view/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/-hubspot-web-view/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/-hubspot-web-view/show.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/-hubspot-web-view/show.html index 25b7d4d..65c8ccb 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/-hubspot-web-view/show.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/-hubspot-web-view/show.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/index.html index 90dc898..2ebe2b8 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk.widget/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/chat-u-r-l.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/chat-u-r-l.html index f5990bc..3cb2238 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/chat-u-r-l.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/chat-u-r-l.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/configure.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/configure.html index f90f45e..54980e1 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/configure.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/configure.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/delete-device-token.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/delete-device-token.html index df5ce30..edd6e41 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/delete-device-token.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/delete-device-token.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/disable-logs.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/disable-logs.html index 530f9ea..ecb977a 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/disable-logs.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/disable-logs.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/enable-logs.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/enable-logs.html index 9f7648c..69217e5 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/enable-logs.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/enable-logs.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/get-chat-properties.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/get-chat-properties.html index 58f06c8..e4b7d77 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/get-chat-properties.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/get-chat-properties.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/get-default-chat-flow.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/get-default-chat-flow.html index d143843..eafc8ae 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/get-default-chat-flow.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/get-default-chat-flow.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/get-environment.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/get-environment.html index 4565b48..2f5d268 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/get-environment.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/get-environment.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/get-hublet.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/get-hublet.html index cb886d8..bb787b3 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/get-hublet.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/get-hublet.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/get-portal-id.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/get-portal-id.html index b590ad8..93c79f9 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/get-portal-id.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/get-portal-id.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/get-push-token.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/get-push-token.html index e5073e4..4674a1a 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/get-push-token.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/get-push-token.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/index.html index 1ba3135..3c268fa 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/logout.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/logout.html index 6853ac6..9612629 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/logout.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/logout.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/set-chat-properties.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/set-chat-properties.html index 50b549c..20874b9 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/set-chat-properties.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/set-chat-properties.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/set-push-token.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/set-push-token.html index 55512c8..c76be0a 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/set-push-token.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/set-push-token.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/set-user-identity.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/set-user-identity.html index 8c9aa07..15b2a49 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/set-user-identity.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/set-user-identity.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/start-chat.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/start-chat.html index 68cd232..48ad368 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/start-chat.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/start-chat.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/user-identity-email.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/user-identity-email.html index 9693961..03d86b9 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/user-identity-email.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/user-identity-email.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/user-identity-token.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/user-identity-token.html index 6fdb51e..bf69483 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/user-identity-token.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-manager/user-identity-token.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-web-activity/-hubspot-web-activity.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-web-activity/-hubspot-web-activity.html index e03b7af..e89cf82 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-web-activity/-hubspot-web-activity.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-web-activity/-hubspot-web-activity.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-web-activity/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-web-activity/index.html index 028c1e6..87b9b82 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-web-activity/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/-hubspot-web-activity/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/index.html b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/index.html index c73d813..908da09 100644 --- a/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/index.html +++ b/docs/-hubspot-mobile -s-d-k/com.hubspot.mobilesdk/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/docs/index.html b/docs/index.html index c90cb4c..7281e65 100644 --- a/docs/index.html +++ b/docs/index.html @@ -47,7 +47,7 @@
-1.0.2-SNAPSHOT
+1.0.3-SNAPSHOT
diff --git a/hubspot/src/main/java/com/hubspot/mobilesdk/widget/HubspotWebViewClient.kt b/hubspot/src/main/java/com/hubspot/mobilesdk/widget/HubspotWebViewClient.kt index c60529d..f38c257 100644 --- a/hubspot/src/main/java/com/hubspot/mobilesdk/widget/HubspotWebViewClient.kt +++ b/hubspot/src/main/java/com/hubspot/mobilesdk/widget/HubspotWebViewClient.kt @@ -6,9 +6,13 @@ ************************************************/ package com.hubspot.mobilesdk.widget +import android.content.Intent +import android.net.Uri import android.webkit.JavascriptInterface +import android.webkit.WebResourceRequest import android.webkit.WebView import android.webkit.WebViewClient +import androidx.core.content.ContextCompat import timber.log.Timber /** @@ -20,6 +24,13 @@ internal class HubspotWebViewClient : WebViewClient() { injectJavaScript(view) } + // This method handles the navigation flow for links which opens default phone browser. + override fun shouldOverrideUrlLoading(view: WebView?, request: WebResourceRequest?): Boolean { + val i = Intent(Intent.ACTION_VIEW, Uri.parse(request?.url.toString())) + view?.context?.let { ContextCompat.startActivity(it, i, null) } + return true + } + /** * Internal function to pass lambda to HubspotWebViewClient. This lambda will be invoked when JS evaluation on webview is complete */