JxrPlatformAdapter.AnchorEntity.OnStateChangedListener


public interface JxrPlatformAdapter.AnchorEntity.OnStateChangedListener


Interface for listening to Anchor state changes.

Summary

Public methods

abstract void

Called when the state of the anchor changes.

Public methods

onStateChanged

Added in 1.0.0-alpha03
abstract void onStateChanged(@NonNull JxrPlatformAdapter.AnchorEntity.State newState)

Called when the state of the anchor changes.

Parameters
@NonNull JxrPlatformAdapter.AnchorEntity.State newState

The new state of the anchor.