最近の検索
最近の検索はありません

Support Team
参加日2021年10月16日
·
前回のアクティビティ2022年3月21日
フォロー中
0
フォロワー
0
合計アクティビティ
8
投票
0
受信登録
5
アクティビティの概要
バッジ
記事
投稿
コミュニティへのコメント
記事へのコメント
アクティビティの概要
さんの最近のアクティビティ Support Team
Support Teamさんがコメントを作成しました:
Hi Greg Katechis we confirm that we do not have any other builder and we only use the .show() method on the HelpCenterActivity builder.
コメントを表示 · 投稿日時:2022年3月21日 · Support Team
0
フォロワー
0
投票
0
コメント
Support Teamさんが投稿を作成しました:
Hello,
We have multiple integrations between our Mobile Apps and Zendesk via Zendesk SDK, while also using the Zendesk Guide Help Center. We found a problem using HelpCenterActivity in Android.
We set a RequestActivityConfig to add some custom fields to our tickets, but found that the next code works only when sending a ticket from "Help Center Articles list" screen and "Help Center Article Detail" screen, but sending a ticket from "Ticket list" screen.
If the user navigate to the ticket list screen then this configuration is ignored.
val requestActivityConfig:
Configuration =
RequestActivity.builder()
.withCustomFields(
listOf(
CustomField(customFieldApp, context.getString(R.string.zendesk_app_name)),
CustomField(customFieldZone, getSelectedZoneIdUseCase()),
CustomField(customFieldMobileOs, "Android"),
CustomField(customFieldDeviceModel, Build.MODEL),
CustomField(customFieldAppVersion, context.packageManager.getPackageInfo(context.packageName, 0).versionName),
CustomField(customFieldOsVersion, Build.VERSION.SDK_INT.toString())))
.config()val categoryId = Long.parseLong(context.getString(R.string.zendesk_category_id))HelpCenterActivity.builder()
.withArticlesForCategoryIds(categoryId)
.show(context, requestActivityConfig)
Thanks and regards,
Fernando
編集日時:2022年3月21日 · Support Team
0
フォロワー
3
投票
2
コメント