gpt4 book ai didi

ios - 从 Watson Customer Engagement on Swift 获取 channel 和用户 ID

转载 作者:行者123 更新时间:2023-11-29 06:02:29 25 4
gpt4 key购买 nike

我想从 Watson 平台上的 MCE SDK 注册中获取 channel 和用户 ID。我可以使用以下代码获取 Android 上的信息:

RegistrationClient client = MceSdk.getRegistrationClient();
RegistrationDetails details = client.getRegistrationDetails(this);

String channelID = registrationDetails.getChannelId();
String userID = registrationDetails.getUserId();

有谁知道如何获取iOS端SDK的相同信息吗?我尝试了不同的方法,我能够获得的唯一详细信息是 SDK 版本和应用程序 key :

let sdkVersion = MCESdk.shared.sdkVersion()
let appKey = MCESdk.shared.config.appKey

最佳答案

最后,我找错了对象,所有详细信息都在 MCERegistrationDetails 类上。

let appKey = MCERegistrationDetails.shared.appKey
let channelId = MCERegistrationDetails.shared.channelId
let userId = MCERegistrationDetails.shared.userId

关于ios - 从 Watson Customer Engagement on Swift 获取 channel 和用户 ID,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54487794/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com