Protocols
The following protocols are available globally.
-
Undocumented
See moreDeclaration
Objective-C
@protocol SKWForwardingDelegate <NSObject> @optional - (void)forwardingDidStop:(SKWForwarding* _Nonnull)forwarding; @end
Swift
protocol SKWForwardingDelegate
-
イベントデリゲート
Declaration
Objective-C
@protocol SKWSFUBotMemberDelegate