AzureCommunicationUI/sdk/AzureCommunicationUIChat/Sources/Redux/Action/LifecycleAction.swift (5 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
}