 | CtiRawActionsGetPopupScreenWithDetail 方法 |
异步获取带详细信息的弹屏信息。
命名空间: Ipxchina.Sdk.Cti.Actions程序集: CtiSdk (在 CtiSdk.dll 中) 版本:1.0.0.2 (1.0.0.2)
语法public Task<ResponseGetPopupScreenWithDetail> GetPopupScreenWithDetail(
string channel
)
Public Function GetPopupScreenWithDetail (
channel As String
) As Task(Of ResponseGetPopupScreenWithDetail)
public:
Task<ResponseGetPopupScreenWithDetail^>^ GetPopupScreenWithDetail(
String^ channel
)
member GetPopupScreenWithDetail :
channel : string -> Task<ResponseGetPopupScreenWithDetail> 参数
- channel String
- 通道信息
返回值
TaskResponseGetPopupScreenWithDetailAPI 响应
参见