NotificationInteraction

@AutoService(value = [ReportInteraction::class])
class NotificationInteraction : HasConfigPlugin, ReportInteraction

Author

F43nd1r

Since

15.09.2017

Constructors

Link copied to clipboard
fun NotificationInteraction()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun enabled(config: CoreConfiguration): Boolean
Link copied to clipboard
open override fun performInteraction(    context: Context,     config: CoreConfiguration,     reportFile: File): Boolean