PredefinedReportParameterKeys class abstract
Predefined parameter keys for social report data access.
Contains constants for reading report properties from OverlayItem.previewData including owner information, timestamps, scores, directions, permissions, and comments. Use when processing social report overlay items or in SocialOverlay.updateReport.
See also:
- OverlayItem.previewData - Contains report data keyed by these constants.
- SocialOverlay.updateReport - Modifies report parameters.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Constants
- reportAllowDelete → const String
- bool
- reportAllowThumb → const String
- bool
- reportAllowUpdate → const String
- bool
- reportCategNameTTS → const String
- String
- reportCategValidity → const String
- int ( minutes )
- reportComment → const String
- List
- reportCommentText → const String
- String
- reportCommentTimeUTC → const String
- int timestamp ( seconds )
- reportCommentUserIcon → const String
- String
- reportCommentUserName → const String
- String
- reportCreateTimeUTC → const String
- int timestamp ( seconds )
- reportCurrency → const String
- String
- reportDescription → const String
- string
- reportDirection → const String
- double
- reportDirection1 → const String
- double
- reportDirection2 → const String
- double
- reportExpireTimeUTC → const String
- int timestamp ( seconds )
- reportHasSnapshot → const String
- bool
- reportOwnerId → const String
- LargeInteger
- reportOwnerName → const String
- String
- reportOwnReport → const String
- bool
- reportScore → const String
- int
- reportUpdateTimeUTC → const String
- int timestamp ( seconds )