Closed bannzai closed 3 months ago
I got error message when running android app and call HomeWidget.updateWidget with Long value.
HomeWidget.updateWidget
Long
PlatformException(-10, Invalid Type Long. Supported types are Boolean, Float, String, Double, Long, java.lang.IllegalArgumentException
This message has Invalid Type Long and Supported types are ... Long. So, I confused. Please check it. Thank you.
Invalid Type Long
Supported types are ... Long
FYI: https://github.com/ABausG/home_widget/blob/365f8f910bccf577b0103a239d26d8e3c175e06e/android/src/main/kotlin/es/antonborri/home_widget/HomeWidgetPlugin.kt#L56
I guess wrong anything arround the line.
Same problem here.
Abstraction
I got error message when running android app and call
HomeWidget.updateWidget
withLong
value.Message
PlatformException(-10, Invalid Type Long. Supported types are Boolean, Float, String, Double, Long, java.lang.IllegalArgumentException
Issue
This message has
Invalid Type Long
andSupported types are ... Long
. So, I confused. Please check it. Thank you.