Airship Unity Plugin 10.0.0
  • AirshipSDK
  • AirshipLiveUpdateManager
Public Member Functions | List of all members
AirshipSDK.AirshipLiveUpdateManager Class Reference

Airship Live Update manager. More...

+ Inheritance diagram for AirshipSDK.AirshipLiveUpdateManager:
[legend]
+ Collaboration diagram for AirshipSDK.AirshipLiveUpdateManager:
[legend]

Public Member Functions

IEnumerator List (LiveUpdateListRequest request, Action< LiveUpdate[]> onComplete, Action< Exception > onError=null)
 Lists Live Updates matching the given type.
 
IEnumerator ListAll (Action< LiveUpdate[]> onComplete, Action< Exception > onError=null)
 Lists all Live Updates.
 
void Start (LiveUpdateStartRequest request)
 Starts a new Live Update.
 
void Update (LiveUpdateUpdateRequest request)
 Updates an existing Live Update.
 
void End (LiveUpdateEndRequest request)
 Ends a Live Update.
 
void ClearAll ()
 Clears all Live Updates.
 

Detailed Description

Airship Live Update manager.

Android only.

Member Function Documentation

◆ ClearAll()

void AirshipSDK.AirshipLiveUpdateManager.ClearAll ( )
inline

Clears all Live Updates.

Implements AirshipSDK.IAirshipLiveUpdateManager.

◆ End()

void AirshipSDK.AirshipLiveUpdateManager.End ( LiveUpdateEndRequest  request)
inline

Ends a Live Update.

Parameters
requestThe end request.

Implements AirshipSDK.IAirshipLiveUpdateManager.

References AirshipSDK.List.

◆ List()

IEnumerator AirshipSDK.AirshipLiveUpdateManager.List ( LiveUpdateListRequest  request,
Action< LiveUpdate[]>  onComplete,
Action< Exception >  onError = null 
)
inline

Lists Live Updates matching the given type.

Parameters
requestThe list request containing the type filter.
onCompleteCallback invoked with the matching Live Updates.
onErrorOptional callback invoked if an error occurs.
Returns
A coroutine that can be started with StartCoroutine.

Implements AirshipSDK.IAirshipLiveUpdateManager.

References AirshipSDK.List, and AirshipSDK.LiveUpdate.

◆ ListAll()

IEnumerator AirshipSDK.AirshipLiveUpdateManager.ListAll ( Action< LiveUpdate[]>  onComplete,
Action< Exception >  onError = null 
)
inline

Lists all Live Updates.

Parameters
onCompleteCallback invoked with all Live Updates.
onErrorOptional callback invoked if an error occurs.
Returns
A coroutine that can be started with StartCoroutine.

Implements AirshipSDK.IAirshipLiveUpdateManager.

References AirshipSDK.List, and AirshipSDK.LiveUpdate.

◆ Start()

void AirshipSDK.AirshipLiveUpdateManager.Start ( LiveUpdateStartRequest  request)
inline

Starts a new Live Update.

Parameters
requestThe start request.

Implements AirshipSDK.IAirshipLiveUpdateManager.

References AirshipSDK.List.

◆ Update()

void AirshipSDK.AirshipLiveUpdateManager.Update ( LiveUpdateUpdateRequest  request)
inline

Updates an existing Live Update.

Parameters
requestThe update request.

Implements AirshipSDK.IAirshipLiveUpdateManager.

References AirshipSDK.List.


Generated on Wed Sep 2 2026 21:27:03 for Airship Unity Plugin by   doxygen 1.9.8