Link Runner
class LinkRunner
Main entry point for the LinkRunner SDK. This class provides methods to initialize and interact with the LinkRunner service.
Functions
Link copied to clipboard
Track a payment event
Link copied to clipboard
Enable or disable PII hashing
Link copied to clipboard
Get attribution data for the current installation
Link copied to clipboard
Hash a string using SHA-256 algorithm
Link copied to clipboard
Check if PII hashing is currently enabled
Link copied to clipboard
Remove a previously captured payment
Link copied to clipboard
Sends integration data to the server
Link copied to clipboard
fun setAdditionalDataFromJava(integrationData: IntegrationData, onSuccess: () -> Unit, onError: (Exception) -> Unit)
Set additional integration data from Java using coroutines
Link copied to clipboard
Set user data for the current session
Link copied to clipboard
suspend fun signup(userData: UserDataRequest, additionalData: Map<String, Any>? = null): Result<BaseResponse>
Track a user signup event
Link copied to clipboard
Link copied to clipboard
Trigger a deeplink that was previously stored This is used for deferred deep linking functionality