AzureCommunicationUI/sdk/AzureCommunicationUICalling/Sources/Redux/Action/LifecycleAction.swift (6 lines of code) (raw):
//
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
//
import Foundation
enum LifecycleAction: Equatable {
case foregroundEntered
case backgroundEntered
case willTerminate
}