media_action_t

Media actions.

Synopsis:

#include <bps/mediacommon.h>
 
typedef enum {
      MEDIA_ACTION_LAUNCH =  0   
      MEDIA_ACTION_FORWARD =  1   
} media_action_t;

Since:

BlackBerry 10.0.0

Data:

MEDIA_ACTION_LAUNCH
Deprecated: A launch action.

Deprecated:

Launch actions are no longer supported and will fail.

MEDIA_ACTION_FORWARD
A forwarding action.

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

This enumeration defines the available actions for a button press.