libnx
v4.2.1
|
PlayStatistics. More...
#include <pdm.h>
Data Fields | |
u64 | application_id |
ApplicationId. | |
u32 | first_entry_index |
Entry index for the first time the application was played. | |
u32 | first_timestampUser |
See PdmAppletEvent::timestampUser. This is for the first time the application was played. | |
u32 | first_timestampNetwork |
See PdmAppletEvent::timestampNetwork. This is for the first time the application was played. | |
u32 | last_entry_index |
Entry index for the last time the application was played. | |
u32 | last_timestampUser |
See PdmAppletEvent::timestampUser. This is for the last time the application was played. | |
u32 | last_timestampNetwork |
See PdmAppletEvent::timestampNetwork. This is for the last time the application was played. | |
u32 | playtimeMinutes |
Total play-time in minutes. | |
u32 | totalLaunches |
Total times the application was launched. | |
PlayStatistics.