Table of Contents

Method StartApp

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.Native.dll

StartApp(string)

Starts an app.

public MaaJob StartApp(string intent)

Parameters

intent string

The intent.

e.g., "com.hypergryph.arknights/com.u8.sdk.U8UnityContext".

Returns

MaaJob

A start app MaaFramework.Binding.MaaJob.

Remarks

Wrapper of MaaFramework.Binding.Interop.Native.MaaController.MaaControllerPostStartApp(System.IntPtr,System.String).