Functions in navigator.h
Functions that are available for working with the navigator.
navigator_add_uri()
Create a navigator icon that, when launched, invokes the corresponding application based on the URI value.
navigator_card_close()
Close the card.
navigator_card_close_child()
Close the card.
navigator_card_peek()
Request the Navigator to perform the card peek action.
navigator_card_request_card_ready_check()
Request the Navigator to notify the card when its window is ready.
navigator_card_resized()
Inform the Navigator that the card has been resized.
navigator_card_send_card_ready()
Notify the Navigator to display the card's window.
navigator_card_swipe_away()
Inform the Navigator that a swipe away gesture has been performed.
navigator_clear_badge()
Clears a badge from the application's icon and window frame in the navigator.
navigator_clear_close_prompt()
Clear the close prompt in the navigator.
navigator_close_window()
Inform navigator that the app wishes to exit.
navigator_done_orientation()
Indicate that your application is finished rotating.
navigator_done_orientation_id()
Indicate that your application is finished rotating.
navigator_event_get_app_state()
Get the app state from a NAVIGATOR_APP_STATE event.
navigator_event_get_card_closed_data()
Retrieve the data passed by the child card upon closure.
navigator_event_get_card_closed_data_type()
Retrieve the type of data passed by the child card upon closure.
navigator_event_get_card_closed_reason()
Retrieve the reason for a card closure.
navigator_event_get_card_edge()
Retrieve the card edge type from the card resize event.
navigator_event_get_card_height()
Retrieve the card height from the card resize event.
navigator_event_get_card_orientation()
Retrieve the orientation type from the card resize event.
navigator_event_get_card_peek_stopped_swipe_away()
Retrieve whether a card peek stopped due to a swipe away gesture.
navigator_event_get_card_peek_type()
Retrieve the type of the card peek action.
navigator_event_get_card_width()
Retrieve the card width from the card resize event.
navigator_event_get_data()
Get the data from a navigator invoke event.
navigator_event_get_device_lock_state()
Get the device lock state from a
NAVIGATOR_DEVICE_LOCK_STATE
event.
navigator_event_get_err()
Get the error message from a navigator event.
navigator_event_get_extended_data()
Gets extended data from the event if it is available.
navigator_event_get_extended_data_length()
Gets the extended data's length from the event if it is available.
navigator_event_get_id()
Get the ID from a navigator event.
navigator_event_get_keyboard_position()
Get the keyboard position from a navigator event.
navigator_event_get_keyboard_state()
Get the keyboard state from a navigator event.
navigator_event_get_groupid()
Get the group ID from an event.
navigator_event_get_orientation_angle()
Get the orientation angle from a navigator event.
navigator_event_get_orientation_mode()
Get the orientation mode from a navigator event.
navigator_event_get_orientation_size_height()
Get the height from a navigator orientation size event.
navigator_event_get_orientation_size_width()
Get the width from a navigator orientation size event.
navigator_event_get_peek_stopped_swipe_away()
Retrieve whether this card's peek stopped due to a swipe away gesture.
navigator_event_get_peek_type()
Retrieve the type of the peek action initiated on this card.
navigator_event_get_severity()
Get the severity of a NAVIGATOR_LOW_MEMORY event.
navigator_event_get_syskey_id()
Get the system key id from a navigator system key event.
navigator_event_get_syskey_key()
Get the system key from a navigator system key event.
navigator_event_get_window_cover_height()
Get the height of the window cover.
navigator_event_get_window_cover_width()
Get the width of the window cover.
navigator_event_get_window_state()
Get the current window state from an event.
navigator_extend_terminate()
Extend the time allowed for the application to exit before it is forcibly terminated.
navigator_extend_timeout()
Extend the time allowed for the application to create its application window at application start.
navigator_get_domain()
Get the unique domain ID for the navigator service.
navigator_get_device_lock_state()
Query the navigator to determine the lock state.
navigator_invoke()
Deprecated: Use the invocation framework APIs instead.
navigator_open_file()
Deprecated: Use the invocation framework APIs instead.
navigator_orientation_check_response()
Specify whether your application intends to rotate.
navigator_orientation_check_response_id()
Specify whether your application intends to rotate.
navigator_pooled_response()
Indicate that your application wants to be pooled.
navigator_raw_write()
Sends data to the navigator service.
navigator_request_events()
Start receiving navigator events.
navigator_request_swipe_start()
Send a navigator SWIPE_START request.
navigator_rotation_effect()
Set the rotation effect in the navigator.
navigator_rotation_lock()
Specify the orientation of your application as locked or not locked.
navigator_set_badge()
Set a badge on the application's icon and window frame in the navigator.
navigator_set_close_prompt()
Set the close prompt in the navigator.
navigator_set_keyboard_tracking()
Turns keyboard tracking on or off.
navigator_set_lockscreen_wallpaper()
Change the device's lockscreen wallpaper.
navigator_set_orientation()
Set the orientation in the navigator based on angle.
navigator_set_orientation_mode()
Set the orientation in the navigator based on landscape or portrait.
navigator_set_wallpaper()
Change the device's wallpaper.
navigator_set_window_angle()
Set the window angle in the navigator.
navigator_stop_events()
Stop receiving navigator events.
navigator_stop_swipe_start()
Stop the navigator from sending SWIPE_START events.
navigator_syskey_press_response()
Indicate whether the app handles a system key event.
navigator_window_cover_attribute_add_label()
Add a label to the window cover.
navigator_window_cover_attribute_create()
Create a navigator window cover attribute.
navigator_window_cover_attribute_destroy()
Destroy a window cover attribute handle.
navigator_window_cover_attribute_set_allow_badges()
Set whether badges will be allowed on the window cover.
navigator_window_cover_attribute_set_alternate_window()
Set the window cover to use an alternate window.
navigator_window_cover_attribute_set_capture()
Set the window cover capture size.
navigator_window_cover_attribute_set_file()
Set the window cover image using a file.
navigator_window_cover_attribute_set_live()
Set the window cover to live.
navigator_window_cover_attribute_set_transition()
Set the type of transition to use when displaying a new window cover.
navigator_window_cover_label_destroy()
Destroy the window cover label handle.
navigator_window_cover_label_set_color()
Set the label text color.
navigator_window_cover_label_set_size()
Set the size of the label's text.
navigator_window_cover_label_set_text()
Set the label text.
navigator_window_cover_label_set_wrap_text()
Set whether text will wrap.
navigator_window_cover_reset()
Reset the window cover to the system default.
navigator_window_cover_update()
Update the window cover used by the navigator.
Parent topic:
Navigator (navigator.h)
Related concepts
Data types in navigator.h