A  B  C  D  F  G  H  I  L  M  N  O  P  R  S  T  U  V  W 

S

ScatterbrainApi - class in net.ballmerlabs.scatterbrainsdk
 
ScatterbrainBroadcastReceiver - class in net.ballmerlabs.scatterbrainsdk
 
ScatterbrainBroadcastReceiverImpl - class in net.ballmerlabs.scatterbrainsdk.internal
 
ScatterbrainBroadcastReceiverImpl.Companion - class in net.ballmerlabs.scatterbrainsdk.internal.ScatterbrainBroadcastReceiverImpl
 
ScatterMessage - class in net.ballmerlabs.scatterbrainsdk
Represents a messages sent or received via Scatterbrain.
ScatterMessage.Builder - class in net.ballmerlabs.scatterbrainsdk.ScatterMessage
Builder class used to construct a ScatterMessage
ScatterMessage.Builder.Companion - class in net.ballmerlabs.scatterbrainsdk.ScatterMessage.Builder
 
ScatterMessage.Companion - class in net.ballmerlabs.scatterbrainsdk.ScatterMessage
 
SdkComponentKt - class in net.ballmerlabs.scatterbrainsdk.internal
 
sendMessage(ScatterMessage) - function in net.ballmerlabs.scatterbrainsdk.BinderWrapper
Enqueues a Scatterbrain message to the datastore.
sendMessage(ScatterMessage,Identity) - function in net.ballmerlabs.scatterbrainsdk.BinderWrapper
Enqueues a message to the datastore and signs it with a given identity.
sendMessage(ScatterMessage,UUID) - function in net.ballmerlabs.scatterbrainsdk.BinderWrapper
Enqueues a message to the datastore and signs it with a given identity.
sendMessage(List,UUID) - function in net.ballmerlabs.scatterbrainsdk.BinderWrapper
Enqueues a list of messages to the datastore and signs it with a given identity.
sendMessage(List) - function in net.ballmerlabs.scatterbrainsdk.BinderWrapper
Enqueues multiple Scatterbrain messages to the datastore.
sendMessage(List,Identity) - function in net.ballmerlabs.scatterbrainsdk.BinderWrapper
Enqueues a list of messages to the datastore and signs it with a given identity.
sendMessage(ScatterMessage) - function in net.ballmerlabs.scatterbrainsdk.internal.BinderWrapperImpl
Enqueues a Scatterbrain message to the datastore.
sendMessage(List) - function in net.ballmerlabs.scatterbrainsdk.internal.BinderWrapperImpl
Enqueues multiple Scatterbrain messages to the datastore.
sendMessage(ScatterMessage,UUID) - function in net.ballmerlabs.scatterbrainsdk.internal.BinderWrapperImpl
Enqueues a message to the datastore and signs it with a given identity.
sendMessage(List,UUID) - function in net.ballmerlabs.scatterbrainsdk.internal.BinderWrapperImpl
Enqueues a list of messages to the datastore and signs it with a given identity.
sendMessage(ScatterMessage,Identity) - function in net.ballmerlabs.scatterbrainsdk.internal.BinderWrapperImpl
Enqueues a message to the datastore and signs it with a given identity.
sendMessage(List,Identity) - function in net.ballmerlabs.scatterbrainsdk.internal.BinderWrapperImpl
Enqueues a list of messages to the datastore and signs it with a given identity.
setApplication(String) - function in net.ballmerlabs.scatterbrainsdk.ScatterMessage.Builder
sets the application identifier for this message.
setContext(Context) - function in net.ballmerlabs.scatterbrainsdk.internal.ScatterbrainBroadcastReceiverImpl
 
setCoroutineScope(CoroutineScope) - function in net.ballmerlabs.scatterbrainsdk.internal.ScatterbrainBroadcastReceiverImpl
 
setDebugUnregister(Boolean) - function in android.content.ScatterbrainBroadcastReceiverImpl
 
