readUserProfileAttributes

❗️

Deprecated

This method is no longer recommended. Audience Manager is no longer available in the latest product version.

The readUserProfileAttributes() method returns profile attributes. You can only access the attributes that heve been granted access.

Syntax

await FlutterPiwikPro.sharedInstance.readUserProfileAttributes()

Returns

Returns a map of key-value pairs, where each pair represents an attribute name (key) and its value, instead of a string describing the method and its parameters.

Examples

To get profile attributes:

await FlutterPiwikPro.sharedInstance.readUserProfileAttributes()

Notes

Related methods