 | CtiRawActionsGetPopupScreen 方法 |
异步获取弹屏信息。
命名空间: Ipxchina.Sdk.Cti.Actions程序集: CtiSdk (在 CtiSdk.dll 中) 版本:1.0.0.2 (1.0.0.2)
语法public Task<ResponseGetPopupScreen> GetPopupScreen(
string channel = null
)
Public Function GetPopupScreen (
Optional channel As String = Nothing
) As Task(Of ResponseGetPopupScreen)
public:
Task<ResponseGetPopupScreen^>^ GetPopupScreen(
String^ channel = nullptr
)
member GetPopupScreen :
?channel : string
(* Defaults:
let _channel = defaultArg channel null
*)
-> Task<ResponseGetPopupScreen> 参数
- channel String (Optional)
- 通道信息(可选)
返回值
TaskResponseGetPopupScreenAPI 响应
参见