ChannelIdentifier

public class ChannelIdentifier

Identifies a channel by its type and ID.

Implements Parcelable so it can be passed between Activities via Intent extras.

Parameters

channelType

The type of the channel

channelId

The unique identifier of the channel

Inheritors

Constructors

Link copied to clipboard
public ChannelIdentifier ChannelIdentifier(ChannelType channelType, String channelId)

Types

Link copied to clipboard
public class Companion

Properties

Link copied to clipboard
private final String channelId
Link copied to clipboard
private final ChannelType channelType
Link copied to clipboard

Functions

Link copied to clipboard
public Integer describeContents()
Link copied to clipboard
public Boolean equals(Object other)
Link copied to clipboard
public String getChannelId()
Link copied to clipboard
Link copied to clipboard
public Integer hashCode()
Link copied to clipboard
public String toString()
Link copied to clipboard
public Unit writeToParcel(<Error class: unknown class> parcel, Integer flags)