Murtuza Saifee
Murtuza Saifee

Reputation: 67

Detect Touch&Type keyboard

Is there is any API to detect the keyboard in touch and type series of blackberry, i.e. Blackberry bold 9930.

Upvotes: 0

Views: 80

Answers (1)

V.J.
V.J.

Reputation: 9580

 DeviceCapability.isPhysicalKeyboardAvailable();

It returns true if there is an physical keyboard.

Otherwise returns false.

Upvotes: 4

Related Questions