Class NotificationBarDescription.Builder

Enclosing class:
NotificationBarDescription

public static class NotificationBarDescription.Builder extends NotificationBarDescription.Init<NotificationBarDescription.Builder>
This class can be used to construct an instance of the NotificationBarDescription class using the builder pattern.
Usage example: NotificationBarDescription description = new NotificationBarDescription.Builder().tagName("some tag").Name("some name").build();