interface IRCIMIWGetTagsCallback {
    onSuccess?: (t: RCIMIWTagInfo[]) => void;
    onError?: (code: number) => void;
}

Hierarchy (View Summary)

Properties

Properties

onSuccess?: (t: RCIMIWTagInfo[]) => void
onError?: (code: number) => void