D.I.T. ( Do It Tizen! )  1.0.0
Samsung Software Membership
 All Data Structures Files Functions Macros Pages
Data Fields
Notification Struct Reference

Notification 모듈에 대한 구조체이다. Notification 모듈은 다양한 방식으로 알림을 설정 할 수 있다. More...

#include <Notification.h>

Collaboration diagram for Notification:
Collaboration graph

Data Fields

bool(* Show )(Notification this_gen)
 
bool(* Hide )(Notification this_gen)
 
bool(* setTitle )(Notification this_gen, String title)
 
bool(* setText )(Notification this_gen, String text)
 
bool(* setIcon )(Notification this_gen, String imagePath)
 
bool(* setSound )(Notification this_gen, String soundPath)
 
bool(* update )(Notification this_gen)
 

Detailed Description

Notification 모듈에 대한 구조체이다. Notification 모듈은 다양한 방식으로 알림을 설정 할 수 있다.

Note
Notification 모듈에 대한 구조체이다.
구조체를 사용하기 전에 NewNotification() 함수를 사용해야 하며 사용이 끝났을 때 DestroyNotification() 함수를 꼭 사용해야 한다.
See Also
Tizen Native API Document - Notification part
Precondition
privilege

The documentation for this struct was generated from the following file: