net.rim.blackberry.web.widget.jil
Class JILWidgetStorefront
java.lang.Object
net.rim.blackberry.web.widget.jil.JILWidgetStorefront
public abstract class JILWidgetStorefront
- extends Object
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 7.0.0
|
Method Summary |
|
abstract AuthInfo |
authorize(String contentId)
This method will be invoked when the Widget Engine is launching a widget whose authorization has expired |
|
abstract void |
uninstall(String contentId)
This method will be invoked when a user opts to uninstall a widget from the device ribbon |
JILWidgetStorefront
public JILWidgetStorefront()
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 7.0.0
authorize
public abstract AuthInfo authorize(String contentId)
- This method will be invoked when the Widget Engine is launching a widget whose authorization has expired
- Parameters:
contentId - The content id of the widget to be authorized
- Returns:
- The requested authorization info
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 7.0.0
uninstall
public abstract void uninstall(String contentId)
- This method will be invoked when a user opts to uninstall a widget from the device ribbon
- Parameters:
contentId - The content id which identifies the widget to uninstall- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 7.0.0
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal