Capacitor WeChat Plugin - WeChat SDK integration for authentication, sharing, payments, and mini-programs.
主な機能
「主な機能」のセクションinitialize- WeChat を SDK で初期化するには、ご利用のアプリケーション資格情報を設定してください。isInstalled- WeChat アプリがデバイスにインストールされているかどうかを確認します。auth- WeChat OAuth を使用してユーザーを認証します。share- WeChat にコンテンツを共有します。
Public API
Section titled “Public API”| Method | Description |
|---|---|
initialize | WeChat を SDK で初期化するには、ご利用のアプリケーション資格情報を設定してください。 |
isInstalled | WeChat アプリがデバイスにインストールされているかどうかを確認します。 |
auth | WeChat OAuth を使用してユーザーを認証します。 |
share | WeChat にコンテンツを共有します。 |
sendPaymentRequest | WeChat Payへの支払い要求を送信します。 |
openMiniProgram | WeChat mini-programを開きます。 |
chooseInvoice | WeChatから請求書を選択します。 |
getPluginVersion | Capacitorのネイティブプラグインバージョンを取得します。 |
真実の源
「真実の源」セクションこのリファレンスは src/definitions.ts in capacitor-wechat.
Keep going from @capgo/capacitor-wechat
Section titled “Keep going from @capgo/capacitor-wechat”Capgoの__CAPGO_KEEP_0__を使用している場合 @capgo/capacitor-wechat 認証とアカウントフローの計画と、 Using @capgo/capacitor-wechat for the native capability in Using @capgo/capacitor-wechat, @capgo/capacitor-social-login for the implementation detail in @capgo/capacitor-social-login, @capgo/capacitor-passkey for the implementation detail in @capgo/capacitor-passkey, @capgo/capacitor-native-biometric for the implementation detail in @capgo/capacitor-native-biometric, and 2要素認証 2要素認証の実装詳細