areNotificationsEnabled property

  1. @BuiltValueField(wireName: 'vk_are_notifications_enabled')
bool areNotificationsEnabled

Information about allowed notifications from the app:

  • false - sending notifications is prohibited
  • true - sending notifications is allowed

Implementation

@BuiltValueField(wireName: 'vk_are_notifications_enabled')
bool get areNotificationsEnabled;