Search
Preparing search index...
The search index is not available
cv-dialog-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"proxy/DialogDelegate"
DialogDelegate
Interface DialogDelegate
Hierarchy
Client
DialogDelegate
Implemented by
SdaDialogDelegate
Index
Properties
last
Activity
Methods
delete
Json
get
Blob
get
Json
get
Text
handle
Delete
Json
Response
handle
Get
Blob
Response
handle
Get
Json
Response
handle
Get
Text
Response
handle
Open
Stream
Response
handle
Post
Json
Response
handle
Post
Multipart
Response
handle
Put
Json
Response
initialize
open
Stream
post
Json
post
Multipart
put
Json
Properties
last
Activity
last
Activity
:
Date
Methods
delete
Json
delete
Json
(
baseUrl
:
string
, resourcePath
:
string
)
:
Promise
<
JsonClientResponse
>
Parameters
baseUrl:
string
resourcePath:
string
Returns
Promise
<
JsonClientResponse
>
get
Blob
get
Blob
(
baseUrl
:
string
, resourcePath
?:
string
)
:
Promise
<
BlobClientResponse
>
Parameters
baseUrl:
string
Optional
resourcePath:
string
Returns
Promise
<
BlobClientResponse
>
get
Json
get
Json
(
baseUrl
:
string
, resourcePath
:
string
, queryParams
?:
StringDictionary
)
:
Promise
<
JsonClientResponse
>
Parameters
baseUrl:
string
resourcePath:
string
Optional
queryParams:
StringDictionary
Returns
Promise
<
JsonClientResponse
>
get
Text
get
Text
(
baseUrl
:
string
, resourcePath
?:
string
)
:
Promise
<
TextClientResponse
>
Parameters
baseUrl:
string
Optional
resourcePath:
string
Returns
Promise
<
TextClientResponse
>
handle
Delete
Json
Response
handle
Delete
Json
Response
(
baseUrl
:
string
, resourcePath
:
string
, response
:
Promise
<
JsonClientResponse
>
)
:
Promise
<
JsonClientResponse
>
|
null
Parameters
baseUrl:
string
resourcePath:
string
response:
Promise
<
JsonClientResponse
>
Returns
Promise
<
JsonClientResponse
>
|
null
handle
Get
Blob
Response
handle
Get
Blob
Response
(
baseUrl
:
string
, resourcePath
:
string
, response
:
Promise
<
BlobClientResponse
>
)
:
Promise
<
BlobClientResponse
>
|
null
Parameters
baseUrl:
string
resourcePath:
string
response:
Promise
<
BlobClientResponse
>
Returns
Promise
<
BlobClientResponse
>
|
null
handle
Get
Json
Response
handle
Get
Json
Response
(
baseUrl
:
string
, resourcePath
:
string
, queryParams
:
StringDictionary
, response
:
Promise
<
JsonClientResponse
>
)
:
Promise
<
JsonClientResponse
>
|
null
Parameters
baseUrl:
string
resourcePath:
string
queryParams:
StringDictionary
response:
Promise
<
JsonClientResponse
>
Returns
Promise
<
JsonClientResponse
>
|
null
handle
Get
Text
Response
handle
Get
Text
Response
(
baseUrl
:
string
, resourcePath
:
string
, response
:
Promise
<
TextClientResponse
>
)
:
Promise
<
TextClientResponse
>
|
null
Parameters
baseUrl:
string
resourcePath:
string
response:
Promise
<
TextClientResponse
>
Returns
Promise
<
TextClientResponse
>
|
null
handle
Open
Stream
Response
handle
Open
Stream
Response
(
baseUrl
:
string
, resourcePath
:
string
, response
:
Promise
<
StreamProducer
>
)
:
Promise
<
StreamProducer
>
|
null
Parameters
baseUrl:
string
resourcePath:
string
response:
Promise
<
StreamProducer
>
Returns
Promise
<
StreamProducer
>
|
null
handle
Post
Json
Response
handle
Post
Json
Response
(
baseUrl
:
string
, resourcePath
:
string
, body
:
StringDictionary
, response
:
Promise
<
JsonClientResponse
>
)
:
Promise
<
JsonClientResponse
>
|
null
Parameters
baseUrl:
string
resourcePath:
string
body:
StringDictionary
response:
Promise
<
JsonClientResponse
>
Returns
Promise
<
JsonClientResponse
>
|
null
handle
Post
Multipart
Response
handle
Post
Multipart
Response<T>
(
baseUrl
:
string
, resourcePath
:
string
, formData
:
FormData
, response
:
Promise
<
VoidClientResponse
>
)
:
Promise
<
VoidClientResponse
>
|
null
Type parameters
T
Parameters
baseUrl:
string
resourcePath:
string
formData:
FormData
response:
Promise
<
VoidClientResponse
>
Returns
Promise
<
VoidClientResponse
>
|
null
handle
Put
Json
Response
handle
Put
Json
Response
(
baseUrl
:
string
, resourcePath
:
string
, body
:
StringDictionary
, response
:
Promise
<
JsonClientResponse
>
)
:
Promise
<
JsonClientResponse
>
|
null
Parameters
baseUrl:
string
resourcePath:
string
body:
StringDictionary
response:
Promise
<
JsonClientResponse
>
Returns
Promise
<
JsonClientResponse
>
|
null
initialize
initialize
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
open
Stream
open
Stream
(
baseUrl
:
string
, resourcePath
?:
string
)
:
Promise
<
StreamProducer
>
Parameters
baseUrl:
string
Optional
resourcePath:
string
Returns
Promise
<
StreamProducer
>
post
Json
post
Json
(
baseUrl
:
string
, resourcePath
:
string
, body
?:
StringDictionary
)
:
Promise
<
JsonClientResponse
>
Parameters
baseUrl:
string
resourcePath:
string
Optional
body:
StringDictionary
Returns
Promise
<
JsonClientResponse
>
post
Multipart
post
Multipart<T>
(
baseUrl
:
string
, resourcePath
:
string
, formData
:
FormData
)
:
Promise
<
VoidClientResponse
>
Type parameters
T
Parameters
baseUrl:
string
resourcePath:
string
formData:
FormData
Returns
Promise
<
VoidClientResponse
>
put
Json
put
Json
(
baseUrl
:
string
, resourcePath
:
string
, body
?:
StringDictionary
)
:
Promise
<
JsonClientResponse
>
Parameters
baseUrl:
string
resourcePath:
string
Optional
body:
StringDictionary
Returns
Promise
<
JsonClientResponse
>
Globals
"proxy/
Dialog
Delegate"
Dialog
Delegate
last
Activity
delete
Json
get
Blob
get
Json
get
Text
handle
Delete
Json
Response
handle
Get
Blob
Response
handle
Get
Json
Response
handle
Get
Text
Response
handle
Open
Stream
Response
handle
Post
Json
Response
handle
Post
Multipart
Response
handle
Put
Json
Response
initialize
open
Stream
post
Json
post
Multipart
put
Json
Generated using
TypeDoc