SendbirdUIKit
3.21.0
SendbirdUIKit
/
com.sendbird.uikit.interfaces
/
DialogProvider
Dialog
Provider
interface
DialogProvider
Functions
Inheritors
Functions
dismiss
Waiting
Dialog
Link copied to clipboard
abstract
fun
dismissWaitingDialog
(
)
show
Waiting
Dialog
Link copied to clipboard
abstract
fun
showWaitingDialog
(
)
toast
Error
Link copied to clipboard
abstract
fun
toastError
(
@
StringRes
messageRes
:
Int
)
abstract
fun
toastError
(
@
NonNull
message
:
String
)
abstract
fun
toastError
(
@
StringRes
messageRes
:
Int
,
useOverlay
:
Boolean
)
abstract
fun
toastError
(
@
NonNull
message
:
String
,
useOverlay
:
Boolean
)
toast
Success
Link copied to clipboard
abstract
fun
toastSuccess
(
messageRes
:
Int
)
abstract
fun
toastSuccess
(
messageRes
:
Int
,
useOverlay
:
Boolean
)
Inheritors
BaseFragment
Link copied to clipboard