LANYINGDevelopers
Web & Mini ProgramiOSAndroidC++Server API

BMXUserProfileAuthQuestion Class Reference#

Inherits from NSObject
Declared in floo_proxy.h

Overview#

@interface Friend request authoriztion question

Properties#

swigCMemOwn#

@property (nonatomic) BOOL swigCMemOwn

swigCPtr#

@property (nonatomic) void *swigCPtr

Instance Methods#

dealloc#

- (void)dealloc


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileAuthQuestion",function="dealloc" %}{% endlanying_code_snippet %}

getMAnswer#

- (NSString *)getMAnswer


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileAuthQuestion",function="getMAnswer" %}{% endlanying_code_snippet %}

getMQuestion#

- (NSString *)getMQuestion


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileAuthQuestion",function="getMQuestion" %}{% endlanying_code_snippet %}

init#

- (id)init


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileAuthQuestion",function="init" %}{% endlanying_code_snippet %}

initWithCptr:swigOwnCObject:#

- (id)initWithCptr:(void )cptr swigOwnCObject:(BOOL)ownCObject*


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileAuthQuestion",function="initWithCptr:swigOwnCObject:" %}{% endlanying_code_snippet %}

setMAnswer:#

- (void)setMAnswer:(NSString )value*


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileAuthQuestion",function="setMAnswer:" %}{% endlanying_code_snippet %}

setMQuestion:#

- (void)setMQuestion:(NSString )value*

Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileAuthQuestion",function="setMQuestion:" %}{% endlanying_code_snippet %}
Generated API content with concise AI notes where context helps.