|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.rim.blackberry.api.bbm.platform.SettingsManager
Allows the application to query user settings for the application. These settings can be set manually by the user within BBM.
| Field Summary | ||
static int |
SETTING_ALWAYS_ALLOW_PUBLIC_CONN
This setting controls whether a prompt is shown when making a connection public or requesting to join a public connection. |
|
static int |
SETTING_PROFILE_BOX
This setting controls whether the application appears in the current user's BBM profile. |
|
static int |
VALUE_DISABLED
Represents a setting value of disabled. |
|
static int |
VALUE_ENABLED
Represents a setting value of enabled. |
|
static int |
VALUE_PROMPT
Represents a setting value of prompt. |
|
| Method Summary | ||
abstract int |
getSetting(int setting)
Returns the value of a setting for the calling application. |
|
| Field Detail |
public static final int SETTING_ALWAYS_ALLOW_PUBLIC_CONN
VALUE_ENABLED then the prompt is never shown, if
VALUE_PROMPT then the prompt is shown.BBMPlatformConnection.setPublic(),
MessagingService.sendJoinRequest(int, java.lang.String, java.lang.String)public static final int SETTING_PROFILE_BOX
UserProfileBoxpublic static final int VALUE_DISABLED
public static final int VALUE_ENABLED
public static final int VALUE_PROMPT
| Method Detail |
public abstract int getSetting(int setting)
setting - The setting to check. One of the SETTING_* constants.setting. One of the VALUE_* constants.IllegalArgumentException - if setting is invalid.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999- Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.