wut
v1.7.0
Wii U Toolchain
|
Go to the source code of this file.
Namespaces | |
nn | |
nn::sl | |
nn::sl::details | |
Enumerations | |
enum | KillerNotificationType { PROMOTION = 0 , PUSH_APP = 1 , NON_COMMERCIAL = 2 } |
enum | KillerNotificationNotificationPattern { NORMAL = 0 , SILENT = 1 } |
enum | KillerNotificationGender { UNKNOWN = 0 , MALE = 1 , FEMALE = 2 } |
enum | KillerNotificationAllowLocalAccount : int8_t { ALLOW = 0 , NOT_ALLOW = 1 } |
enum | KillerNotificationAccountMailActivation : int8_t { NOT_ACTIVATED = 0 , ANYBODY = 1 } |
enum | KillerNotificationConjunction { AND = 0 , OR = 1 } |
Functions | |
nn::Result | __CPR81__CheckEmptyValue__Q3_2nn2sl18KillerNotificationSFPbPCQ3_2nn2slJ26J (bool *u1, const KillerNotification *u2) |
void | __CPR76__GetEmptyValue__Q3_2nn2sl18KillerNotificationSFPQ3_2nn2slJ24J (KillerNotification *u1) |
struct nn::sl::KillerNotificationInstalledTitleFilter |
Definition at line 49 of file KillerNotification.h.
Data Fields | ||
---|---|---|
uint64_t | titleId | |
KillerNotificationConjunction | conjunction |
struct nn::sl::KillerNotificationPlayedTitleFilter |
Definition at line 57 of file KillerNotification.h.
Data Fields | ||
---|---|---|
uint64_t | titleId | |
enum KillerNotificationConjunction | conjunction |
struct nn::sl::KillerNotificationTitleFilter |
Definition at line 65 of file KillerNotification.h.
Data Fields | ||
---|---|---|
uint64_t | titleId | |
int32_t | played | |
int32_t | installed |
struct nn::sl::KillerNotification.launchApplication |
Definition at line 86 of file KillerNotification.h.
Data Fields | ||
---|---|---|
uint64_t | titleId | |
char | parameter[2048] |
struct nn::sl::KillerNotification.images |
Definition at line 91 of file KillerNotification.h.
Data Fields | ||
---|---|---|
images | main | |
images | button | |
char | banner[290416] |
struct nn::sl::KillerNotification.images.main |
Definition at line 92 of file KillerNotification.h.
Data Fields | ||
---|---|---|
DRCImagePalette | palette | |
uint8_t | pixels[400][854] |
struct nn::sl::KillerNotification.images.button |
Definition at line 96 of file KillerNotification.h.
Data Fields | ||
---|---|---|
DRCImagePalette | palette | |
uint8_t | pixels[160][487] |
struct nn::sl::KillerNotification.displayCondition |
Definition at line 103 of file KillerNotification.h.
Data Fields | ||
---|---|---|
displayCondition | duration | |
uint32_t | lifetime | |
displayCondition | account | |
displayCondition | titleFilter | |
displayCondition | ageRestriction | |
KillerNotificationAccountMailActivation | accountMailActivation | |
uint32_t | accountBirthMonth | |
int8_t | anticipatoryDownload | |
displayCondition | __unnamed__ | |
displayCondition | __unnamed__ |
struct nn::sl::KillerNotification.displayCondition.duration |
Definition at line 105 of file KillerNotification.h.
Data Fields | ||
---|---|---|
uint64_t | startUnixTime | |
uint64_t | endUnixTime |
struct nn::sl::KillerNotification.displayCondition.account |
Definition at line 112 of file KillerNotification.h.
Data Fields | ||
---|---|---|
account | age | |
KillerNotificationGender | gender |
struct nn::sl::KillerNotification.displayCondition.account.age |
Definition at line 113 of file KillerNotification.h.
Data Fields | ||
---|---|---|
uint32_t | lowerBound | |
uint32_t | upperBound |
struct nn::sl::KillerNotification.displayCondition.titleFilter |
Definition at line 119 of file KillerNotification.h.
Data Fields | ||
---|---|---|
uint32_t | titleCount | |
KillerNotificationTitleFilter | titles[2] |
struct nn::sl::KillerNotification.displayCondition.ageRestriction |
Definition at line 125 of file KillerNotification.h.
Data Fields | ||
---|---|---|
KillerNotificationAllowLocalAccount | allowLocalAccount | |
uint32_t | ageRestrictionLowerBound |
struct nn::sl::KillerNotification.displayCondition.__unnamed32__ |
Definition at line 137 of file KillerNotification.h.
Data Fields | ||
---|---|---|
int32_t | installedTitleCount | |
enum KillerNotificationConjunction | installedConjunction | |
struct KillerNotificationInstalledTitleFilter | installedTitleFilter[2] |
struct nn::sl::KillerNotification.displayCondition.__unnamed34__ |
Definition at line 144 of file KillerNotification.h.
Data Fields | ||
---|---|---|
uint32_t | playedTitleFilterCount | |
enum KillerNotificationConjunction | playedConjunction | |
uint32_t | played_duration_sinceUnixTime | |
KillerNotificationPlayedTitleFilter | playedTitleFilter[2] |