Stay organized with collections
Save and categorize content based on your preferences.
JoiningType
interface JoiningType
Joining Type constants.
Summary
Constants
DUAL_JOINING
static val DUAL_JOINING: Int
Value: 2
JOIN_CAUSING
static val JOIN_CAUSING: Int
Value: 1
LEFT_JOINING
static val LEFT_JOINING: Int
Value: 3
NON_JOINING
static val NON_JOINING: Int
Value: 0
RIGHT_JOINING
static val RIGHT_JOINING: Int
Value: 4
TRANSPARENT
static val TRANSPARENT: Int
Value: 5
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# UCharacter.JoiningType\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nJoiningType\n===========\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/icu/lang/UCharacter.JoiningType \"View this page in Java\") \n\n```\ninterface JoiningType\n```\n\n|----------------------------------------------|\n| [android.icu.lang.UCharacter.JoiningType](#) |\n\nJoining Type constants.\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------|---------------------------------------------------|\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [DUAL_JOINING](#DUAL_JOINING:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [JOIN_CAUSING](#JOIN_CAUSING:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [LEFT_JOINING](#LEFT_JOINING:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [NON_JOINING](#NON_JOINING:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [RIGHT_JOINING](#RIGHT_JOINING:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [TRANSPARENT](#TRANSPARENT:kotlin.Int) \u003cbr /\u003e |\n\nConstants\n---------\n\n### DUAL_JOINING\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val DUAL_JOINING: Int\n``` \n\n Value: 2\n\n### JOIN_CAUSING\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val JOIN_CAUSING: Int\n``` \n\n Value: 1\n\n### LEFT_JOINING\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val LEFT_JOINING: Int\n``` \n\n Value: 3\n\n### NON_JOINING\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val NON_JOINING: Int\n``` \n\n Value: 0\n\n### RIGHT_JOINING\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val RIGHT_JOINING: Int\n``` \n\n Value: 4\n\n### TRANSPARENT\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val TRANSPARENT: Int\n``` \n\n Value: 5"]]