toggle menu
falke-sdk-android
androidJvm
switch theme
search in API
FlowSOCommOutsideAPIWrapper
/
com.swarovskioptik.comm.sdk.wrapper.flow
/
FlowBaseSOCommOutsideApi
Flow
Base
SOComm
Outside
Api
interface
FlowBaseSOCommOutsideApi
Flow
wrapper around the
SOCommOutsideAPI
Inheritors
FlowSOCommOutsideApi
FlowSOCommOutsideWifiOnlyApi
Members
Types
Flow
File
Api
Link copied to clipboard
interface
FlowFileApi
SOComm
Exception
Link copied to clipboard
class
SOCommException
(
action
:
String
,
cause
:
Throwable
)
:
RuntimeException
Properties
available
Contexts
Link copied to clipboard
abstract
val
availableContexts
:
Flow
<
Set
<
SOContext
>
>
connection
State
Link copied to clipboard
abstract
val
connectionState
:
Flow
<
SOCommOutsideAPI.ConnectionState
>
contexts
In
Use
Link copied to clipboard
abstract
val
contextsInUse
:
Flow
<
Set
<
SOContext
>
>
file
Api
Link copied to clipboard
abstract
val
fileApi
:
FlowBaseSOCommOutsideApi.FlowFileApi
Functions
disconnect
Link copied to clipboard
abstract
suspend
fun
disconnect
(
)
get
Client
Identifier
Link copied to clipboard
abstract
suspend
fun
getClientIdentifier
(
)
:
ClientIdentifier
?
get
Wifi
Credentials
Link copied to clipboard
abstract
suspend
fun
getWifiCredentials
(
)
:
WifiCredentials
?
publish
Topic
Link copied to clipboard
abstract
suspend
fun
<
T
>
publishTopic
(
topic
:
TopicIn
<
T
>
,
value
:
T
)
register
Dynamic
Context
Link copied to clipboard
abstract
suspend
fun
registerDynamicContext
(
dynamicContext
:
SOContext
)
release
Link copied to clipboard
abstract
suspend
fun
release
(
context
:
SOContext
)
subscribe
Topic
Link copied to clipboard
abstract
suspend
fun
<
T
:
Any
>
subscribeTopic
(
topic
:
TopicOut
<
T
>
)
:
Flow
<
T
>
use
Link copied to clipboard
abstract
suspend
fun
use
(
context
:
SOContext
)