Recherches récentes
Pas de recherche récente

Support Team
Adhésion le 16 oct. 2021
·
Dernière activité le 21 mars 2022
Suivis
0
Abonnés
0
Activité totale
8
Votes
0
Abonnements
5
APERÇU DES ACTIVITÉS
BADGES
ARTICLES
PUBLICATIONS
COMMENTAIRES DE LA COMMUNAUTÉ
COMMENTAIRES SUR L’ARTICLE
APERÇU DES ACTIVITÉS
Dernière activité effectuée par Support Team
Support Team a ajouté un commentaire,
Hi Greg Katechis we confirm that we do not have any other builder and we only use the .show() method on the HelpCenterActivity builder.
Afficher le commentaire · Publication le 21 mars 2022 · Support Team
0
Abonnés
0
Votes
0
Commentaire
Support Team a créé une publication,
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
Modification le 21 mars 2022 · Support Team
0
Abonnés
3
Votes
2
Commentaires
Support Team a ajouté un commentaire,
Thanks @..., I was struggling through this installation process and had tried several workarounds with no luck - your advise perfectly worked for me.
Afficher le commentaire · Publication le 26 mars 2021 · Support Team
0
Abonnés
0
Votes
0
Commentaire