MediaSFU React Native
Preparing search index...
PollUpdatedOptions
Interface PollUpdatedOptions
interface
PollUpdatedOptions
{
data
:
PollUpdatedData
;
polls
:
Poll
[]
;
poll
:
Poll
;
member
:
string
;
islevel
:
string
;
showAlert
?:
ShowAlert
;
updatePolls
:
(
polls
:
Poll
[]
)
=>
void
;
updatePoll
:
(
poll
:
Poll
)
=>
void
;
updateIsPollModalVisible
:
(
isVisible
:
boolean
)
=>
void
;
}
Index
Properties
data
polls
poll
member
islevel
show
Alert?
update
Polls
update
Poll
update
Is
Poll
Modal
Visible
Properties
data
data
:
PollUpdatedData
polls
polls
:
Poll
[]
poll
poll
:
Poll
member
member
:
string
islevel
islevel
:
string
Optional
show
Alert
showAlert
?:
ShowAlert
update
Polls
updatePolls
:
(
polls
:
Poll
[]
)
=>
void
update
Poll
updatePoll
:
(
poll
:
Poll
)
=>
void
update
Is
Poll
Modal
Visible
updateIsPollModalVisible
:
(
isVisible
:
boolean
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
polls
poll
member
islevel
show
Alert
update
Polls
update
Poll
update
Is
Poll
Modal
Visible
MediaSFU
MediaSFU React Native
Loading...