AW_EVENT_UNIVERSE_ATTRIBUTES

DESCRIPTION

Event called upon successful entry to the universe, and subsequently whenever the universe attributes change.

NOTES

The following attributes are provided during this event:

AW_UNIVERSE_BROWSER_MINIMUM
AW_UNIVERSE_BROWSER_RELEASE
AW_UNIVERSE_BROWSER_BETA
AW_UNIVERSE_WORLD_MINIMUM
AW_UNIVERSE_WORLD_START
AW_UNIVERSE_REGISTRATION_REQUIRED
AW_UNIVERSE_BUILD_NUMBER
AW_UNIVERSE_REGISTRATION_CHARGE
AW_UNIVERSE_RENEWAL_CHARGE
AW_UNIVERSE_TIME

EXAMPLE

void universe_attributes (void)
{

  printf ("Beta browsers should be on build %d\n", aw_int (AW_UNIVERSE_BROWSER_BETA));

}

aw_event_set (AW_EVENT_UNIVERSE_ATTRIBUTES, universe_attributes);

SEE ALSO