@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="SyncManager")
public class SyncManager
extends JsObject
| Modifier | Constructor and Description |
|---|---|
protected |
SyncManager() |
| Modifier and Type | Method and Description |
|---|---|
Promise<JsArray<java.lang.String>> |
getTags()
The SyncManager.getTags method of the SyncManager interface returns a list of developer-defined identifiers for SyncManager registrations.
|
Promise<java.lang.Void> |
register(java.lang.String tag)
The SyncManager.register method of the SyncManager interface returns a Promise that resolves to a SyncRegistration instance.
|
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, values@Nonnull public Promise<JsArray<java.lang.String>> getTags()
@Nonnull public Promise<java.lang.Void> register(@Nonnull java.lang.String tag)