struct StateChangedArgs (Niantic.ARDK.AR.Scanning.IScanner.StateChangedArgs)

Overview

Arguments to the StateChanged event. More...

struct StateChangedArgs: Niantic.ARDK.Utilities.IArdkEventArgs {
    // fields

    readonly State NewState;
};

Detailed Documentation

Arguments to the StateChanged event.

Fields

readonly State NewState

The new state of the scanner.