-
Notifications
You must be signed in to change notification settings - Fork 18
Class ResourceUploadListener
Il Kadyrov edited this page Nov 5, 2020
·
2 revisions
ResourceUploadListener provides a callback to be invoked when ResourceManager will load or fail loading of the user file to the server. The callback is invoked in the UI thread.
Referenced from: ResourceManager.
public class ResourceUploadListener
{
public abstract void onUploaded();
public abstract void onFailed(Error error);
}
Tutorials
Classes
- NavigineSdk
- LocationListManager
- LocationManager
- NavigationManager
- RouteManager
- ZoneManager
- NotificationManager
- MeasurementManager
- LocationEditManager
- ResourceManager
- Location
- Sublocation
- Category
- Venue
- Zone
- Beacon
- Eddystone
- Wifi
- LocationView
- LocationViewController
- CircleMapObject
- PolylineMapObject
- IconMapObject
- TouchInput
- ScaleResponder
- PanResponder
- LongPressResponder
- DoubleTapResponder
- TapResponder
- LocationListListener
- LocationListener
- PositionListener
- RouteListener
- ZoneListener
- NotificationListener
- LocationEditListener
- MeasurementListener
- ResourceListener
- ResourceUploadListener
- Notification
- Position
- SignalMeasurement
- SensorMeasurement
- Image
- RoutePath
- RouteEvent
- LocationPoint
- LocationInfo
- BitmapRegionDecoder