Cloud Mail 2020 Android Edition

Questions / Feedback?

CategoryList Event

Fired when an attachment is retrieved from the server.

Syntax

public class DefaultOffice365EventListener implements Office365EventListener {
  ...
  public void categoryList(Office365CategoryListEvent e) {}
  ...
}

public class Office365CategoryListEvent {
  public String id;
  public String displayName;
  public String color;
}

Remarks

The CategoryList event is fired for each attachment retrieved from the server when ListCategories is called.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Mail 2020 Android Edition - Version 20.0 [Build 8308]