nn::news::CTR::JumpArg Structurestruct JumpArg
{
u8 version;
u8 reserved1[2];
u8 typeFlag;
u8 reserved2[4];
u32 serialId;
u32 dataVersion;
u64 jumpParam;
};
The argument when jumping from Notifications to the application.
| version | At the present time, 1 is always entered for the version. |
|
|---|---|---|
| reserved1 | Reserved. | |
| typeFlag | Type of notification. | |
| reserved2 | Reserved. | |
| serialId | Notification serial ID. | |
| dataVersion | Notification data version. | |
| jumpParam | Jump parameter. |
CONFIDENTIAL