OngoingNotification 모듈에 대한 구조체이다. OngoingNotification 모듈은 다양한 방식으로 알림을 설정 할 수 있다.
More...
#include <OngoingNotification.h>
|
bool(* | Show )(OngoingNotification this_gen) |
|
bool(* | Hide )(OngoingNotification this_gen) |
|
bool(* | setTitle )(OngoingNotification this_gen, String title) |
|
bool(* | setText )(OngoingNotification this_gen, String text) |
|
bool(* | setIcon )(OngoingNotification this_gen, String imagePath) |
|
bool(* | setSound )(OngoingNotification this_gen, String soundPath) |
|
bool(* | setProgress )(OngoingNotification this_gen, double progress) |
|
bool(* | update )(OngoingNotification this_gen) |
|
OngoingNotification 모듈에 대한 구조체이다. OngoingNotification 모듈은 다양한 방식으로 알림을 설정 할 수 있다.
- Note
- OngoingNotification 모듈에 대한 구조체이다.
구조체를 사용하기 전에 NewOngoingNotification() 함수를 사용해야 하며 사용이 끝났을 때 DestroyOngoingNotification() 함수를 꼭 사용해야 한다.
- See Also
- Tizen Native API Document - Notification part
- Precondition
- privilege
The documentation for this struct was generated from the following file: