Context class abstract

Available Extensions
Annotations
  • @anonymous
  • @JS()

Constructors

Context({required String utouId, String? roomId, String? groupId, String? userId, required String endpointUrl, required String viewType, String? accessTokenHash, required String permanentLinkPattern, String? tid, String? squareId, String? squareChatId, String? squareMemberId, ProfilePlusInterface? profilePlus, D? d, required Availability availability, UtsTracking? utsTracking, MenuColorSetting? menuColorSetting, required List<String> scope})
factory

Properties

accessTokenHash String?
getter/setter pair
availability Availability
getter/setter pair
d D?
getter/setter pair
endpointUrl String
getter/setter pair
groupId String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
getter/setter pair
permanentLinkPattern String
allow permanentLinkPattern = 'concat'
getter/setter pair
profilePlus ProfilePlusInterface?
getter/setter pair
roomId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope List<String>
getter/setter pair
squareChatId String?
getter/setter pair
squareId String?
getter/setter pair
squareMemberId String?
getter/setter pair
tid String?
getter/setter pair
type String
allow type = 'utou'|'room'|'group'|'none'|'square_chat'|'external'
getter/setter pair
userId String?
getter/setter pair
utouId String?
getter/setter pair
utsTracking UtsTracking?
getter/setter pair
viewType String
allow viewType = 'compact'|'tall'|'full'|'cover'|'frame'|'new full'|'full flex'
getter/setter pair

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