File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ repositories {
23
23
}
24
24
25
25
dependencies {
26
- implementation 'com.commandbar.android:commandbar:1.0.8 '
26
+ implementation 'com.commandbar.android:commandbar:1.0.9 '
27
27
}
28
28
```
29
29
@@ -42,6 +42,7 @@ import com.commandbar.android.HelpHubWebView;
42
42
- ` options ` (required): An instance of the ` CommandBarOptions ` class that holds the options for the `HelpHubWebView``.
43
43
- ` orgId ` (required): Your Organization ID from [ CommandBar] ( https://app.commandbar.com )
44
44
- ` spinnerColor ` (optional): Optionally specify a color to render the loading Spinner
45
+ - ` articleId ` (optional): Optionally specify an article ID to open a specific article in HelpHub
45
46
- ` onFallbackAction ` (optional): A callback function to receive an event when a Fallback CTA is interacted with
46
47
47
48
### ` HelpHubWebView `
@@ -52,6 +53,7 @@ import com.commandbar.android.HelpHubWebView;
52
53
- ` options ` (optional): An instance of the ` CommandBarOptions ` class that holds the options for the `HelpHubWebView``.
53
54
- ` orgId ` (required): Your Organization ID from [ CommandBar] ( https://app.commandbar.com )
54
55
- ` spinnerColor ` (optional): Optionally specify a color to render the loading Spinner
56
+ - ` articleId ` (optional): Optionally specify an article ID to open a specific article in HelpHub
55
57
- ` onFallbackAction ` (optional): A callback function to receive an event when a Fallback CTA is interacted with
56
58
57
59
### Run the Example
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ mavenPublishing {
43
43
44
44
signAllPublications()
45
45
46
- coordinates(" com.commandbar.android" , " commandbar" , " 1.0.8 " )
46
+ coordinates(" com.commandbar.android" , " commandbar" , " 1.0.9 " )
47
47
48
48
pom {
49
49
name.set(" CommandBarAndroid" )
You can’t perform that action at this time.
0 commit comments