PropertiesLogic<A, I> class
final
The PropertiesLogic class allows you to tailor the visual and functional aspects of a support widget independently for Android and IOS platforms.
This becomes useful when specific properties should be applied only to a particular platform.
- Inheritance
-
- Object
- CoreProperties<
A, I> - PropertiesLogic
Constructors
-
PropertiesLogic({PropertiesCallback<
A> ? android, PropertiesCallback<I> ? iOS}) -
creating an instance of PropertiesLogic.
factory
-
PropertiesLogic.android(PropertiesCallback<
A> ? android) -
creating an instance of PropertiesLogic with Android-specific properties.
factory
-
PropertiesLogic.iOS(PropertiesCallback<
I> ? iOS) -
creating an instance of PropertiesLogic with IOS-specific properties.
factory
Properties
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