PFAuthenticationUserSettings

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

See also

PFAuthenticationTypes members