Skip to content

Cannot access message_type in PNFetchMessageItem #249

Open
@VietAnh14

Description

@VietAnh14

Hi, why the getMessageType function is private, and how can I get message type? It's difference with the example in the docs

@Getter(AccessLevel.NONE)
private final String messageType;
private int getMessageType() {
if (messageType == null || messageType.isEmpty()) {
return 0;
} else {
return Integer.parseInt(messageType);
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions