userDidLoad abstract method

Future<void> userDidLoad(
  1. ApphudUser user
)

This method is invoked when a user is registered in Apphud or retrieved from the cache. It is called once per app lifecycle.

The ApphudUser object passed as a parameter contains a record of all purchases tracked by Apphud and associated raw placements and paywalls for that user. These lists may or may not have their inner Google Play products fully loaded at the time of this method's call.

Implementation

Future<void> userDidLoad(ApphudUser user);