Preparing search index...
The search index is not available
@ustra/nuxt
@ustra/nuxt
plugins/desc/mobile
MobileBridgeResult
Interface MobileBridgeResult<T>
브릿지 호출 결과
interface
MobileBridgeResult
<
T
>
{
callbackName
?:
string
;
data
?:
T
;
loggingId
?:
number
;
resCode
?:
string
;
resMessage
?:
string
;
timeout
?:
boolean
;
token
?:
string
;
}
Type Parameters
T
=
any
Index
Properties
callback
Name?
data?
logging
Id?
res
Code?
res
Message?
timeout?
token?
Properties
Optional
callback
Name
callback
Name
?:
string
callback 명
Optional
data
data
?:
T
전송 데이터
Optional
logging
Id
logging
Id
?:
number
로깅 아이디
Optional
res
Code
res
Code
?:
string
응답코드
Optional
res
Message
res
Message
?:
string
응답 메시지
Optional
timeout
timeout
?:
boolean
타임아웃 발생 여부
Optional
token
token
?:
string
토큰
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
callback
Name
data
logging
Id
res
Code
res
Message
timeout
token
@ustra/nuxt
base/ustra-service
components
composables
config
directives
externals/daum/post
index
kit
management
module
plugins
config
desc
api
auth
components
directives
dom
env
error
fetch
Loading...
Generated using
TypeDoc
브릿지 호출 결과