rim:category element

Supported platforms

  • no BlackBerry OS: 5.0 - 7.0
  • yes BlackBerry PlayBook OS: 2.0+
  • no BlackBerry 10 OS

Syntax

<rim:category name="string" />

Description

The <rim:category> element specifies the category for the location of your BlackBerry WebWorks application. For example, if your application is a game, you can specify that your application is installed in the Games folder on the BlackBerry tablet.

Parent elements

<widget>

Child elements

None

Occurrences

Zero or one

Attributes

You can use the following attributes in this element:

Attribute Description
name

The name attribute specifies the location of your application. If you do not specify a value for this attribute or if you specify a category name that is not valid, the default value is all This value is case sensitive.

This attribute is optional.

Example: Specifying an application category

<rim:category name="games" />