SecureBlackbox 2020 iOS Edition

Questions / Feedback?

onQueryQuota (event)

Reflects a quota enquiry by a client.

Syntax

- (void)onQueryQuota:(long long)connectionID :(NSString*)username :(long long*)available :(long long*)used;
func onQueryQuota(_ connectionID: Int64, _ username: String, _ available: inout Int64, _ used: inout Int64)

Remarks

This event fires in response to a client's enquire about their quota status. Subscribe to this event to react to such enquiries in a customized manner. Use Available and Used properties to report the respective amounts back to the client.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]