deviceTokenBlackBerryPush property
A token for BlackBerry Push Service
Implementation
DeviceTokenBlackBerryPush? get deviceTokenBlackBerryPush {
if (this is DeviceTokenBlackBerryPush) {
return this as DeviceTokenBlackBerryPush;
}
return null;
}