StreamVideoPushParams class

Inheritance
  • Object
  • CallKitParams
  • StreamVideoPushParams
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

StreamVideoPushParams.new({String? id, String? nameCaller, String? appName, String? avatar, String? handle, int? type, int? duration, String? textAccept, String? textDecline, NotificationParams? missedCallNotification, Map<String, dynamic>? extra, Map<String, dynamic>? headers, AndroidParams? android, IOSParams? ios})
const
StreamVideoPushParams.fromJson(Map<String, dynamic> json)
factory

Properties

android AndroidParams?
finalinherited
appName String?
finalinherited
avatar String?
finalinherited
callingNotification NotificationParams?
finalinherited
duration int?
finalinherited
extra Map<String, dynamic>?
finalinherited
handle String?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, dynamic>?
finalinherited
id String?
finalinherited
ios IOSParams?
finalinherited
missedCallNotification NotificationParams?
finalinherited
nameCaller String?
finalinherited
normalHandle int?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textAccept String?
finalinherited
textDecline String?
finalinherited
type int?
finalinherited

Methods

copyWith({String? id, String? nameCaller, String? appName, String? avatar, String? handle, int? type, int? duration, String? textAccept, String? textDecline, NotificationParams? missedCallNotification, Map<String, Object?>? extra, Map<String, Object?>? headers, AndroidParams? android, IOSParams? ios}) StreamVideoPushParams
merge(StreamVideoPushParams? other) StreamVideoPushParams
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited