Help Center/ Meeting/ Client SDK Reference/ Android SDK/ Notification Reference/ Service Message Notification/ Notification of Changes of the Permission of Sending SMS Messages for a Scheduled Meeting
Updated on 2024-07-30 GMT+08:00

Notification of Changes of the Permission of Sending SMS Messages for a Scheduled Meeting

API Description

A notification is sent when the permission of sending SMS messages for a scheduled meeting was changed.

Method Definition

1
2
3
4
5
6
    /**
     * Notifies you when the permission of sending SMS messages for a scheduled meeting was changed.
     *
     * @param hasPermission
     */
    void onBookConfSmsPermissionChanged(boolean hasPermission);

Parameter Description

Table 1 Parameter description

Parameter

Type

Description

hasPermission

boolean

Whether you have the permission to send SMS messages for a scheduled meeting.

Return Values

None