public class

MultimediaSessionServiceConfiguration

extends Object
java.lang.Object
   ↳ com.gsma.services.rcs.extension.MultimediaSessionServiceConfiguration

Class Overview

Multimedia session configuration

Summary

Public Methods
int getMessageMaxLength()
Return maximum length of a multimedia message
long getMessagingSessionInactivityTimeout(String serviceId)
Returns the inactivity timeout of a multimedia messaging session.
boolean isServiceActivated(String serviceId)
Returns True if the given service ID is activated, else returns False.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public int getMessageMaxLength ()

Since: API Level 1.5

Return maximum length of a multimedia message

Returns
  • int Number of bytes

public long getMessagingSessionInactivityTimeout (String serviceId)

Since: API Level 1.6

Returns the inactivity timeout of a multimedia messaging session.

Parameters
serviceId Service ID
Returns
  • long Timeout in milliseconds

public boolean isServiceActivated (String serviceId)

Since: API Level 1.6

Returns True if the given service ID is activated, else returns False.

Parameters
serviceId Service ID
Returns
  • boolean