pl.wendigo.chrome.api.animation / ResolveAnimationResponse

ResolveAnimationResponse

data class ResolveAnimationResponse (source)

Represents response frame that is returned from Animation#resolveAnimation operation call. Gets the remote object of the Animation.

Link
Animation#resolveAnimation method documentation.

See Also

AnimationOperations.resolveAnimation

Constructors

<init>

ResolveAnimationResponse(remoteObject: RemoteObject)

Represents response frame that is returned from Animation#resolveAnimation operation call. Gets the remote object of the Animation.

Properties

remoteObject

val remoteObject: RemoteObject

Corresponding remote object.