com.yandex.metrica.profile.BooleanAttribute


public class NotificationsEnabledAttribute
extends BooleanAttribute
The NotificationsEnabled attribute class. It indicates whether the user has enabled notifications for the application. It enables setting notification status for the user profile.

EXAMPLE:

      UserProfile userProfile = new UserProfile.Builder()
                     .apply(Attribute.notificationEnabled().withValue(true))
                     .build();
 

Method Summary

Methods inherited from class com.yandex.metrica.profile.BooleanAttribute

withValue, withValueIfUndefined, withValueReset

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait