GolfShotEvent.GolfShotSwingType


class GolfShotEvent.GolfShotSwingType


Golf Shot Swing Types.

Summary

Public companion properties

GolfShotEvent.GolfShotSwingType

The swing type of the received golf shot is full.

GolfShotEvent.GolfShotSwingType

The swing type of the received golf shot is partial.

GolfShotEvent.GolfShotSwingType

The swing type of the received golf shot is putt.

GolfShotEvent.GolfShotSwingType

The swing type of the received golf shot is unknown.

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public companion properties

FULL

val FULL: GolfShotEvent.GolfShotSwingType

The swing type of the received golf shot is full.

PARTIAL

val PARTIAL: GolfShotEvent.GolfShotSwingType

The swing type of the received golf shot is partial.

PUTT

val PUTT: GolfShotEvent.GolfShotSwingType

The swing type of the received golf shot is putt.

UNKNOWN

val UNKNOWN: GolfShotEvent.GolfShotSwingType

The swing type of the received golf shot is unknown.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String