ShareInviteHelper
Overview
Class declaration
public class ShareInviteHelper
Import the class
import com.appsflyer.share.ShareInviteHelper;
import com.appsflyer.share.ShareInviteHelper
Methods
generateInviteUrl
Method signature
public static LinkGenerator generateInviteUrl(Context context)
Description
Input arguments
| Type | Name | Description |
|---|---|---|
Context | context | Application / Activity Context. |
Returns
LinkGenerator.
logInvite
Method signature
public static void logInvite(Context context, String channel, Map<String, String> eventParameters)
Description
Input arguments
| Type | Name | Description |
|---|---|---|
Context | context | Application / Activity Context. |
String | channel | |
Map<String, String> | eventParameters |
Returns
void.
Updated about 2 years ago