setObfuscatedProfileId

open fun setObfuscatedProfileId(@Nullable obfuscatedProfileId: String)

Sets an obfuscated identifier for the user's in-app profile, attached to every subsequent billing flow.

Only relevant when a single account can hold multiple profiles (e.g. a family plan with per-member entitlements). Same rules as setObfuscatedAccountId: hashed, non-identifying, max 64 characters.

Since

4.4.0

Parameters

obfuscatedProfileId

Hashed profile identifier, or null to clear.