openActivityPanel

abstract fun openActivityPanel(pendingIntent: PendingIntent, onFinishedCallback: () -> Unit? = null)

Launches an Activity in a Panel using the pendingIntent. onFinishedCallback is called either when the Activity finishes itself or when the panel is dismissed for some other reason.