WeatherProvider
Functions
Link copied to clipboard
open fun applyBatch(p0: String, p1: ArrayList<ContentProviderOperation>): Array<ContentProviderResult>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Find locations based on a query string. The default implementation uses the Android Geocoder and returns a list of lat lon locations. It also supports lat/lon coordinates in the format "lon name" or "lon".
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Get the name of a location based on lat/lon coordinates. The default implementation uses the Android Geocoder. If the Geocoder is not available, the lat/lon coordinates are formatted as a string.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Get weather data for a set location. This is called when the user has set the location to a custom location.
Get weather data for the current location. This is called when the user has set the location to "Current location".
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <T : Any> openPipeHelper(p0: Uri, p1: String, p2: Bundle?, p3: T?, p4: ContentProvider.PipeDataWriter<T>): ParcelFileDescriptor
Link copied to clipboard
open fun openTypedAssetFile(p0: Uri, p1: String, p2: Bundle?, p3: CancellationSignal?): AssetFileDescriptor?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard