SlangUserProperties

Constructor and Description SlangUserProperties(int age)

Constructs a user-properties object with the given age SlangUserProperties(Map<String,String> metadata)

Constructs a user-properties objct with the given metadata SlangUserProperties(SlangUserProperties.Gender gender)

Constructs a user-properties object with the given gender SlangUserProperties(SlangUserProperties.Gender gender, int age, Map<String,String> metadata)

Constructs a user-properties object with the given gender, age and other metadata

Last updated