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 FULLGolfShotEvent.GolfShotSwingType

The swing type of the received golf shot is full.

PARTIAL

val PARTIALGolfShotEvent.GolfShotSwingType

The swing type of the received golf shot is partial.

PUTT

val PUTTGolfShotEvent.GolfShotSwingType

The swing type of the received golf shot is putt.

UNKNOWN

val UNKNOWNGolfShotEvent.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