Webcom Android SDK Public API Reference / com.orange.webcom.sdkv2.datasync / DatasyncNode / push

push

fun push(value: Any?, callback: WebcomDoneCallback? = null): DatasyncNode

Creates a child of this data node with a unique key and writes a given value at it.

This method exactly chains the createChild and set methods with the DatasyncTime.Now write policy.