Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
PFAuthenticationUserSettings data model.
Syntax
typedef struct PFAuthenticationUserSettings {
bool gatherDeviceInfo;
bool gatherFocusInfo;
bool needsAttribution;
} PFAuthenticationUserSettings;
Members
gatherDeviceInfo bool
Boolean for whether this player is eligible for gathering device info.
gatherFocusInfo bool
Boolean for whether this player should report OnFocus play-time tracking.
needsAttribution bool
Boolean for whether this player is eligible for ad tracking.
Requirements
Header: PFAuthenticationTypes.h