초기화하기
초기화하기
import wepin
let appId = "app_id_eg12sf3491azgs520"
let appKey = "ak_test_ghq1D5s1sfG234sbnhdsw24mnovk313",
let attributes = Wepin.WidgetAttributes(type: Wepin.WidgetType.show)
let attributes = Wepin.WidgetAttributes(type: Wepin.WidgetType.show)
let wepin = Wepin.instance()
wepin.initialize(appId: appId, appKey: appKey, attributes: attributes){ (result, error) -> Void in
print(result)
}WidgetAttributes, WidgetType
Universal Link 처리하기
isInitialized
Last updated
Was this helpful?