Screen session metric count types

Types of metric counts for sessions.

Synopsis:

#include <screen/screen.h>
 
enumĀ {
      SCREEN_SESSION_METRIC_EVENT_COUNT = 0   
};

Since:

BlackBerry 10.3.0

Data:

SCREEN_SESSION_METRIC_EVENT_COUNT
The number of input events received by the session since the last time Screen session metric count types were queried.

Library:

libscreen (For the qcc command, use the -l screen option to link against this library)

Description:

The metrics are on a per session basis and the counts are reset after being queried. That is, the counts are reset to 0 after you call screen_get_session_property_llv() to retrieve SCREEN_PROPERTY_METRICS.