nn::news::CTR::JumpArg Structure

Syntax

struct JumpArg
{
   u8 version;
   u8 reserved1[2];
   u8 typeFlag;
   u8 reserved2[4];
   u32 serialId;
   u32 dataVersion;
   u64 jumpParam;
};

Description

The argument when jumping from Notifications to the application.

Member Variables

version u8 At the present time, 1 is always entered for the version.
reserved1 u8 Reserved.
typeFlag u8 Type of notification.
reserved2 u8 Reserved.
serialId u32 Notification serial ID.
dataVersion u32 Notification data version.
jumpParam u64 Jump parameter.

CONFIDENTIAL