AnchorCreateSuccess


public final class AnchorCreateSuccess extends AnchorCreateResult


Result of a successful Anchor.create call.

Summary

Public constructors

Public methods

final @NonNull Anchor

the Anchor that was created.

Public constructors

AnchorCreateSuccess

Added in 1.0.0-alpha01
public AnchorCreateSuccess(@NonNull Anchor anchor)

Public methods

getAnchor

Added in 1.0.0-alpha01
public final @NonNull Anchor getAnchor()

the Anchor that was created.