Package net.ballmerlabs.scatterbrainsdk

Types

BinderProvider
Link copied to clipboard
interface BinderProvider : Provider<<ERROR CLASS>>
BinderWrapper
Link copied to clipboard
interface BinderWrapper
Represents a connection to the Scatterbrain API.
HandshakeResult
Link copied to clipboard
open class HandshakeResult : Parcelable
Transaction statistics from a handshake with a Scatterbrain peer.
Identity
Link copied to clipboard
open class Identity : Parcelable
A handle to a cryptographic identity stored in the Scatterbrain router.
NamePackage
Link copied to clipboard
data class NamePackage(name: String, info: ApplicationInfo, pm: PackageManager, icon: Drawable?) : Comparable<NamePackage>
Pair of application name and metadata
ScatterbrainApi
Link copied to clipboard
open class ScatterbrainApi
ScatterbrainBroadcastReceiver
Link copied to clipboard
interface ScatterbrainBroadcastReceiver
ScatterMessage
Link copied to clipboard
class ScatterMessage : Parcelable
Represents a messages sent or received via Scatterbrain.