MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / ActivityStateAction

Method ActivityStateAction

native/desc/Action.cpp:96–99  ·  view source on GitHub ↗

Construct an empty ActivityStateAction object with no action, state or target.

Source from the content-addressed store, hash-verified

94
95/// Construct an empty ActivityStateAction object with no action, state or target.
96 ActivityStateAction::ActivityStateAction()
97 : Action(), _target(nullptr) {
98
99 }
100
101/// Construct an ActivityStateAction object constituted of state, targetWidget and the corresponding action type
102/// \param state The StatePtr object, describing the current page

Callers

nothing calls this directly

Calls 2

getActionTypeMethod · 0.80
hashMethod · 0.45

Tested by

no test coverage detected