Reputation: 67
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
Reputation: 9580
DeviceCapability.isPhysicalKeyboardAvailable();
It returns true
if there is an physical keyboard.
Otherwise returns false
.
Upvotes: 4