syncAttributesAndOfferingsIfNeeded

expect fun syncAttributesAndOfferingsIfNeeded(onError: (<Error class: unknown class>) -> Unit, onSuccess: (<Error class: unknown class>) -> Unit)

Syncs subscriber attributes and then fetches the configured offerings for this user. This method is intended to be called when using Targeting Rules with Custom Attributes. Any subscriber attributes should be set before calling this method to ensure the returned offerings are applied with the latest subscriber attributes.

This method is rate limited to 5 calls per minute. It will log a warning and return offerings cache when reached.

Refer to the guide for more targeting information. For more offerings information, see getOfferings.

Parameters

onError

Called when there was an error syncing attributes or fetching offerings. Will return the first error found syncing the

onSuccess

Called when all attributes are synced and offerings are fetched.