CrossPromotionHelper
개요
안드로이드 SDK 크로스 프로모션 헬퍼 클래스입니다.
SDK 참조 인덱스로 되돌아갑니다.
인터페이스 선언
public class CrossPromotionHelper
클래스 가져오기
import com.appsflyer.share.CrossPromotionHelper;
import com.appsflyer.share.CrossPromotionHelper
메서드
logAndOpenStore
Method signature
public static void logAndOpenStore(@NonNull Context context,
String promoted_app_id,
String campaign,
Map<String, String> userParams)
설명
입력 인수
유형 | 이름 | 설명 |
---|---|---|
Context | context | 애플리케이션/액티비티 컨텍스트입니다. |
String | promoted_app_id | |
String | campaign | 크로스 프로모션 캠페인 이름입니다. |
Map<String, String> | userParams | 선택사항입니다. |
반환
void
.
logCrossPromoteImpression
Method signature
public static void logCrossPromoteImpression(@NonNull Context context,
String appID,
String campaign,
Map<String, String> userParams)
설명
입력 인수
유형 | 이름 | 설명 |
---|---|---|
Context | context | 애플리케이션/액티비티 컨텍스트입니다. |
String | appID | |
String | campaign | 크로스 프로모션 캠페인 이름입니다. |
Map<String, String> | userParams | 선택사항입니다. |
반환
void
.
setUrl
Method signature
public static void setUrl(Map<String, String> mapOfURLs)
설명
입력 인수
유형 | 이름 | 설명 |
---|---|---|
Map<String, String> | mapOfURLs |
반환
void
.
최신 데이터 11개월 전