vitasdk
Documentation of the vitasdk
notificationutil.h File Reference
#include <vitasdk/build_utils.h>
#include <psp2/types.h>

Go to the source code of this file.

Data Structures

struct  SceNotificationUtilProgressInitParam
 
struct  SceNotificationUtilProgressUpdateParam
 
struct  SceNotificationUtilProgressFinishParam
 

Macros

#define SCE_NOTIFICATIONUTIL_TEXT_MAX   0x3F
 Constants. More...
 

Typedefs

typedef void(* SceNotificationUtilProgressEventHandler) (int eventId)
 BGDL-type notification event handler function. More...
 

Enumerations

enum  SceNotificationUtilErrorCode { SCE_NOTIFICATIONUTIL_ERROR_INTERNAL = 0x80106300 }
 Error Codes. More...
 

Functions

 VITASDK_BUILD_ASSERT_EQ (0x4F0, SceNotificationUtilProgressInitParam)
 
 VITASDK_BUILD_ASSERT_EQ (0x13C, SceNotificationUtilProgressUpdateParam)
 
 VITASDK_BUILD_ASSERT_EQ (0x4E8, SceNotificationUtilProgressFinishParam)
 
SceInt32 sceNotificationUtilBgAppInitialize (void)
 Initialize notification util for use with BG application. More...
 
SceInt32 sceNotificationUtilSendNotification (const SceWChar16 *text)
 Send notification. More...
 
SceInt32 sceNotificationUtilCleanHistory (void)
 Clean notifications for calling app from notification history. More...
 
SceInt32 sceNotificationUtilProgressBegin (SceNotificationUtilProgressInitParam *initParams)
 Start BGDL-type notification. More...
 
SceInt32 sceNotificationUtilProgressUpdate (SceNotificationUtilProgressUpdateParam *updateParams)
 Update BGDL-type notification. More...
 
SceInt32 sceNotificationUtilProgressFinish (SceNotificationUtilProgressFinishParam *finishParams)
 Finish BGDL-type notification. More...