Class ChannelActivity

  • All Implemented Interfaces:

    
    public class ChannelActivity
    
                        

    Channel page Activity. Uses BaseActivity + ChatUIFragmentFactory pattern; title/back/input-state/online-status logic lives in ChannelFragment.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static Intent newIntent(Context context, ChannelType channelType, String targetId)
      static Intent newIntent(Context context, ChannelType channelType, String targetId, boolean disableSystemEmoji, Bundle extras)
      static Intent newIntent(Context context, ChannelIdentifier identifier)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChannelActivity

        ChannelActivity()
    • Method Detail

      • newIntent

         static Intent newIntent(Context context, ChannelType channelType, String targetId)
      • newIntent

         static Intent newIntent(Context context, ChannelType channelType, String targetId, boolean disableSystemEmoji, Bundle extras)
      • newIntent

         static Intent newIntent(Context context, ChannelIdentifier identifier)