public abstract class Platform extends Object
| Constructor and Description |
|---|
Platform() |
| Modifier and Type | Method and Description |
|---|---|
abstract Executor |
callbackExecutor()
Return an executor for this platform.
|
static Platform |
get() |
abstract String |
name()
How do you call this platform?
|
abstract String |
version()
Which version of the platform is executing this app?
|
public static Platform get()
public abstract Executor callbackExecutor()
public abstract String name()
Valid values are "Windows", "Linux", "Mac OS" and "Android".
public abstract String version()
Copyright © 2026 Contentful, GmbH.. All rights reserved.