Class EstimoteLocation
Inheritance
System.Object
EstimoteLocation
Assembly: SensusAndroid.dll
Syntax
public class EstimoteLocation : Object
Constructors
EstimoteLocation(String, String)
Declaration
public EstimoteLocation(string name, string identifier)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
identifier |
|
Properties
Identifier
Declaration
public string Identifier { get; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|