AirshipLiveUpdateManager class

Live Update manager.

Constructors

AirshipLiveUpdateManager(AirshipModule _module)

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

end(LiveUpdateEndRequest request) → Future<void>
End a Live Update. @param request The request options. @returns A Future with the result.
list(LiveUpdateListRequest request) → Future<List<LiveUpdate>>
Lists any Live Updates for the request. @param request The request options. @returns A Future with the result.
listAll() → Future<List<LiveUpdate>>
Lists all Live Updates. @returns A Future with the result.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start(LiveUpdateStartRequest request) → Future<void>
Creates a Live Update. @param request The request options. @returns A Future with the result.
toString() → String
A string representation of this object.
inherited
update(LiveUpdateUpdateRequest request) → Future<void>
Updates a Live Update. @param request The request options. @returns A Future with the result.

Operators

operator ==(Object other) → bool
The equality operator.
inherited