WeChatShareMiniProgramModel class

the default value is MINI_PROGRAM_TYPE_RELEASE hdImagePath only works on iOS, not sure the relationship between thumbnail and hdImagePath.

Inheritance

Constructors

WeChatShareMiniProgramModel({required String webPageUrl, WXMiniProgramType miniProgramType = WXMiniProgramType.release, required String userName, String path = "/", String? title, String? description, bool withShareTicket = false, required WeChatImage thumbnail, WeChatImage? hdImagePath, String? mediaTagName, String? messageAction, String? messageExt, bool compressThumbnail = true, String? msgSignature})

Properties

arguments Map<String, dynamic>
no setter
compressThumbnail bool
final
description String?
final
hashCode int
The hash code for this object.
no setterinherited
hdImagePath WeChatImage?
final
mediaTagName String?
final
messageAction String?
final
messageExt String?
final
miniProgramType WXMiniProgramType
final
msgSignature String?
final
path String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnail WeChatImage
final
title String?
final
userName String
final
webPageUrl String
final
withShareTicket bool
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