Interface UserNotificationOperationBuilder.WithDimensions<T>

    • Method Detail

      • dimensions

        T dimensions​(int width,
                     int height)
              throws ValidationException
        Applies the dimensions to the notification.
        Parameters:
        width - the width for the notification
        height - the height for the notification
        Returns:
        the specific UserNotificationOperationBuilder instance of type T
        Throws:
        ValidationException - if the dimensions are invalid
        Since:
        12.39