초기화하기
init
const testAppId = 'app_id_eg12sf3491azgs520' // 테스트용 앱 ID
const testAppKey = 'ak_test_ghq1D5s1sfG234sbnhdsw24mnovk313' // 테스트용 앱 키
const attributes = {
type: 'hide',
defaultLanguage: 'en',
defaultCurrency : 'USD',
loginProviders: ['google', 'apple'],
}
const wepin = await Wepin.init(
testAppId,
testAppKey,
attributes
)isInitialized
예시
Last updated
Was this helpful?