Android SDK (Beta)
Install and use the GrowSurf Android SDK to capture referral attribution, create referred participants, and show a native referral window in your app.
Install
repositories {
mavenCentral()
}
dependencies {
implementation("com.growsurf:growsurf-android-sdk:0.3.0")
}repositories {
mavenCentral()
}
dependencies {
implementation 'com.growsurf:growsurf-android-sdk:0.3.0'
}dependencies {
implementation("com.growsurf:growsurf-android-sdk-attribution-branch:0.3.0")
implementation("com.growsurf:growsurf-android-sdk-attribution-adjust:0.3.0")
implementation("com.growsurf:growsurf-android-sdk-attribution-appsflyer:0.3.0")
implementation("com.growsurf:growsurf-android-sdk-attribution-singular:0.3.0")
}dependencies {
implementation 'com.growsurf:growsurf-android-sdk-attribution-branch:0.3.0'
implementation 'com.growsurf:growsurf-android-sdk-attribution-adjust:0.3.0'
implementation 'com.growsurf:growsurf-android-sdk-attribution-appsflyer:0.3.0'
implementation 'com.growsurf:growsurf-android-sdk-attribution-singular:0.3.0'
}Initialize
Track referrals
Capture attribution
1
2
Create a referred participant
Generate referral links for your users
Generate a participant token
1
2
Show the GrowSurf window



[Optional] Google Contacts invites



1
2
3
Log out
Next steps
Attribution ProvidersAPI ReferenceModels and ErrorsGetting Started for Native MobileLast updated
Was this helpful?