LMNative class

Constructors

LMNative()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

appIcon() String
createNativeSubCustomViewAttribute(double width, double height, {double x = 0, double y = 0, String backgroundColorStr = '#FFFFFF', String textColorStr = '#000000', String textAlignmentStr = 'left', double textSize = 15, bool isCustomClick = false, int cornerRadius = 0, ATCustomViewNative customViewNative = ATCustomViewNative.view, String imagePath = '', String title = ''}) Map
createNativeSubViewAttribute(double width, double height, {double x = 0, double y = 0, String backgroundColorStr = '#FFFFFF', String textColorStr = '#000000', String textAlignmentStr = 'left', double textSize = 15, bool isCustomClick = false, int cornerRadius = 0}) Map
cta() String
customView() String
desc() String
dislike() String
elementsView() String
isAdaptiveHeight() String
loadNativeAd({required String placementID, required String sessionID, required Map extraMap}) Future<String>
mainImage() String
mainTitle() String
nativeAdReady({required String placementID, required String sessionID}) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parent() String
removeNativeAd({required String placementID, required String sessionID}) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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