| java.lang.Object | |
| ↳ | com.gsma.services.rcs.extension.MultimediaSessionServiceConfiguration |
Multimedia session configuration
| 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
| |||||||||||
Return maximum length of a multimedia message
| RcsGenericException |
|---|
Returns the inactivity timeout of a multimedia messaging session.
| serviceId | Service ID |
|---|
| RcsGenericException |
|---|
Returns True if the given service ID is activated, else returns False.
| serviceId | Service ID |
|---|
| RcsGenericException |
|---|