0.0.3 • Published 3 years ago

capacitor3-kakao-ad v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

capacitor3-kakao-ad

capacitor3 kakao ad

Install

npm install capacitor3-kakao-ad
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


initializePixel(...)

initializePixel(options: { track_id: string; }) => Promise<{ value: string; }>
ParamType
options{ track_id: string; }

Returns: Promise<{ value: string; }>


pageView(...)

pageView(options: { tag?: string; }) => Promise<{ value: string; }>
ParamType
options{ tag?: string; }

Returns: Promise<{ value: string; }>


completeRegistration(...)

completeRegistration(options: { tag?: string; }) => Promise<{ value: string; }>
ParamType
options{ tag?: string; }

Returns: Promise<{ value: string; }>


search(...)

search(options: { tag?: string; keyword: string; }) => Promise<{ value: string; }>
ParamType
options{ tag?: string; keyword: string; }

Returns: Promise<{ value: string; }>


viewContent(...)

viewContent(options: { tag?: string; id: string; }) => Promise<{ value: string; }>
ParamType
options{ tag?: string; id: string; }

Returns: Promise<{ value: string; }>


addToCart(...)

addToCart(options: { id: string; tag?: string; }) => Promise<{ value: string; }>
ParamType
options{ id: string; tag?: string; }

Returns: Promise<{ value: string; }>


addToWishList(...)

addToWishList(options: { id: string; tag?: string; }) => Promise<{ value: string; }>
ParamType
options{ id: string; tag?: string; }

Returns: Promise<{ value: string; }>


viewCart(...)

viewCart(options: { tag?: string; }) => Promise<{ value: string; }>
ParamType
options{ tag?: string; }

Returns: Promise<{ value: string; }>


purchase(...)

purchase(options: { tag?: string; total_quantity: string; total_price: string; currency: string; products: [ { id: string; name: string; quantity: string; price: string; } ]; }) => Promise<{ value: string; }>
ParamType
options{ tag?: string; total_quantity: string; total_price: string; currency: string; products: { id: string; name: string; quantity: string; price: string; }; }

Returns: Promise<{ value: string; }>


participation(...)

participation(options: { tag?: string; }) => Promise<{ value: string; }>
ParamType
options{ tag?: string; }

Returns: Promise<{ value: string; }>


signUp(...)

signUp(options: { tag?: string; }) => Promise<{ value: string; }>
ParamType
options{ tag?: string; }

Returns: Promise<{ value: string; }>


0.0.3

3 years ago

0.0.2

3 years ago