setIcon(Drawable) - function in net.ballmerlabs.scatterbrainsdk.NamePackage
 
setOrderedHint(Boolean) - function in android.content.ScatterbrainBroadcastReceiverImpl
 
setResult(Integer,String,Bundle) - function in android.content.ScatterbrainBroadcastReceiverImpl
 
setResultCode(Integer) - function in android.content.ScatterbrainBroadcastReceiverImpl
 
setResultData(String) - function in android.content.ScatterbrainBroadcastReceiverImpl
 
setResultExtras(Bundle) - function in android.content.ScatterbrainBroadcastReceiverImpl
 
setStackTrace(Array) - function in kotlin.PermissionsNotAcceptedException
 
setStackTrace(Array) - function in kotlin.UnauthorizedException
 
setTo(UUID) - function in net.ballmerlabs.scatterbrainsdk.ScatterMessage.Builder
sets the recipient fingerprint
sign(Identity,ByteArray) - function in net.ballmerlabs.scatterbrainsdk.BinderWrapper
Cryptographically signs data using a stored identity.
sign(Identity,ByteArray) - function in net.ballmerlabs.scatterbrainsdk.internal.BinderWrapperImpl
Cryptographically signs data using a stored identity.
startDiscover() - function in net.ballmerlabs.scatterbrainsdk.BinderWrapper
Starts active discovery using default transport modules This function requires net.ballmerlabs.scatterroutingservice.permission.
startDiscover() - function in net.ballmerlabs.scatterbrainsdk.internal.BinderWrapperImpl
Starts active discovery using default transport modules This function requires net.ballmerlabs.scatterroutingservice.permission.
startPassive() - function in net.ballmerlabs.scatterbrainsdk.BinderWrapper
Starts passive discovery using the default radio module.
startPassive() - function in net.ballmerlabs.scatterbrainsdk.internal.BinderWrapperImpl
Starts passive discovery using the default radio module.
startService() - function in net.ballmerlabs.scatterbrainsdk.BinderWrapper
Starts the scatterbrain router if stopped.
startService() - function in net.ballmerlabs.scatterbrainsdk.internal.BinderWrapperImpl
Starts the scatterbrain router if stopped.
STATE_CONNECTED - enum entry in net.ballmerlabs.scatterbrainsdk.BinderWrapper.Companion.BinderState
 
STATE_DISCONNECTED - enum entry in net.ballmerlabs.scatterbrainsdk.BinderWrapper.Companion.BinderState
 
STATUS_FAIL - enum entry in net.ballmerlabs.scatterbrainsdk.HandshakeResult.TransactionStatus
 
STATUS_SUCCESS - enum entry in net.ballmerlabs.scatterbrainsdk.HandshakeResult.TransactionStatus
 
stopDiscover() - function in net.ballmerlabs.scatterbrainsdk.BinderWrapper
Stops active discovery This function requires net.ballmerlabs.scatterroutingservice.permission.
stopDiscover() - function in net.ballmerlabs.scatterbrainsdk.internal.BinderWrapperImpl
Stops active discovery This function requires net.ballmerlabs.scatterroutingservice.permission.
stopPassive() - function in net.ballmerlabs.scatterbrainsdk.BinderWrapper
Stops passive discovery This function requires net.ballmerlabs.scatterroutingservice.permission.
stopPassive() - function in net.ballmerlabs.scatterbrainsdk.internal.BinderWrapperImpl
Stops passive discovery This function requires net.ballmerlabs.scatterroutingservice.permission.
stopService() - function in net.ballmerlabs.scatterbrainsdk.BinderWrapper
Stops the scatterbrain router if started.
stopService() - function in net.ballmerlabs.scatterbrainsdk.internal.BinderWrapperImpl
Stops the scatterbrain router if started.
A  B  C  D  F  G  H  I  L  M  N  O  P  R  S  T  U  V  W