Package com.codename1.location.spi
package com.codename1.location.spi
The service-provider interface a port implements to carry
LocationButton onto a system-rendered location
button.
Not part of the public API. Application code uses
LocationButton, which finds the bridge through
com.codename1.ui.Display#getLocationButtonBridge() and falls back to an
ordinary Codename One button when the base implementation returns null --
which is every port that has no such control.
-
Interfaces