Channel Callbacks
List of callbacks related to channel actions.
SocialChannelCreateCallback
Invoked when a channel is created.
Warning
This callback is not cancellable
Properties
channel
SocialChannelDeleteCallback
Invoked when a channel is deleted.
Warning
This callback is not cancellable
Properties
channel
SocialChannelPreSwitchCallback
Invoked before a user switches their main channel.
Properties
user
channel
cancelled
SocialChannelPostSwitchCallback
Invoked after a user has switched their main channel.
Warning
This callback is not cancellable
Properties
user
previousChannel
channel