SendbirdUIKit
3.21.1
SendbirdUIKit
/
com.sendbird.uikit.activities
/
CreateOpenChannelActivity
Create
Open
Channel
Activity
open
class
CreateOpenChannelActivity
:
AppCompatActivity
Activity displays forms to need to create open channel. since 3.2.0
Functions
Functions
create
Fragment
Link copied to clipboard
@
NonNull
protected
open
fun
createFragment
(
)
:
Fragment
It will be called when the
CreateOpenChannelActivity
is being created.
new
Intent
Link copied to clipboard
@
NonNull
open
fun
newIntent
(
@
NonNull
context
:
Context
)
:
Intent
@
NonNull
open
fun
newIntent
(
@
NonNull
context
:
Context
,
@
StyleRes
themeResId
:
Int
)
:
Intent
Create an intent for a
CreateOpenChannelActivity
.
on
Create
Link copied to clipboard
protected
open
fun
onCreate
(
@
Nullable
savedInstanceState
:
Bundle
)