BatchUserProfile

@interface BatchUserProfile

Describe a complete user profile. Use this object to access all user info.

  • Deprecated

    Please use Batch User instead

    Set a custom user identifier to Batch, you should use this method if you have your own login system.

    Warning

    Be careful: Do not use it if you don’t know what you are doing, giving a bad custom user ID can result in failure of targeted push notifications delivery.

    @deprecated

    Declaration

    Objective-C

    @property (strong, nonatomic) NSString *customIdentifier
  • Deprecated

    Please use Batch User instead

    The application language, default value is the device language. Set to nil to reset to default value.

    @deprecated

    Declaration

    Objective-C

    @property (strong, nonatomic) NSString *language
  • Deprecated

    Please use Batch User instead

    The application region, default value is the device region. Set to nil to reset to default value.

    @deprecated

    Declaration

    Objective-C

    @property (strong, nonatomic) NSString *region