NotificationInteraction

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

Author

F43nd1r

Since

15.09.2017

Constructors

NotificationInteraction
Link copied to clipboard
fun NotificationInteraction()

Types

Companion
Link copied to clipboard
object Companion

Functions

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