1 /* 2 * Copyright (c) 2025 Huawei Device Co., Ltd. 3 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 6@@ -13,29 +13,7 @@ 7 * limitations under the License. 8 */ 9 10sequenceable OHOS.AAFwk.Want; 11sequenceable FormInstance..OHOS.AppExecFwk.OverflowInfo; 12sequenceable FormInstance..OHOS.AppExecFwk.Rect; 13interface OHOS.AppExecFwk.IFormHostDelegate { 14 [ipccode 4002] void RouterEvent([in] long formId, [in] Want want); 15 [ipccode 4003] void RequestOverflow([in] long formId, [in] OverflowInfo overflowInfo, [in] boolean isOverflow); 16 [ipccode 4004] void ChangeSceneAnimationState([in] long formId, [in] int state); 17 [ipccode 4005] void GetFormRect([in] long formId, [inout] Rect rect); 18 [ipccode 4006] void GetLiveFormStatus([inout] Map<String, String> liveFormStatusMap); 19}