Is it possible to create a private for direct TCP transport?

Hello!

My application open BB browser to view a web page for users.

It has KB doc 'How - to call the browser' on the way to do it.

The doc says there are the following types of transport to choose:

public static final int SERVICE_RECORD_CONFIG_TYPE_WAP  = 0;
public static final int SERVICE_RECORD_CONFIG_TYPE_BES  = 1;
public static final int SERVICE_RECORD_CONFIG_TYPE_WIFI = 3;
public static final int SERVICE_RECORD_CONFIG_TYPE_BIS  = 4;
public static final int SERVICE_RECORD_CONFIG_TYPE_WAP2 = 7;

My question is how can I use direct TCP. There is probably a SERVICE_RECORD_CONFIG_DIRECT_TCP value?

P. S.
If I get just the default private in Browser.getDefaultSession (), on my Storm 9530 4.7.0 Simulator it uses transport BES/MDS.

No, this is not supported.

Tags: BlackBerry Developers

Similar Questions

Maybe you are looking for