IntentBuilder

open class IntentBuilder

This builder makes Intent for ChannelActivity. since 2.1.0

Constructors

Link copied to clipboard
open fun IntentBuilder(@NonNull context: Context, @NonNull channelUrl: String)
Create an intent for a ChannelActivity.
Link copied to clipboard
open fun IntentBuilder(@NonNull context: Context, @NonNull customClass: Class<out ChannelActivity>, @NonNull channelUrl: String)
Create an intent for a ChannelActivity.
Link copied to clipboard
open fun IntentBuilder(@NonNull context: Context, @NonNull customClass: Class<out ChannelActivity>, @NonNull channelUrl: String, @StyleRes themeResId: Int)
Create an intent for a ChannelActivity.

Functions

Link copied to clipboard
open fun build(): Intent
Creates an Intent with the arguments supplied to this builder.
Link copied to clipboard
Sets the timestamp to load the messages with.