최근 검색


최근 검색 없음

Support Team's Avatar

Support Team

가입한 날짜: 2021년 10월 16일

·

마지막 활동: 2022년 3월 21일

팔로잉

0

팔로워

0

총 활동 수

8

투표 수

0

플랜 수

5

활동 개요

님의 최근 활동 Support Team

Support Team님이 에 댓글을 입력함

커뮤니티 댓글 Developer - Zendesk SDKs

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님이 에 게시물을 만듦

게시물 Developer - Zendesk SDKs

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

댓글


Support Team님이 에 댓글을 입력함

커뮤니티 댓글 Developer - Zendesk Apps Framework (ZAF)

Thanks @..., I was struggling through this installation process and had tried several workarounds with no luck - your advise perfectly worked for me.

댓글 보기 · 2021년 3월 26일에 게시됨 · Support Team

0

팔로워

0

투표 수

0

댓글