static public field O2GPriceUpdateMode.Default
Brief
The constant represents the default price update mode at which a session object receives price updates.
Details
To find out whether a session object receives price updates or not, use the
IO2GSession.getPriceUpdateMode method.
To stop price updates, use the IO2GSession.setPriceUpdateMode method
passing O2GPriceUpdateMode.NoPirce
as an argument. For example,
mSession.setPriceUpdateMode(O2GPriceUpdateMode.NoPrice);
Declared in O2GPriceUpdateMode