Enum Class EphemeralChatMessagePolicy

java.lang.Object
java.lang.Enum<EphemeralChatMessagePolicy>
org.linphone.core.EphemeralChatMessagePolicy
All Implemented Interfaces:
Serializable, Comparable<EphemeralChatMessagePolicy>, Constable

public enum EphemeralChatMessagePolicy extends Enum<EphemeralChatMessagePolicy>
Ephemeral chat message policies.

This enum represents different policies for managing ephemeral chat message
lifetimes.
  • Enum Constant Details

    • Default

      public static final EphemeralChatMessagePolicy Default
      In this mode, an ephemeral chat message expires at the same time for all
      participants, when every participant has read the message and its lifetime
      expires.

    • Individual

      public static final EphemeralChatMessagePolicy Individual
      In this mode, an ephemeral chat message expires independently for each
      participant, after the duration of the lifetime once this participant has read
      the message.

  • Field Details

    • mValue

      protected final int mValue
  • Method Details