KnownInteractionEvent enum
- Inheritance
- Implemented types
- Available extensions
Values
- appBskyFeedDefsRequestLess → const KnownInteractionEvent
-
const KnownInteractionEvent('app.bsky.feed.defs#requestLess') - appBskyFeedDefsRequestMore → const KnownInteractionEvent
-
const KnownInteractionEvent('app.bsky.feed.defs#requestMore') - appBskyFeedDefsClickthroughItem → const KnownInteractionEvent
-
const KnownInteractionEvent('app.bsky.feed.defs#clickthroughItem') - appBskyFeedDefsClickthroughAuthor → const KnownInteractionEvent
-
const KnownInteractionEvent('app.bsky.feed.defs#clickthroughAuthor') - appBskyFeedDefsClickthroughReposter → const KnownInteractionEvent
-
const KnownInteractionEvent('app.bsky.feed.defs#clickthroughReposter') - appBskyFeedDefsClickthroughEmbed → const KnownInteractionEvent
-
const KnownInteractionEvent('app.bsky.feed.defs#clickthroughEmbed') - appBskyFeedDefsInteractionSeen → const KnownInteractionEvent
-
const KnownInteractionEvent('app.bsky.feed.defs#interactionSeen') - appBskyFeedDefsInteractionLike → const KnownInteractionEvent
-
const KnownInteractionEvent('app.bsky.feed.defs#interactionLike') - appBskyFeedDefsInteractionRepost → const KnownInteractionEvent
-
const KnownInteractionEvent('app.bsky.feed.defs#interactionRepost') - appBskyFeedDefsInteractionReply → const KnownInteractionEvent
-
const KnownInteractionEvent('app.bsky.feed.defs#interactionReply') - appBskyFeedDefsInteractionQuote → const KnownInteractionEvent
-
const KnownInteractionEvent('app.bsky.feed.defs#interactionQuote') -
const KnownInteractionEvent('app.bsky.feed.defs#interactionShare')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
Returns the value.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
isKnownValue(
String value) → bool -
valueOf(
String? value) → KnownInteractionEvent?
Constants
-
values
→ const List<
KnownInteractionEvent> - A constant List of the values in this enum, in order of their declaration.