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 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