sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
core
/
androidx.core.service.quicksettings
/
PendingIntentActivityWrapper
Pending
Intent
Activity
Wrapper
open
class
PendingIntentActivityWrapper
(
source
)
A wrapper class for developers to use with
startActivityAndCollapse
.
Members
Constructors
Pending
Intent
Activity
Wrapper
Link copied to clipboard
constructor
(
@
NonNull
context
:
Context
,
requestCode
:
Int
,
@
NonNull
intent
:
Intent
,
flags
:
Int
,
isMutable
:
Boolean
)
constructor
(
@
NonNull
context
:
Context
,
requestCode
:
Int
,
@
NonNull
intent
:
Intent
,
flags
:
Int
,
@
Nullable
options
:
Bundle
,
isMutable
:
Boolean
)
Functions
get
Context
Link copied to clipboard
@
NonNull
open
fun
getContext
(
)
:
Context
get
Flags
Link copied to clipboard
open
fun
getFlags
(
)
:
Int
get
Intent
Link copied to clipboard
@
NonNull
open
fun
getIntent
(
)
:
Intent
get
Options
Link copied to clipboard
@
NonNull
open
fun
getOptions
(
)
:
Bundle
get
Pending
Intent
Link copied to clipboard
@
Nullable
open
fun
getPendingIntent
(
)
:
PendingIntent
get
Request
Code
Link copied to clipboard
open
fun
getRequestCode
(
)
:
Int
is
Mutable
Link copied to clipboard
open
fun
isMutable
(
)
:
Boolean