PendingIntentActivityWrapper


class PendingIntentActivityWrapper


A wrapper class for developers to use with startActivityAndCollapse.

Summary

Public constructors

PendingIntentActivityWrapper(
    context: Context,
    requestCode: Int,
    intent: Intent,
    flags: Int,
    isMutable: Boolean
)
PendingIntentActivityWrapper(
    context: Context,
    requestCode: Int,
    intent: Intent,
    flags: Int,
    options: Bundle?,
    isMutable: Boolean
)

Public constructors

PendingIntentActivityWrapper

Added in 1.12.0
PendingIntentActivityWrapper(
    context: Context,
    requestCode: Int,
    intent: Intent,
    flags: Int,
    isMutable: Boolean
)

PendingIntentActivityWrapper

Added in 1.12.0
PendingIntentActivityWrapper(
    context: Context,
    requestCode: Int,
    intent: Intent,
    flags: Int,
    options: Bundle?,
    isMutable: Boolean
)

Public functions

getContext

Added in 1.12.0
fun getContext(): Context

getFlags

Added in 1.12.0
fun getFlags(): Int

getIntent

Added in 1.12.0
fun getIntent(): Intent

getOptions

Added in 1.12.0
fun getOptions(): Bundle

getPendingIntent

Added in 1.12.0
fun getPendingIntent(): PendingIntent?

getRequestCode

Added in 1.12.0
fun getRequestCode(): Int

isMutable

Added in 1.12.0
fun isMutable(): Boolean