Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 395 Bytes

File metadata and controls

29 lines (17 loc) · 395 Bytes

Cordova Plugin Ionic

Interface: CallbackFunction

A callback function to handle the result.

Type parameters

T

Hierarchy

CallbackFunction

Callable

__call(result?: T): void

A callback function to handle the result.

Parameters:

Name Type
Optional result T

Returns: void

Index