Banuba SDK
libs
djinni
generated
objc
BNBReloadResult.h
Go to the documentation of this file.
1
// AUTOGENERATED FILE - DO NOT MODIFY!
2
// This file was generated by Djinni from effect_player.djinni
3
4
#import <Foundation/Foundation.h>
5
@class
BNBEffect
;
6
7
8
/** Returned by `effect_manager.reload_config`. */
9
10
#ifndef DJINNI_EXPORT
11
#define DJINNI_EXPORT __attribute__((__visibility__("default")))
12
#endif
13
14
DJINNI_EXPORT
15
@interface
BNBReloadResult
: NSObject
16
17
/**
18
* Effect with updated config applied. Depending on
19
* changes it may be the effect already loaded or a new one.
20
*/
21
- (nullable
BNBEffect
*)
effect
;
22
23
/**
24
* In case it was possible to apply the new config on the same
25
* effect, this flag will be `true`.
26
*/
27
- (BOOL)
hotReload
;
28
29
@end
-[BNBReloadResult hotReload]
BOOL hotReload()
In case it was possible to apply the new config on the same effect, this flag will be true.
DJINNI_EXPORT
#define DJINNI_EXPORT
Returned by effect_manager.reload_config.
Definition:
BNBReloadResult.h:11
-[BNBReloadResult effect]
nullable BNBEffect * effect()
Effect with updated config applied.
BNBEffect
Definition:
BNBEffect.h:16
BNBReloadResult
Definition:
BNBReloadResult.h:15
Generated by
1.8.17