For the complete documentation index, see llms.txt. This page is also available as Markdown.

옵트아웃

옵트아웃이 활성화되면 SDK는 모든 이벤트 전송을 중단합니다.

React Native SDK는 Android SDK, iOS SDK를 기반으로 동작합니다.

초기화 시 설정

import { createInstance, HackleProvider } from "@hackler/react-native-sdk";

const config = {
    optOutTracking: true
};

const hackleClient = createInstance("YOUR_APP_SDK_KEY", config);

const App = () => {
  return (
    <HackleProvider hackleClient={hackleClient}>
      <YourApp />
    </HackleProvider>
  );
};

런타임 옵트아웃 제어

영속성 관리

마지막 업데이트