Show / Hide Table of Contents

Class AN_SnapshotUIResult

Object that desribed user interaction with the Snapshots UI.

Inheritance
System.Object
AN_SnapshotUIResult
Namespace: SA.Android.GMS.Games
Assembly: cs.temp.dll.dll
Syntax
public class AN_SnapshotUIResult : SA_Result

Constructors

AN_SnapshotUIResult(Int32)

Declaration
public AN_SnapshotUIResult(int state)
Parameters
Type Name Description
System.Int32 state

Properties

Metadata

Selected Snapshot Metadata. Only valide for State equals EXTRA_SNAPSHOT_METADATA

Declaration
public AN_SnapshotMetadata Metadata { get; }
Property Value
Type Description
AN_SnapshotMetadata

State

The state us user interaction with UI

Declaration
public AN_SnapshotUIResult.UserInteractionState State { get; }
Property Value
Type Description
AN_SnapshotUIResult.UserInteractionState
In This Article
Back to top Generated by DocFX