io.karte.android.gradleplugin.visualtracking.VTSignature.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-plugin Show documentation
Show all versions of gradle-plugin Show documentation
gradle-plugin module for KARTE Android SDK
package io.karte.android.gradleplugin.visualtracking
internal const val PACKAGE_NAME = "io.karte.android.visualtracking"
internal const val HOOK_ACTION_METHOD = "$PACKAGE_NAME.internal.VTHook.hookAction"
internal const val HOOK_DYNAMIC_INVOKE_METHOD = "$PACKAGE_NAME.internal.VTHook.hookDynamicInvoke"
internal const val PAIRING_ACTIVITY = "$PACKAGE_NAME.PairingActivity"