Android
클레버 탭
수색…
소개
CleverTap에서 제공하는 분석 및 참여 SDK의 빠른 해킹 - Android
비고
https://clevertap.com 에서 CleverTap 자격 증명을 받으십시오.
이벤트를 기록하기 위해 SDK 인스턴스 가져 오기
CleverTapAPI cleverTap;
try {
cleverTap = CleverTapAPI.getInstance(getApplicationContext());
} catch (CleverTapMetaDataNotFoundException e) {
// thrown if you haven't specified your CleverTap Account ID or Token in your AndroidManifest.xml
} catch (CleverTapPermissionsNotSatisfied e) {
// thrown if you haven’t requested the required permissions in your AndroidManifest.xml
}
디버그 레벨 설정하기
사용자 정의 응용 프로그램 클래스에서 onCreate()
메서드를 재정의하고 아래 줄을 추가합니다.
CleverTapAPI.setDebugLevel(1);
Modified text is an extract of the original Stack Overflow Documentation
아래 라이선스 CC BY-SA 3.0
와 제휴하지 않음 Stack Overflow