intent_library
Toggle table of contents
7.0.957
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
intent_library
intent_library
/
com.nimmsta.intent_library
/
NIMMSTAService
/
ServiceBinder
Service
Binder
inner
class
ServiceBinder
:
Binder
Class for clients to access the service when bound
Members
Constructors
Service
Binder
Link copied to clipboard
constructor
(
)
Properties
interface
Descriptor
Link copied to clipboard
open
val
interfaceDescriptor
:
String
?
is
Binder
Alive
Link copied to clipboard
open
val
isBinderAlive
:
Boolean
service
Link copied to clipboard
val
service
:
NIMMSTAService
Functions
attach
Interface
Link copied to clipboard
open
fun
attachInterface
(
owner
:
IInterface
?
,
descriptor
:
String
?
)
dump
Link copied to clipboard
open
fun
dump
(
fd
:
FileDescriptor
,
args
:
Array
<
out
String
?
>
?
?
)
dump
Async
Link copied to clipboard
open
fun
dumpAsync
(
fd
:
FileDescriptor
,
args
:
Array
<
out
String
?
>
?
?
)
link
To
Death
Link copied to clipboard
open
fun
linkToDeath
(
recipient
:
IBinder.DeathRecipient
,
flags
:
Int
)
ping
Binder
Link copied to clipboard
open
fun
pingBinder
(
)
:
Boolean
query
Local
Interface
Link copied to clipboard
open
fun
queryLocalInterface
(
descriptor
:
String
)
:
IInterface
?
transact
Link copied to clipboard
fun
transact
(
code
:
Int
,
data
:
Parcel
,
reply
:
Parcel
?
,
flags
:
Int
)
:
Boolean
unlink
To
Death
Link copied to clipboard
open
fun
unlinkToDeath
(
recipient
:
IBinder.DeathRecipient
,
flags
:
Int
)
:
Boolean