Package blackberry.bbm.platform.self.profilebox

Examples of blackberry.bbm.platform.self.profilebox.ScriptableProfileBoxItem


        final String reasonStr;
        final Object scriptableParam;
        switch(reason) {
            case BBMPlatformContext.INVOKE_PROFILE_BOX_ITEM:
                reasonStr = "profilebox";
                scriptableParam = new ScriptableProfileBoxItem(_platform.getProfileBox(), (UserProfileBoxItem) param);
                break;
            case BBMPlatformContext.INVOKE_PROFILE_BOX:
                reasonStr = "profileboxtitle";
                scriptableParam = Scriptable.UNDEFINED;
                break;
View Full Code Here

TOP

Related Classes of blackberry.bbm.platform.self.profilebox.ScriptableProfileBoxItem

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.