RemotePostData

Constructors

Link copied to clipboard
constructor(postData: PostData)

Functions

Link copied to clipboard
Add the specified post data element.
Link copied to clipboard
Create a new CefPostData object.
Link copied to clipboard
open fun dispose()
Removes the native reference from an unused object.
Link copied to clipboard
open fun getElementCount(): Int
Returns the number of existing post data elements.
Link copied to clipboard
Retrieve the post data elements.
Link copied to clipboard
open fun getNativeRef(): Long

open fun getNativeRef(identifer: String): Long
Method is called by the native code to get the reference to an previous stored identifier.
Link copied to clipboard
Link copied to clipboard
open fun isReadOnly(): Boolean
Returns true if this object is read-only.
Link copied to clipboard
Remove the specified post data element.
Link copied to clipboard
open fun removeElements()
Remove all existing post data elements.
Link copied to clipboard
open fun setNativeRef(identifer: String, nativeRef: Long)
Method is called by the native code to store a reference to an implemented native JNI counterpart.
Link copied to clipboard
open fun toString(): String
open fun toString(mimeType: String): String