appendUserSyncQueryParameter
Deprecated
User sync function using query parameters is deprecated. It will be removed in the future.
Replace with
setUserSyncScript(webView)Content copied to clipboard
指定されたURL文字列にWebView連携用のクエリパラメータを付与します。
Return
連携用のクエリパラメータを付与したURL文字列を返します。 指定されたURL文字列の形式が正しくない場合、またはSDKの初期化が行われていない場合は、引数に指定したURL文字列を返します。
Parameters
url
連携するページのURL文字列
Deprecated
User sync function using query parameters is deprecated. It will be removed in the future.
Replace with
setUserSyncScript(webView)Content copied to clipboard
指定されたUriにWebView連携用のクエリパラメータを付与します。
Return
連携用のクエリパラメータを付与したURL文字列を返します。 SDKの初期化が行われていない場合は、引数に指定したUriを文字列で返します。
Parameters
uri
連携するページのUriインスタンス