Defined in: app-sdk/src/abilityClient/types.ts:63Executes the ability with the given parameters.This method validates the ability parameters, executes the ability remotely, and returns the result.
Promise<AbilityExecuteResponse<ExecuteSuccessSchema, ExecuteFailSchema, PoliciesByPackageName>>A promise that resolves to a AbilityResponse containing the execution result
Defined in: app-sdk/src/abilityClient/types.ts:44Performs a precheck of the ability parameters and policies.This method validates the ability parameters and checks if the policies allow the ability to be executed.
Promise<AbilityPrecheckResponse<PrecheckSuccessSchema, PrecheckFailSchema, PoliciesByPackageName>>A promise that resolves to a AbilityResponse containing the precheck result