ios - 如何使用 CallKit 使用 CXCallUpdate 添加 customInfo?
<p><p>我想使用 CallKit 在最近记录日志中显示姓名和电话号码。
我可以使用下面的代码显示电话号码或姓名,</p>
<pre><code>CXCallUpdate *callUpdate = [ init];
callUpdate.localizedCallerName = @"Name or Number";
</code></pre>
<p>Skype 同时显示姓名和社交资料标签。
如果可能的话,至少在社交资料标签中。 </p>
<p><strong>更新</strong>:</p>
<p>我需要在 CXCallUpdate 中添加 <strong>customInfo</strong>(如 unique-id),可以吗? </p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>您设置为 <code>CXCallUpdate</code> 的 <code>remoteHandle</code> 的 <code>CXHandle</code> 值将显示在您按下“i "最近的信息按钮。 (它将显示为电话号码、电子邮件地址或“社交资料”,具体取决于 <code>CXHandle</code> 的 <code>type</code> 是否为电话号码、电子邮件地址、或“通用”。)但它不会显示在最近的实际行中。</p></p>
<p style="font-size: 20px;">关于ios - 如何使用 CallKit 使用 CXCallUpdate 添加 customInfo?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/40507628/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/40507628/
</a>
</p>
页:
[1]