Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

inApp Messages is not available for DMC customers


The message info API is used to get the number of unread messages or the number of read messages.

...

Returns the number of unread messages from the inbox.

Syntax

public static int getUnreadMessages();

Returns

An integer representing the number of unread messages.

...

Returns the number of read messages from the inbox.

Syntax

public static int getReadMessages();

Returns

An integer representing the number of read messages.