ZegoSignalingPluginIncomingInvitationCancelPushConfig class

Description:Offline push configuration for cancel invitation

Constructors

ZegoSignalingPluginIncomingInvitationCancelPushConfig({String title = '', String content = '', String payload = '', String resourcesID = ''})

Properties

content String
Description: Used to set offline push content.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
payload String
Description: This parameter is used to set the pass-through field of offline push.
getter/setter pair
resourcesID String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
Description: Used to set the push title.
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.
override

Operators

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