setAge static method

void setAge(
  1. int age
)

Sets user's age in years at the time of this session.

Implementation

static void setAge(int age) {
  flurryAgent?.setAge(age);
}