INBalanceType Enum

Definition

Enumerates balance units.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INBalanceType
type INBalanceType = 
Inheritance
INBalanceType
Attributes

Fields

Miles 3

Indicates that a balance is in miles.

Money 1

Indicates that a balance is in monetary units.

Points 2

Indicates that a balance is in points.

Unknown 0

Indicates that the units of the balance are not known.

Applies to