MiniProgramShareResult class

Inert acknowledgement returned after the host opens its system share UI.

Android does not report whether the user completed a share, so this model deliberately reports only that the chooser was opened.

Constructors

MiniProgramShareResult({required bool chooserOpened})
const
MiniProgramShareResult.fromJson(Map<String, dynamic> json)
factory

Properties

chooserOpened bool
final
hashCode int
The hash code for this object.
no setteroverride
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited
validate() → void

Operators

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