Class: Toybox.Complications.Id

Inherits:
Toybox.Lang.Object show all

Overview

Unique identifier for complications

Since:

API Level 4.2.0

Instance Method Summary collapse

Instance Method Details

equals(other as Lang.Object or Null) as Lang.Boolean

Equals implementation

Parameters:

  • other(Lang.Object)

    The Object to test against

Returns:

  • Lang.Boolean

    true if the other parameter is a complication id that is equal, otherwise false

Since:

API Level 4.2.0

getType() as Complications.Type or Null

Get the complication type

Returns:

Since:

API Level 4.2.0

initialize(id as Complications.Type)

Constructor

Parameters:

Since:

API Level 4.2.0


Generated Apr 17, 2024 9:40:37 AM