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/DialogProxy"
DialogProxy
Class DialogProxy
Hierarchy
DialogProxy
Implements
Client
Index
Constructors
constructor
Properties
_dialog
Delegate
Chain
_initialized
_last
Activity
Accessors
last
Activity
Methods
delete
Json
get
Blob
get
Json
get
Text
open
Stream
post
Json
post
Multipart
prepare
For
Activity
put
Json
Constructors
constructor
new
Dialog
Proxy
(
)
:
DialogProxy
Returns
DialogProxy
Properties
Private
_dialog
Delegate
Chain
_dialog
Delegate
Chain
:
DialogDelegate
[]
Private
_initialized
_initialized
:
Promise
<
boolean
>
Private
_last
Activity
_last
Activity
:
Date
= new Date()
Accessors
last
Activity
get
lastActivity
(
)
:
Date
Returns
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
Optional
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
>
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
, jsonBody
?:
StringDictionary
)
:
Promise
<
JsonClientResponse
>
Parameters
baseUrl:
string
resourcePath:
string
Optional
jsonBody:
StringDictionary
Returns
Promise
<
JsonClientResponse
>
post
Multipart
post
Multipart
(
baseUrl
:
string
, resourcePath
:
string
, formData
:
FormData
)
:
Promise
<
VoidClientResponse
>
Parameters
baseUrl:
string
resourcePath:
string
formData:
FormData
Returns
Promise
<
VoidClientResponse
>
Private
prepare
For
Activity
prepare
For
Activity
(
)
:
void
Returns
void
put
Json
put
Json
(
baseUrl
:
string
, resourcePath
:
string
, jsonBody
?:
StringDictionary
)
:
Promise
<
JsonClientResponse
>
Parameters
baseUrl:
string
resourcePath:
string
Optional
jsonBody:
StringDictionary
Returns
Promise
<
JsonClientResponse
>
Globals
"proxy/
Dialog
Proxy"
Dialog
Proxy
constructor
_dialog
Delegate
Chain
_initialized
_last
Activity
last
Activity
delete
Json
get
Blob
get
Json
get
Text
open
Stream
post
Json
post
Multipart
prepare
For
Activity
put
Json
Generated using
TypeDoc