AppsFlyerShareInviteHelper

概要

The AppsFlyerShareInviteHelper class provides a structured way to construct user-invite URLs for various scenarios.

SDK参照インデックスに戻る。

メソッド

generateInviteUrl

メソッドのシグネチャ

(void)generateInviteUrlWithLinkGenerator:(AppsFlyerLinkGenerator *(^)(AppsFlyerLinkGenerator *generator))generatorCreator completionHandler:(void (^)(NSURL *_Nullable url))completionHandler;

詳細
OneLink URLを生成してください。

引数の入力

タイプ名前詳細
AppsFlyerLinkGeneratorgenerator
(void (^)(NSURL *_Nullable url))completionHandlerオプション。指定した場合、SDKはOneLink APIを使用してショートリンクの生成を試みます。

返されるコード
void.

logInvite

メソッドのシグネチャ

(void)logInvite:(nullable NSString *)channel parameters:(nullable NSDictionary *)parameters;

詳細
Use to log a user-invite in-app event (af_invite).

引数の入力

返されるコード
void.