mmr_async_mode

Modes of operation for mmr_async_nextcomplete()

Synopsis:

#include <mm/renderer/async.h>
 
typedef enum mmr_async_mode {
      MMR_ASYNC_BLOCK = 0   
      MMR_ASYNC_NOBLOCK = 1   
} mmr_async_mode_t;

Since:

BlackBerry 10.3.0

Data:

MMR_ASYNC_BLOCK
Block until there's a result.
MMR_ASYNC_NOBLOCK
Just return 0 if there's no result.

Library:

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

Description: