AppticsAppUpdateNotSupported class

Constructors

AppticsAppUpdateNotSupported({required String title, required String description, required String continueBtTxt, required int alertType, required String updateId})
AppticsAppUpdateNotSupported.fromJson(Map<String, dynamic> json)
factory

Properties

alertType int
Type of the alert. Android in-app updates / ZAnalytics
final
continueBtTxt String
Button text for the popup
final
description String
Description of the Popup
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
Title of the Popup
final
updateId String
Id corresponds to particular update configuration.
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