Click or drag to resize

PluginHelperGetCallbackResponse Method

Namespace:  Unvired.Kernel.UWP.Cordova
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string GetCallbackResponse(
	int resultType = 0,
	string data = "",
	string message = "",
	string error = "",
	string errorDetail = ""
)

Parameters

resultType (Optional)
Type: SystemInt32
data (Optional)
Type: SystemString
message (Optional)
Type: SystemString
error (Optional)
Type: SystemString
errorDetail (Optional)
Type: SystemString

Return Value

Type: String
See Also